/* Hallertauer Computerladen · Designfassung 1.0
 * Referenz: gelieferter Entwurf (1122 × 1402 px).
 * Farben, Typografie, Komponenten und responsive Regeln bleiben hier zentral.
 * Keine externen Schriften, Frameworks, Iconbibliotheken oder Bilddienste.
 */
:root {
  --u: clamp(.94px, .08912656vw, 1.43px);
  --forest: #123c2b;
  --ink: #0b3028;
  --green: #2d651e;
  --green-light: #508927;
  --cream: #f7f4eb;
  --sand: #e8dac2;
  --text: #343640;
  --muted: #62676b;
  --paper: #fff;
  --radius: calc(7 * var(--u));
  --shadow: 0 calc(4 * var(--u)) calc(16 * var(--u)) rgb(33 44 24 / 5%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: calc(13 * var(--u)); line-height: 1.4; -webkit-text-size-adjust: 100%; }
body.has-dialog { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .7; }
button, input, textarea { border-radius: 0; }
a, button, input, textarea, select { touch-action: manipulation; }
:focus-visible { outline: 3px solid #b17619; outline-offset: 4px; }
::selection { color: var(--ink); background: #dbe9c8; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { color: var(--ink); font-weight: 750; }
h2 { margin-bottom: 0; font-size: calc(28 * var(--u)); line-height: 1.12; letter-spacing: -.7px; }
h3 { margin-bottom: 0; }
p { margin-bottom: 0; }
[hidden] { display: none !important; }
.container { width: 90.55%; max-width: 1453px; margin-inline: auto; }
.container--wide { width: 92.7%; max-width: 1489px; }
.icon { display: inline-block; width: 1.4em; height: 1.4em; flex: 0 0 auto; vertical-align: middle; }
.eyebrow { color: var(--green); font-size: calc(10 * var(--u)); font-weight: 750; letter-spacing: calc(1.15 * var(--u)); line-height: 1.2; text-transform: uppercase; margin-bottom: calc(5 * var(--u)); }
.screen-reader-text, .form-trap { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 12px 20px; background: var(--forest); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: calc(10 * var(--u)); padding: calc(9 * var(--u)) calc(17 * var(--u)); min-height: calc(38 * var(--u)); color: white; background: linear-gradient(180deg, #50892b 0%, #28611c 100%); border: 1px solid #396a24; border-radius: var(--radius); font-weight: 700; font-size: calc(12 * var(--u)); line-height: 1.2; text-align: center; box-shadow: inset 0 1px 1px rgb(255 255 255 / 22%); transition: filter .18s, box-shadow .18s; }
.button .icon { width: calc(18 * var(--u)); height: calc(18 * var(--u)); }
.button .button-arrow { width: calc(16 * var(--u)); height: calc(16 * var(--u)); }
.button:hover { filter: brightness(1.07); box-shadow: 0 3px 12px rgb(24 57 27 / 13%); }
.button--small { min-height: calc(33 * var(--u)); padding: calc(7 * var(--u)) calc(17 * var(--u)); }
.button--outline { background: rgb(255 252 240 / 78%); color: var(--ink); border: 1px solid var(--ink); padding-inline: calc(21 * var(--u)); box-shadow: 0 0 0 2px rgb(255 255 255 / 25%); }
.button--cream { color: var(--ink); background: #fcf5e5; border-color: #f7e9d0; }
.text-link { display: inline-flex; gap: calc(10 * var(--u)); align-items: center; color: #255e20; font-size: calc(12 * var(--u)); line-height: 1.2; font-weight: 600; }
.text-link .icon { width: calc(14 * var(--u)); height: calc(14 * var(--u)); }
.text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.round-icon { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; flex: 0 0 auto; background: linear-gradient(150deg, #306c21, #164719); color: #fff; width: calc(36 * var(--u)); height: calc(36 * var(--u)); border: 1px solid rgb(255 255 255 / 85%); }
.round-icon .icon { width: 62%; height: 62%; --icon-cutout: #255b1d; }

/* HEADER */
.site-header { position: relative; z-index: 20; background: #fff url('../images/header-hops.webp') no-repeat right top / auto 100%; box-shadow: 0 1px 7px rgb(0 0 0 / 6%); }
.header-shell { display: grid; grid-template-columns: 31.3% 1fr; grid-template-rows: calc(48 * var(--u)) minmax(calc(39 * var(--u)), auto); grid-template-areas: 'brand meta' 'brand navigation'; min-height: calc(87 * var(--u)); align-items: center; }
.brand { grid-area: brand; display: block; width: calc(263 * var(--u)); max-width: 95%; }
.brand img { width: 100%; height: auto; max-height: calc(81 * var(--u)); object-fit: contain; }
.header-meta { grid-area: meta; display: flex; align-items: center; justify-content: space-between; padding-right: calc(55 * var(--u)); }
.location-note { display: flex; align-items: flex-start; gap: calc(6 * var(--u)); color: #24272c; font-size: calc(11.5 * var(--u)); line-height: 1.2; }
.location-note .icon { color: #225c1c; width: calc(17 * var(--u)); height: calc(22 * var(--u)); }
.header-slogan { width: calc(94 * var(--u)); height: calc(48 * var(--u)); object-fit: contain; }
.header-navigation { grid-area: navigation; display: flex; align-items: center; justify-content: space-between; gap: calc(25 * var(--u)); align-self: stretch; }
.primary-navigation { flex: 1 1 auto; align-self: stretch; }
.nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: calc(22 * var(--u)); }
.primary-navigation .nav-list { height: 100%; }
.nav-list li { margin: 0; padding: 0; }
.primary-navigation a { position: relative; display: flex; align-items: center; min-height: calc(36 * var(--u)); padding-block: calc(5 * var(--u)); font-size: calc(11.5 * var(--u)); font-weight: 500; white-space: nowrap; color: #171c24; }
.primary-navigation a::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .18s; }
.primary-navigation a:hover::after, .primary-navigation a.is-active::after, .primary-navigation .current-menu-item a::after { transform: scaleX(1); }
.primary-navigation a.is-active { color: var(--green); font-weight: 700; }
.header-service { flex: 0 0 auto; min-height: calc(29 * var(--u)); padding: calc(5 * var(--u)) calc(13 * var(--u)); margin-bottom: calc(3 * var(--u)); }
.header-service .icon { width: calc(15 * var(--u)); height: calc(15 * var(--u)); }
.menu-toggle { display: none; }

/* HERO: Original image composition; copy is live HTML, not a screenshot. */
.hero { isolation: isolate; position: relative; min-height: calc(330 * var(--u)); background: #e9dfba; overflow: hidden; }
.hero-picture { position: absolute; inset: 0; z-index: -1; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.hero-inner { padding-top: calc(34 * var(--u)); padding-bottom: calc(30 * var(--u)); }
.hero-copy { width: 59%; }
.hero h1 { font-size: calc(40 * var(--u)); line-height: 1; font-weight: 800; letter-spacing: calc(-1.45 * var(--u)); margin: 0 0 calc(4 * var(--u)); }
.hero-subtitle { font-size: calc(22 * var(--u)); font-weight: 700; line-height: 1.18; color: var(--ink); margin-bottom: calc(6 * var(--u)); letter-spacing: calc(-.25 * var(--u)); }
.hero-text { color: #263139; font-size: calc(14 * var(--u)); line-height: 1.27; }
.hero-actions { display: flex; flex-wrap: wrap; gap: calc(16 * var(--u)); margin-top: calc(13 * var(--u)); }
.hero-benefits { display: flex; align-items: center; gap: calc(16 * var(--u)); margin-top: calc(27 * var(--u)); width: max-content; max-width: 100%; }
.hero-benefit { display: flex; align-items: center; gap: calc(7 * var(--u)); color: #102e22; font-size: calc(11.5 * var(--u)); font-weight: 700; line-height: 1.15; }

/* SERVICES */
.services-section { position: relative; background-color: #f8f7f2; background-image: url('../images/services-decor-left.webp'), url('../images/services-decor-right.webp'); background-position: left top, right top; background-size: calc(216 * var(--u)) auto, calc(208 * var(--u)) auto; background-repeat: no-repeat; padding: calc(16 * var(--u)) 0 calc(20 * var(--u)); }
.section-head { text-align: center; }
.section-head .eyebrow { margin-bottom: calc(3 * var(--u)); }
.section-head > p:last-child { font-size: calc(12.5 * var(--u)); line-height: 1.3; margin-top: calc(4 * var(--u)); }
.services-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: calc(10 * var(--u)); margin-top: calc(10 * var(--u)); }
.service-card { min-width: 0; display: flex; flex-direction: column; padding: calc(3 * var(--u)) calc(16 * var(--u)) calc(10 * var(--u)); background: #fff; border: 1px solid rgb(23 50 29 / 2%); border-radius: calc(8 * var(--u)); min-height: calc(210 * var(--u)); box-shadow: var(--shadow); scroll-margin-top: 24px; transition: box-shadow .18s; }
.service-card:target, .service-card:hover { box-shadow: 0 5px 20px rgb(26 56 28 / 11%); }
.service-image { width: 100%; height: calc(87 * var(--u)); object-fit: contain; margin-bottom: calc(5 * var(--u)); }
.service-card h3 { color: #0c2624; font-size: calc(14 * var(--u)); line-height: 1.13; font-weight: 750; letter-spacing: calc(-.42 * var(--u)); margin-bottom: calc(5 * var(--u)); }
.service-card p { font-size: calc(12.1 * var(--u)); line-height: 1.22; margin-bottom: calc(9 * var(--u)); overflow-wrap: break-word; hyphens: auto; }
.service-card .text-link { margin-top: auto; font-size: calc(11.6 * var(--u)); }

/* REGION & VALUES */
.about-section { display: grid; grid-template-columns: 49.3% 50.7%; background: #fff; min-height: calc(204 * var(--u)); }
.about-photo { padding-bottom: calc(4 * var(--u)); min-width: 0; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 0 0 calc(4 * var(--u)) 0; }
.about-copy { position: relative; padding: calc(12 * var(--u)) calc(126 * var(--u)) calc(10 * var(--u)) calc(39 * var(--u)); background: #fff url('../images/regional-decor.webp') no-repeat right center / auto 100%; }
.about-copy .eyebrow { margin-bottom: calc(4 * var(--u)); }
.about-text { font-size: calc(12.6 * var(--u)); line-height: 1.31; margin-top: calc(7 * var(--u)); margin-bottom: calc(12 * var(--u)); }
.about-copy .button { font-size: calc(12 * var(--u)); }
.values-section { background: #f8f5ee; padding-block: calc(16 * var(--u)); }
.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.value-item { display: flex; align-items: flex-start; gap: calc(14 * var(--u)); padding-inline: calc(39 * var(--u)) calc(20 * var(--u)); min-width: 0; }
.value-item + .value-item { border-left: 1px solid #e6d4b9; padding-left: calc(49 * var(--u)); }
.value-item .round-icon { width: calc(46 * var(--u)); height: calc(46 * var(--u)); }
.value-item h3 { font-size: calc(16 * var(--u)); line-height: 1.2; margin: calc(2 * var(--u)) 0 calc(3 * var(--u)); letter-spacing: calc(-.25 * var(--u)); }
.value-item p { font-size: calc(11.6 * var(--u)); line-height: 1.3; }

/* CALL TO ACTION */
.contact-band { color: #fff; min-height: calc(68 * var(--u)); background-color: #163e2b; background-image: url('../images/cta-background.webp'); background-repeat: no-repeat; background-size: 100% 100%; background-position: center; }
.contact-band-inner { display: flex; align-items: center; gap: calc(16 * var(--u)); width: 74%; max-width: 1250px; margin-inline: auto; min-height: calc(68 * var(--u)); padding-block: calc(11 * var(--u)); }
.contact-band-icon { width: calc(39 * var(--u)); height: calc(39 * var(--u)); }
.contact-band h2 { color: #fff; font-size: calc(20 * var(--u)); line-height: 1.2; letter-spacing: calc(-.6 * var(--u)); }
.contact-band p { color: #fff; font-size: calc(16 * var(--u)); line-height: 1.2; }
.contact-band .button { margin-left: auto; flex: 0 0 auto; min-width: calc(164 * var(--u)); min-height: calc(36 * var(--u)); }

/* CONTACT */
.contact-section { padding: calc(17 * var(--u)) 0 calc(16 * var(--u)); background: #fff; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); gap: calc(40 * var(--u)); align-items: start; }
.contact-copy { padding-top: calc(5 * var(--u)); }
.contact-copy .eyebrow { margin-bottom: calc(4 * var(--u)); }
.contact-intro { font-size: calc(12.5 * var(--u)); line-height: 1.23; margin-top: calc(6 * var(--u)); }
.contact-details { display: grid; grid-template-columns: .84fr 1.3fr 1fr; gap: calc(14 * var(--u)); margin-top: calc(21 * var(--u)); }
.contact-detail { display: flex; align-items: flex-start; gap: calc(12 * var(--u)); min-width: 0; }
.contact-detail > .icon { color: #235c1c; width: calc(25 * var(--u)); height: calc(29 * var(--u)); }
.contact-detail > div { min-width: 0; padding-top: calc(3 * var(--u)); }
.contact-detail a, .contact-detail address { display: block; font-weight: 700; color: #122f24; font-style: normal; font-size: calc(11.5 * var(--u)); line-height: 1.3; overflow-wrap: anywhere; }
.contact-detail a:hover { text-decoration: underline; }
.contact-detail--mail a { font-size: calc(10.6 * var(--u)); letter-spacing: calc(-.3 * var(--u)); }
.contact-detail small { display: block; font-size: calc(9.6 * var(--u)); line-height: 1.35; margin-top: calc(3 * var(--u)); }
.contact-form { display: grid; gap: calc(6 * var(--u)); min-width: 0; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: calc(8 * var(--u)); }
.field { display: block; min-width: 0; }
.field input, .field textarea { display: block; width: 100%; background: #fff; border: 1px solid #d4d6dc; border-radius: calc(3 * var(--u)); min-height: calc(25 * var(--u)); padding: calc(5 * var(--u)) calc(9 * var(--u)); font-size: calc(10.5 * var(--u)); color: #222f28; line-height: 1.2; box-shadow: inset 0 1px 2px rgb(0 0 0 / 2%); }
.field input::placeholder, .field textarea::placeholder { color: #60626a; opacity: 1; }
.field textarea { resize: vertical; min-height: calc(64 * var(--u)); }
.field input:focus, .field textarea:focus { border-color: var(--green); }
.form-actions { display: flex; align-items: center; gap: calc(12 * var(--u)); margin-top: calc(1 * var(--u)); }
.form-actions .button { flex: 0 0 auto; min-height: calc(35 * var(--u)); padding-inline: calc(17 * var(--u)); }
.form-actions .icon { --icon-cutout: #3e7826; }
.form-privacy { font-size: max(10px, calc(9 * var(--u))); line-height: 1.35; }
.form-privacy a { text-decoration: underline; color: var(--green); }
.form-status { font-size: 13px; border-left: 3px solid var(--green); padding: 10px 12px; background: #f0f6eb; margin-top: 5px; }
.form-status.is-error { color: #68331c; background: #fff5eb; border-color: #aa6f39; }

/* FOOTER */
.site-footer { color: #edf3eb; background: #123a2b; }
.footer-main { min-height: calc(64 * var(--u)); display: flex; align-items: center; justify-content: space-between; gap: calc(34 * var(--u)); background: url('../images/footer-leaves.png') no-repeat 92% center / calc(225 * var(--u)) auto; }
.brand--footer { width: calc(175 * var(--u)); flex: 0 0 auto; }
.brand--footer img { max-height: none; }
.footer-navigation { margin-inline: auto; }
.footer-navigation .nav-list { gap: calc(25 * var(--u)); }
.footer-navigation a { font-size: calc(10 * var(--u)); white-space: nowrap; }
.footer-navigation a:hover, .legal-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-hop { width: calc(43 * var(--u)); height: calc(50 * var(--u)); object-fit: contain; }
.footer-rule { border-top: 1px solid rgb(208 229 208 / 9%); }
.footer-bottom { min-height: calc(36 * var(--u)); padding-block: calc(10 * var(--u)); display: flex; align-items: center; gap: calc(20 * var(--u)); justify-content: space-between; }
.footer-bottom > p { color: #aebdb4; font-size: calc(9.4 * var(--u)); }
.footer-meta { display: flex; align-items: center; gap: calc(20 * var(--u)); }
.footer-claim, .legal-links { font-size: calc(9.6 * var(--u)); }
.legal-links { display: flex; gap: calc(15 * var(--u)); }
.legal-links:empty { display: none; }
.social-link { display: inline-flex; padding: 3px; }
.social-link .icon { width: calc(14 * var(--u)); height: calc(14 * var(--u)); }

/* FUNCTIONAL DETAILS, kept outside the reference layout until opened. */
.detail-dialog { width: min(560px, calc(100% - 32px)); max-height: min(90dvh, 900px); padding: 32px; border: 1px solid #e0ddcf; border-radius: 10px; background: #fffdf8; color: var(--text); box-shadow: 0 18px 70px rgb(0 0 0 / 24%); overflow-y: auto; }
.detail-dialog::backdrop { background: rgb(10 31 24 / 65%); backdrop-filter: blur(3px); }
.detail-dialog h2 { font-size: 30px; padding-right: 12px; }
.detail-dialog .eyebrow { font-size: 11px; }
.dialog-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #d4dfce; border-radius: 50%; background: white; color: var(--forest); }
.dialog-close:hover { background: #f0f5e8; }
.dialog-image { width: 142px; height: 91px; object-fit: contain; margin-bottom: 20px; mix-blend-mode: multiply; }
.dialog-copy { font-size: 16px; line-height: 1.65; margin-block: 18px 24px; }
.dialog-copy p + p { margin-top: 15px; }
.detail-dialog .button { font-size: 14px; min-height: 44px; }
.document-main { min-height: 65vh; padding-block: clamp(36px, 5vw, 80px); background: #fbfaf6; }
.document-container { max-width: 1000px; }
.document-main h1 { font-size: clamp(30px, 4vw, 48px); line-height: 1.15; margin-bottom: 24px; }
.document-main p, .entry-content { font-size: 17px; line-height: 1.7; }
.document-main > .container > .button { margin-top: 24px; }
.entry-content { overflow-wrap: anywhere; }
.entry-content h2, .entry-content h3 { margin-top: 1.6em; margin-bottom: .5em; }
.entry-content p + p { margin-top: 1em; }
.entry-content a, .post-summary h2 a { text-decoration: underline; color: var(--green); }
.entry-content figure, .entry-content video { max-width: 100%; margin-inline: 0; }
.entry-content iframe { max-width: 100%; }
.entry-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.entry-content td, .entry-content th { border: 1px solid #d9dece; padding: 10px; }
.post-summary { padding-block: 26px; border-bottom: 1px solid #e2dfd3; }
.post-summary h2 { margin-bottom: 12px; }
.post-summary .text-link { margin-top: 14px; }

/* SMALL MONITORS / TABLETS: same colors, components and content; only reflow. */
@media (min-width: 1605px) {
  .hero-picture img { object-position: right bottom; }
  .hero-copy { width: 61%; }
  .about-copy { padding-right: max(126px, calc((100vw - 1453px) / 2)); }
}
@media (max-width: 1049px) {
  :root { --u: 1px; }
  .container { width: calc(100% - 56px); }
  .container--wide { width: calc(100% - 48px); }
  .header-shell { display: flex; min-height: 90px; gap: 24px; }
  .brand { width: 245px; max-width: 58%; flex: 0 0 auto; }
  .brand img { max-height: 82px; }
  .header-meta { padding: 0; margin-left: auto; }
  .header-slogan { display: none; }
  .header-navigation { gap: 16px; margin-left: auto; align-items: center; align-self: center; }
  .menu-toggle { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--forest); background: #f7f7f0; border: 1px solid #dbe4d2; border-radius: 5px; order: 2; }
  .menu-toggle .icon { width: 25px; height: 25px; }
  .header-service { min-height: 40px; margin: 0; }
  .primary-navigation { position: absolute; left: 0; right: 0; top: 100%; padding: 10px 28px 18px; background: #fff; border-top: 1px solid #e6e9de; box-shadow: 0 12px 16px rgb(16 45 29 / 10%); }
  .js .primary-navigation { display: none; }
  .js .primary-navigation.is-open { display: block; }
  .primary-navigation .nav-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
  .primary-navigation a { min-height: 44px; font-size: 14px; justify-content: center; }
  .hero { min-height: 380px; }
  .hero-inner { padding-top: 36px; padding-bottom: 26px; }
  .hero-picture img { object-position: 61% bottom; }
  .hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(255 245 219 / 68%), rgb(255 245 219 / 18%) 55%, transparent 75%); }
  .hero-copy { width: 68%; }
  .hero h1 { font-size: clamp(31px, 3.7vw, 38px); }
  .hero-subtitle { font-size: 21px; }
  .hero-text { font-size: 14px; max-width: 470px; }
  .hero-benefits { margin-top: 31px; }
  .services-section { padding-block: 24px; }
  .services-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 22px; }
  .service-card { min-height: 250px; padding: 14px 18px 16px; }
  .service-image { height: 113px; margin-bottom: 9px; }
  .service-card h3 { font-size: 17px; letter-spacing: -.35px; }
  .service-card p { font-size: 14px; line-height: 1.4; margin-bottom: 12px; }
  .service-card .text-link { font-size: 13px; min-height: 30px; }
  .about-section { grid-template-columns: 47% 53%; }
  .about-photo { padding-bottom: 0; }
  .about-copy { padding: 25px 85px 26px 28px; background-size: 70px auto; }
  .about-text { font-size: 14px; line-height: 1.5; }
  .values-section { padding-block: 22px; }
  .value-item { gap: 12px; padding-left: 0; padding-right: 18px; }
  .value-item + .value-item { padding-left: 20px; }
  .value-item p { font-size: 12px; }
  .value-item p br { display: none; }
  .value-item h3 { font-size: 16px; }
  .value-item .round-icon { width: 41px; height: 41px; }
  .contact-band-inner { width: calc(100% - 110px); min-height: 94px; }
  .contact-band h2 { font-size: 20px; max-width: 440px; }
  .contact-band p { font-size: 15px; margin-top: 4px; }
  .contact-band .button { min-height: 42px; }
  .contact-section { padding-block: 28px; }
  .contact-layout { grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 30px; }
  .contact-copy { padding-top: 0; }
  .contact-intro { font-size: 14px; line-height: 1.45; }
  .contact-intro br { display: none; }
  .contact-details { grid-template-columns: 1fr; gap: 15px; margin-top: 20px; }
  .contact-detail { gap: 12px; }
  .contact-detail a, .contact-detail--mail a, .contact-detail address { font-size: 14px; letter-spacing: 0; }
  .contact-detail small { font-size: 12px; }
  .contact-detail small br { display: none; }
  .contact-form { gap: 10px; }
  .field input, .field textarea { min-height: 42px; padding: 10px 11px; font-size: 16px; }
  .field textarea { min-height: 115px; }
  .form-actions { flex-wrap: wrap; gap: 10px; }
  .form-actions .button { min-height: 42px; font-size: 13px; }
  .footer-main { gap: 20px; padding-block: 13px; }
  .brand--footer { width: 160px; }
  .footer-navigation .nav-list { flex-wrap: wrap; justify-content: center; column-gap: 20px; row-gap: 12px; }
  .footer-navigation a { font-size: 11px; }
  .footer-bottom { align-items: flex-start; }
  .footer-meta { gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
  .footer-bottom > p, .footer-claim, .legal-links { font-size: 10px; }
}

/* PHONES: a separate scenic crop keeps laptop, smartphone and phone intact. */
@media (max-width: 767px) {
  html { scroll-padding-top: 12px; }
  body { font-size: 15px; }
  .container, .container--wide { width: calc(100% - 36px); }
  h2 { font-size: 29px; }
  .eyebrow { font-size: 10px; }
  .header-shell { min-height: 79px; gap: 12px; }
  .brand { width: 215px; max-width: 67%; }
  .brand img { max-height: 72px; }
  .header-meta { display: none; }
  .header-navigation { gap: 12px; }
  .site-header { background-size: auto 100%; }
  .primary-navigation { padding-inline: 18px; }
  .primary-navigation .nav-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero { display: flex; flex-direction: column; min-height: 0; background: #f5ecd6; }
  .hero::before { display: none; }
  .hero-inner { order: 0; padding-top: 30px; padding-bottom: 23px; }
  .hero-picture { order: 1; position: relative; inset: auto; display: block; z-index: 0; height: auto; width: 100%; aspect-ratio: 600 / 330; }
  .hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(30px, 5.1vw, 38px); line-height: 1.1; letter-spacing: -1px; margin-bottom: 9px; }
  .hero-subtitle { font-size: clamp(17px, 3.3vw, 22px); line-height: 1.3; margin-bottom: 11px; }
  .hero-text { font-size: 14px; line-height: 1.5; max-width: 610px; }
  .hero-text br { display: none; }
  .hero-actions { gap: 10px; margin-top: 19px; }
  .button { min-height: 44px; font-size: 13px; padding: 11px 16px; }
  .button--small { min-height: 40px; }
  .hero-benefits { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 13px 18px; margin-top: 23px; width: 100%; max-width: 460px; }
  .hero-benefit { font-size: 12px; gap: 8px; }
  .hero-benefit br { display: none; }
  .hero-benefit .round-icon { width: 33px; height: 33px; }
  .services-section { padding-block: 28px; background-size: 160px auto, 150px auto; }
  .section-head { padding-inline: 5px; }
  .section-head > p:last-child { font-size: 14px; line-height: 1.45; margin-top: 7px; }
  .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 22px; }
  .service-card { padding: 12px 14px 13px; min-height: 257px; }
  .service-image { height: 110px; }
  .service-card h3 { font-size: 16px; line-height: 1.17; }
  .service-card p { font-size: 13px; line-height: 1.4; }
  .service-card .text-link { min-height: 35px; }
  .about-section { grid-template-columns: 1fr; }
  .about-photo { height: auto; aspect-ratio: 553 / 198; }
  .about-photo img { border-radius: 0; }
  .about-copy { padding: 27px 113px 30px 24px; background-size: 90px auto; min-height: 245px; }
  .about-text { font-size: 15px; margin-top: 11px; margin-bottom: 18px; line-height: 1.55; }
  .about-copy .button { font-size: 13px; }
  .values-section { padding-block: 8px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-item, .value-item + .value-item { padding: 19px 6px; border-left: 0; gap: 16px; }
  .value-item + .value-item { border-top: 1px solid #e6d4b9; }
  .value-item .round-icon { width: 45px; height: 45px; }
  .value-item h3 { font-size: 17px; margin-bottom: 4px; }
  .value-item p { font-size: 14px; line-height: 1.4; }
  .contact-band { background-image: linear-gradient(90deg, rgb(18 58 37 / 80%), rgb(18 58 37 / 95%)), url('../images/cta-left.webp'); background-size: cover, auto 100%; }
  .contact-band-inner { width: calc(100% - 48px); display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 10px 14px; min-height: 0; padding-block: 25px; }
  .contact-band-icon { width: 34px; height: 34px; }
  .contact-band h2 { font-size: 21px; line-height: 1.2; }
  .contact-band p { font-size: 16px; line-height: 1.35; margin-top: 5px; }
  .contact-band .button { grid-column: 2; margin: 5px 0 0; justify-self: start; min-height: 44px; }
  .contact-section { padding-block: 28px 32px; }
  .contact-layout { grid-template-columns: 1fr; gap: 26px; }
  .contact-intro { font-size: 15px; margin-top: 10px; }
  .contact-details { gap: 17px; }
  .contact-detail a, .contact-detail--mail a, .contact-detail address { font-size: 15px; }
  .contact-detail small { font-size: 12px; margin-top: 4px; }
  .field input, .field textarea { min-height: 46px; font-size: 16px; }
  .field textarea { min-height: 130px; }
  .form-actions .button { min-height: 45px; font-size: 14px; }
  .form-privacy { font-size: 11px; }
  .footer-main { flex-wrap: wrap; justify-content: space-between; padding-block: 17px; gap: 15px; }
  .brand--footer { width: 182px; max-width: none; }
  .footer-hop { width: 42px; height: 48px; }
  .footer-navigation { order: 3; flex-basis: 100%; margin: 0; }
  .footer-navigation .nav-list { justify-content: flex-start; gap: 4px 21px; }
  .footer-navigation a { display: inline-flex; align-items: center; min-height: 38px; font-size: 12px; }
  .footer-bottom { display: block; padding-block: 15px; }
  .footer-bottom > p { font-size: 11px; line-height: 1.5; }
  .footer-meta { margin-top: 12px; justify-content: flex-start; gap: 12px 18px; }
  .footer-claim, .legal-links { font-size: 11px; }
  .social-link { min-width: 30px; min-height: 30px; align-items: center; justify-content: center; }
  .social-link .icon { width: 17px; height: 17px; }
  .detail-dialog { padding: 28px 22px; }
  .detail-dialog h2 { font-size: 26px; }
  .dialog-copy { font-size: 15px; }
  .document-main { min-height: 50vh; }
  .document-main p, .entry-content { font-size: 16px; }
}
@media (max-width: 600px) {
  .header-service { display: none; }
  .header-shell { min-height: 77px; }
  .brand { width: 218px; max-width: 75%; }
  .about-copy { padding-right: 86px; background-size: 72px auto; background-position: right 25px; }
}
@media (max-width: 439px) {
  .container, .container--wide { width: calc(100% - 32px); }
  .hero h1 { font-size: 30px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { font-size: 12px; padding-inline: 12px; gap: 7px; }
  .hero-actions .button--outline { padding-inline: 13px; }
  .hero-actions .button-arrow { display: none; }
  .hero-benefits { gap: 12px 10px; }
  .hero-benefit { font-size: 11.5px; }
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { display: grid; grid-template-columns: 100px minmax(0,1fr); grid-template-rows: auto auto 1fr; gap: 0 15px; min-height: 154px; padding: 16px; }
  .service-image { grid-column: 1; grid-row: 1 / 4; height: 90px; width: 100%; margin: 7px 0 0; align-self: start; }
  .service-card h3, .service-card p, .service-card .text-link { grid-column: 2; }
  .service-card h3 { font-size: 16px; }
  .service-card p { font-size: 13px; margin-bottom: 7px; }
  .service-card .text-link { align-self: end; margin-top: 0; min-height: 35px; }
  .about-copy { padding: 26px 72px 27px 20px; background-size: 58px auto; }
  .about-text { font-size: 14px; }
  .contact-band-inner { width: calc(100% - 36px); }
  .form-row { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 359px) {
  .hero h1 { font-size: 27px; }
  .hero-subtitle { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { font-size: 13px; }
  .hero-actions .button-arrow { display: block; }
  .service-card { grid-template-columns: 83px minmax(0,1fr); column-gap: 12px; padding-inline: 13px; }
  .about-copy { padding-right: 52px; background-size: 40px auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
@media print {
  .site-header, .hero-actions, .hero-benefits, .contact-band, .contact-form, .site-footer, .detail-dialog, .text-link, .button { display: none !important; }
  .hero { min-height: 0; background: white; }
  .hero-picture { display: none; }
  .hero-copy { width: 100%; }
  .services-grid { grid-template-columns: repeat(3,1fr); }
  .about-section, .contact-layout { display: block; }
  .about-photo { width: 50%; }
  .about-copy { padding: 20px 0; background: none; }
  .service-card, .value-item { break-inside: avoid; }
}

@media (min-width: 1050px) { #daten h3 { font-size: calc(12.8 * var(--u)); letter-spacing: calc(-.5 * var(--u)); margin-right: calc(-8 * var(--u)); } }

/* No-JavaScript navigation stays usable and never covers the hero. */
@media (max-width: 1049px) {
  html:not(.js) .header-shell { flex-wrap: wrap; }
  html:not(.js) .header-navigation { width: 100%; flex-basis: 100%; display: block; margin: 0; }
  html:not(.js) .primary-navigation { position: static; box-shadow: none; }
  html:not(.js) .menu-toggle, html:not(.js) .header-service { display: none; }
}
