@font-face {
  font-family: "Open Sans Local";
  src: url("assets/fonts/open-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Local";
  src: url("assets/fonts/poppins-600-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Local";
  src: url("assets/fonts/poppins-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --green-900: #00543f;
  --green-700: #08783e;
  --green-500: #79bd05;
  --green-100: #edf6df;
  --cream: #f7f6ef;
  --sand: #eee8da;
  --white: #ffffff;
  --ink: #172019;
  --muted: #647066;
  --line: #dfe6dc;
  --shadow: 0 18px 50px rgba(36, 61, 34, .12);
  --radius: 16px;
  --shell: 1180px;
  --font-body: "Open Sans Local", "Segoe UI", Arial, sans-serif;
  --font-heading: "Poppins Local", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 1rem; line-height: 1.62; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: 12px; transform: translateY(-160%); background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(223,230,220,.75); backdrop-filter: blur(14px); }
.header-inner { min-height: 108px; display: flex; align-items: center; gap: 27px; }
.brand { display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.brand img { width: 264px; height: 76px; object-fit: contain; object-position: left center; }
.main-navigation { display: flex; align-items: center; gap: 25px; }
.main-navigation a { font-family: var(--font-heading); font-size: .86rem; font-weight: 600; text-decoration: none; }
.main-navigation a:hover { color: var(--green-700); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 21px 12px 19px;
  color: var(--white);
  background: var(--green-900);
  border: 1px solid var(--green-900);
  border-radius: 5px 18px 18px 18px;
  box-shadow: 0 8px 20px rgba(0, 84, 63, .16);
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  background-color: rgba(255, 255, 255, .96);
  background-image: url("assets/pflegegruppe-wilstermann-header.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 22px;
  border-radius: 50% 50% 50% 8px;
  transition: transform .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--green-700); box-shadow: 0 12px 25px rgba(0, 84, 63, .22); }
.button:hover::before { transform: scale(1.08); }
.button:focus-visible { outline: 3px solid #b3d600; outline-offset: 3px; }
.button > span[aria-hidden="true"] { display: none; }
.button-light { color: var(--green-900); background: var(--white); border-color: #cfdac9; box-shadow: 0 6px 16px rgba(38, 60, 34, .08); }
.button-light::before { background-color: var(--green-100); }
.button-light:hover { color: var(--green-900); background: var(--green-100); border-color: var(--green-500); }
.button-small { min-height: 40px; padding: 8px 14px 8px 13px; border-radius: 4px 14px 14px 14px; font-size: .9rem; }

.hero { background: linear-gradient(140deg, var(--cream), var(--green-100)); }
.hero-grid { min-height: 540px; display: grid; grid-template-columns: 49% 51%; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 66px 7% 66px 3%; }
.eyebrow { margin: 0 0 12px; color: var(--green-700); font-family: var(--font-heading); font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-heading); }
h1 { margin-bottom: 22px; font-size: clamp(2.45rem, 4.4vw, 4.3rem); font-weight: 700; line-height: 1.05; letter-spacing: -.042em; }
.hero h1 { font-size: clamp(2.45rem, 4.05vw, 4rem); }
h1 span { color: var(--green-700); }
h2 { margin-bottom: 14px; font-size: clamp(1.85rem, 3vw, 2.85rem); font-weight: 700; line-height: 1.15; letter-spacing: -.03em; }
h3 { margin-bottom: 9px; font-size: 1.08rem; font-weight: 600; line-height: 1.35; letter-spacing: -.012em; }
.lead { max-width: 590px; margin-bottom: 28px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; }
.hero .button-row .button, .location-hero .button-row .button { min-height: 48px; padding: 11px 13px 11px 12px; font-size: .88rem; }
.hero-image { position: relative; min-height: 540px; overflow: hidden; background: var(--sand); }
.hero-image > img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.image-placeholder { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--sand), #dce8cf); }
.photo-note { position: absolute; right: 24px; bottom: 24px; width: min(270px, calc(100% - 48px)); margin: 0; padding: 17px; background: rgba(255,255,255,.94); border-radius: 13px; box-shadow: var(--shadow); color: var(--muted); }
.photo-note strong { color: var(--ink); }

.values { color: var(--white); background: var(--green-900); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.values article { display: flex; align-items: center; gap: 17px; padding: 28px 22px; border-right: 1px solid rgba(255,255,255,.18); }
.values article:last-child { border-right: 0; }
.values h2 { margin: 0; font-size: .98rem; font-weight: 600; letter-spacing: 0; }
.values p { margin: 2px 0 0; opacity: .78; font-size: .9rem; }
.value-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; color: #c6e757; }
.value-icon img { width: 44px; height: 44px; object-fit: contain; }

.section { padding: 90px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 440px; margin-bottom: 4px; color: var(--muted); }
.locations-section { background: var(--white); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.location-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.location-card:hover, .location-card:focus-within { transform: translateY(-4px); border-color: #bdcfb5; box-shadow: var(--shadow); }
.location-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.location-card-link:focus-visible { outline: 3px solid #b3d600; outline-offset: -4px; border-radius: calc(var(--radius) - 2px); }
.location-card-visual { position: relative; display: flex; align-items: center; height: 176px; padding: 30px 26px 42px; overflow: hidden; background: linear-gradient(145deg, #f1f6e9, #dceacb); }
.location-card-visual::before, .location-card-visual::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.location-card-visual::before { width: 185px; height: 185px; right: -52px; top: -85px; background: rgba(141, 187, 35, .16); }
.location-card-visual::after { width: 145px; height: 145px; left: -60px; bottom: -95px; background: rgba(0, 168, 62, .11); }
.location-card-visual-coast { background: linear-gradient(145deg, #edf5ec, #d9e8df); }
.location-card-visual-steinburg { background: linear-gradient(145deg, #f4f5e9, #e4e8cd); }
.location-card-visual img { position: relative; z-index: 1; width: 100%; max-height: 82px; object-fit: contain; object-position: left center; }
.location-card-picture { position: absolute; z-index: 1; inset: 0; }
.location-card-picture::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,45,34,.35)); }
.location-card-picture img { width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: center; transition: transform .35s ease; }
.location-card:hover .location-card-picture img, .location-card:focus-within .location-card-picture img { transform: scale(1.035); }
.location-card:hover .text-link, .location-card:focus-within .text-link { gap: 12px; border-color: var(--green-500); }
.region-label { position: absolute; z-index: 2; left: 20px; bottom: 14px; padding: 6px 10px; color: var(--green-900); background: rgba(255,255,255,.93); border-radius: 4px 11px 11px 11px; box-shadow: 0 5px 14px rgba(0,45,34,.12); font-family: var(--font-heading); font-size: .68rem; font-weight: 600; letter-spacing: .02em; }
.location-status { position: absolute; z-index: 2; top: 7px; right: 7px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; color: var(--green-900); background: #fff; border: 1px solid rgba(0,84,63,.12); border-radius: 999px; box-shadow: 0 5px 14px rgba(0,45,34,.12); font-family: var(--font-heading); font-size: .65rem; font-weight: 700; letter-spacing: .015em; }
.location-status::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; background: var(--green-500); border-radius: 50%; box-shadow: 0 0 0 3px rgba(0,168,62,.14); }
.location-status-planned::before { background: #9abf20; box-shadow: 0 0 0 3px rgba(154,191,32,.16); }
.location-image { position: relative; display: grid; place-items: end start; height: 190px; padding: 16px; overflow: hidden; color: var(--white); background: linear-gradient(#bfd9df 0 55%, #799858 55%); }
.location-image::before { content: ""; position: absolute; left: -5%; right: -5%; bottom: -35px; height: 85px; background: #eaf1df; border-radius: 50% 50% 0 0; opacity: .75; }
.location-image span { position: relative; z-index: 1; padding: 5px 9px; border-radius: 7px; background: rgba(47,96,56,.85); font-size: .78rem; }
.location-nordfriesland { background: linear-gradient(#bdd9dd 0 44%, #6d9cad 44% 65%, #789b57 65%); }
.location-steinburg { background: linear-gradient(#c6dce0 0 55%, #789858 55%); }
.location-content { padding: 23px; }
.location-content > p:not(.card-kicker), .location-details p { color: var(--muted); }
.card-kicker { margin-bottom: 7px; color: var(--green-700); font-family: var(--font-heading); font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 0 0 3px; color: var(--green-900); background: transparent; border: 0; border-bottom: 2px solid transparent; font-family: var(--font-heading); font-size: .9rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: gap .2s ease, border-color .2s ease; }
.text-link:hover { gap: 12px; border-color: var(--green-500); }
.text-link:focus-visible { outline: 3px solid #b3d600; outline-offset: 4px; }
.location-details { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.location-details p { font-size: .92rem; }
.location-domain-line { display: block; margin-top: 14px; padding-top: 13px; color: var(--muted); border-top: 1px solid var(--line); font-size: .77rem; }

.services-section { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 54px; border-top: 1px solid #d5ddcf; }
.service-grid article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 28px 0; border-bottom: 1px solid #d5ddcf; }
.service-grid article:nth-child(odd) { padding-right: 28px; }
.service-icon { display: grid; place-items: center; width: 54px; height: 54px; background: var(--green-900); border: 1px solid var(--green-900); border-radius: 6px 20px 20px 20px; box-shadow: 0 7px 16px rgba(0,84,63,.12); }
.service-icon img { width: 30px; height: 30px; object-fit: contain; }
.service-grid h3 { margin-top: 2px; }
.service-grid p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.services-note { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 30px; }
.services-note p { margin: 0; color: var(--muted); }
.services-note strong { color: var(--ink); }

.group-section { color: var(--white); background: var(--green-900); }
.group-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.group-section .eyebrow { color: #b9da7e; }
.group-intro > p:last-child { max-width: 610px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 1.04rem; }
.group-principles { border-top: 1px solid rgba(255,255,255,.2); }
.group-principles > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; align-items: center; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.group-principles strong { color: #c6e757; font-size: .78rem; letter-spacing: .1em; }
.group-principles span { font-family: var(--font-heading); font-size: 1rem; font-weight: 600; }
.owners-feature { position: relative; min-height: 480px; margin-top: 44px; overflow: hidden; background: var(--green-700); border-radius: 14px 46px 14px 14px; }
.owners-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }
.owners-feature figcaption { position: absolute; left: 26px; bottom: 26px; display: flex; flex-wrap: wrap; gap: 8px 22px; max-width: calc(100% - 52px); padding: 13px 18px; color: var(--green-900); background: rgba(255,255,255,.94); border-radius: 4px 16px 16px 16px; box-shadow: var(--shadow); font-size: .9rem; }
.owners-feature figcaption span { display: inline-block; }
.owners-feature figcaption strong { font-family: var(--font-heading); font-weight: 600; }

.career-section { background: var(--white); }
.career-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 45px; align-items: stretch; }
.career-copy { padding: 24px 4% 24px 0; }
.career-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { padding: 0; margin: 22px 0 28px; list-style: none; }
.check-list li { position: relative; padding: 5px 0 5px 29px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-700); font-weight: 900; }
.career-image { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.career-image > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: 69% 52%; }
.career-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,45,34,.72)); }
.career-image p { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; margin: 0; color: var(--white); }
.career-image strong, .career-image span { display: block; }
.career-image strong { font-size: 1.2rem; }
.career-image span { margin-top: 3px; color: rgba(255,255,255,.82); font-size: .9rem; }

.career-vacancy { display: grid; gap: 5px; margin: 24px 0; padding: 19px 21px; background: var(--green-100); border-left: 4px solid var(--lime); border-radius: 4px 14px 14px 4px; }
.career-vacancy span { color: var(--green-700); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.career-vacancy strong { color: var(--green-900); font-family: var(--font-heading); line-height: 1.4; }
.career-vacancy a { width: fit-content; margin-top: 4px; color: var(--green-700); font-family: var(--font-heading); font-size: .9rem; font-weight: 600; text-decoration: none; }
.career-vacancy a:hover { color: var(--green-900); }

.contact-strip { padding: 32px 0; background: var(--green-100); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-grid > div { padding-right: 20px; border-right: 1px solid #cedbc5; }
.contact-grid > div:last-child { border-right: 0; }
.contact-grid strong, .contact-grid span { display: block; }
.contact-grid strong { font-family: var(--font-heading); font-size: .9rem; font-weight: 600; }
.contact-grid span { color: var(--muted); }
.contact-grid a { color: var(--green-900); font-family: var(--font-heading); font-size: .9rem; font-weight: 600; text-decoration: none; }

.contact-section { background: var(--green-100); }
.contact-area-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: start; }
.contact-info-panel > p:not(.eyebrow) { color: var(--muted); }
.contact-details { display: grid; gap: 7px; margin: 26px 0 18px; padding: 24px; background: rgba(255,255,255,.72); border: 1px solid #d5e1ce; border-radius: var(--radius-small); font-style: normal; }
.contact-details strong { color: var(--green-900); font-family: var(--font-heading); font-size: 1.05rem; }
.contact-details span { color: var(--muted); }
.contact-details a { width: fit-content; color: var(--green-900); font-weight: 700; text-decoration: none; }
.address-map-link { display: grid !important; gap: 2px; width: fit-content; margin-left: -10px; padding: 8px 10px; border-radius: 8px; text-decoration: none; transition: color .2s ease, background .2s ease; }
.address-map-link span { display: block; }
.address-map-link small { color: var(--green-700); font-size: .76rem; font-style: normal; font-weight: 700; letter-spacing: .01em; }
.address-map-link:hover { color: var(--green-700); background: var(--green-100); }
.contact-details .address-map-link:hover { background: var(--white); }
.address-map-link:focus-visible { outline: 3px solid rgba(0,101,73,.22); outline-offset: 2px; }
.contact-form-panel { padding: clamp(24px, 4vw, 42px); background: var(--white); border: 1px solid #d7e1d2; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form-panel > h3 { margin: 0 0 24px; color: var(--green-900); font-size: clamp(1.35rem, 2.6vw, 1.85rem); }
.contact-form { position: relative; display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form label:not(.form-consent) { display: grid; gap: 7px; color: var(--green-900); font-family: var(--font-heading); font-size: .86rem; font-weight: 600; }
.contact-form label small { color: var(--muted); font-family: var(--font-body); font-size: .76rem; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fbfcf9; border: 1px solid #bdccb7; border-radius: 9px; font: inherit; line-height: 1.45; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form textarea { min-height: 132px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; background: var(--white); border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(0,101,73,.13); }
.form-privacy-note { margin: -3px 0 0; padding: 11px 13px; color: #53605a; background: var(--green-100); border-radius: 8px; font-size: .8rem; }
.form-consent { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.form-consent input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--green-700); }
.form-consent a { color: var(--green-700); font-weight: 700; }
.contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.form-required { margin: -8px 0 0; color: var(--muted); font-size: .75rem; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.form-response-main { display: grid; min-height: 100vh; place-items: center; padding: 32px; background: var(--green-100); }
.form-response-card { width: min(620px, 100%); padding: clamp(30px, 6vw, 58px); text-align: center; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-response-card img { width: min(270px, 75%); max-height: 100px; margin: 0 auto 28px; object-fit: contain; }
.form-response-card h1 { color: var(--green-900); font-size: clamp(1.9rem, 5vw, 3rem); }
.form-response-card p { color: var(--muted); }
.form-response-card .button { margin-top: 14px; }

.site-footer { padding: 34px 0; color: rgba(255,255,255,.8); background: #1d3422; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 35px; font-size: .88rem; }
.footer-brand img { display: block; width: 190px; height: 126px; margin-bottom: 7px; padding: 8px; object-fit: contain; object-position: center; background: var(--white); border-radius: 7px; }
.footer-brand span { display: block; }
.footer-brand address { margin-top: 9px; color: rgba(255,255,255,.68); font-style: normal; line-height: 1.55; }
.footer-brand address a { color: var(--white); font-weight: 700; }
.footer-brand .footer-map-link { color: rgba(255,255,255,.82); font-weight: 600; text-underline-offset: 3px; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer a { text-decoration: none; }

@media (max-width: 940px) {
  .header-action { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 3%; }
  .hero h1 { font-size: clamp(2.65rem, 7vw, 4rem); }
  .hero-image { min-height: 470px; }
  .hero-image > img { object-position: 58% center; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values article:nth-child(2) { border-right: 0; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 84px; }
  .menu-toggle { display: block; }
  .main-navigation { position: absolute; top: 84px; left: 0; right: 0; display: none; padding: 17px 20px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-navigation.is-open { display: grid; gap: 0; }
  .main-navigation a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .hero-copy { padding: 60px 0; }
  .hero-image { min-height: 390px; }
  .section { padding: 68px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 15px; }
  .location-grid, .service-grid, .group-grid, .career-grid, .contact-grid, .contact-area-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-grid { column-gap: 0; }
  .service-grid article:nth-child(odd) { padding-right: 0; }
  .services-note { display: block; }
  .services-note .text-link { margin-top: 15px; }
  .group-grid { gap: 28px; }
  .owners-feature { min-height: 370px; margin-top: 34px; }
  .owners-feature > img { object-position: 48% center; }
  .owners-feature figcaption { left: 16px; right: 16px; bottom: 16px; display: grid; max-width: none; font-size: .82rem; }
  .career-image { min-height: 320px; }
  .career-image > img { object-position: 68% 52%; }
  .contact-grid > div { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid #cedbc5; }
  .contact-grid > div:last-child { padding-bottom: 0; border-bottom: 0; }
  .contact-area-grid { gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { gap: 22px; }
}

@media (max-width: 480px) {
  .brand img { width: 185px; height: 58px; }
  .values-grid { grid-template-columns: 1fr; }
  .values article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .values article:last-child { border-bottom: 0; }
  .location-grid, .service-grid { grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
