/* Haus & Hof Werkzeugverleih – public site */

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-latin-standard-normal.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/archivo-latin-ext-standard-normal.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --green-950: #142619;
  --green-900: #1c3524;
  --green-800: #25452f;
  --green-700: #2f5a3d;
  --green: #41744f;
  --green-200: #cfe0d3;
  --green-100: #e8f0ea;
  --gold: #d4aa2a;
  --gold-600: #b98f15;
  --gold-100: #f8efd2;
  --ink: #18201a;
  --text: #2c342e;
  --muted: #5e6960;
  --line: #e2e1d8;
  --bg: #f7f6f1;
  --card: #ffffff;
  --wa: #1f9d55;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 1px 2px rgb(20 38 25 / 6%), 0 8px 24px -12px rgb(20 38 25 / 18%);
  --shadow-lg: 0 2px 4px rgb(20 38 25 / 6%), 0 22px 44px -18px rgb(20 38 25 / 30%);
  --wrap: 1200px;
  --font: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.6; color: var(--text);
  background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-700); text-underline-offset: 3px; }
a:hover { color: var(--green-900); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.12; margin: 0 0 .5em; font-weight: 800; font-stretch: 112%; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 1.3rem + 3vw, 3.4rem); }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.3vw, 2.1rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
.ico { width: 1.15em; height: 1.15em; flex: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--gold); color: var(--ink); padding: 8px 14px; border-radius: 8px; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.muted { color: var(--muted); }
[hidden] { display: none !important; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .72em 1.2em; border-radius: 999px; border: 2px solid transparent;
  font: inherit; font-weight: 700; font-size: .95rem; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, transform .15s, box-shadow .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }
.btn-lg { padding: .9em 1.5em; font-size: 1.02rem; }
.btn-gold { background: var(--gold); color: var(--green-950); box-shadow: 0 6px 16px -8px rgb(185 143 21 / 70%); }
.btn-gold:hover { background: #e0b733; color: var(--green-950); }
.btn-outline { border-color: var(--green-200); color: var(--green-800); background: #fff; }
.btn-outline:hover { border-color: var(--green); color: var(--green-900); }
.btn-ghost { border-color: rgb(255 255 255 / 35%); color: #fff; }
.btn-ghost:hover { background: rgb(255 255 255 / 10%); color: #fff; border-color: #fff; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #188547; color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.btn-row.center { justify-content: center; }
.btn-col { display: flex; flex-direction: column; gap: .6rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; text-decoration: none; }
.link-arrow .ico { transition: transform .15s; }
.link-arrow:hover .ico { transform: translateX(3px); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / 94%);
  backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { height: 44px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-weight: 900; font-stretch: 125%; text-transform: uppercase; color: var(--green); font-size: 1.28rem; letter-spacing: .01em; }
.brand-sub { font-size: .7rem; text-transform: uppercase; letter-spacing: .24em; color: var(--muted); font-weight: 600; margin-top: .3em; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav ul { display: flex; gap: .3rem; list-style: none; margin: 0; padding: 0; }
.site-nav ul a {
  display: block; padding: .5em .8em; border-radius: 8px; text-decoration: none; color: var(--text); font-weight: 600; font-size: .96rem;
}
.site-nav ul a:hover { background: var(--green-100); color: var(--green-900); }
.site-nav ul a[aria-current="page"] { color: var(--green-800); box-shadow: inset 0 -3px 0 var(--gold); border-radius: 8px 8px 2px 2px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; color: var(--green-900); cursor: pointer; }
.nav-toggle .ico { width: 28px; height: 28px; }
.nav-toggle .i-close { display: none; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; inset: 100% 0 auto 0; background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: .8rem; padding: 1rem 1.25rem 1.4rem; box-shadow: var(--shadow-lg);
    display: none;
  }
  .site-nav.open { display: flex; }
  .nav-toggle[aria-expanded="true"] .i-open { display: none; }
  .nav-toggle[aria-expanded="true"] .i-close { display: block; }
  .site-nav ul { flex-direction: column; }
  .site-nav ul a { padding: .8em .6em; font-size: 1.05rem; }
  .no-js .site-nav { display: flex; position: static; box-shadow: none; }
}

/* ---------- hero ---------- */
.hero {
  position: relative; color: #e7efe9; overflow: hidden;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgb(65 116 79 / 55%), transparent 60%),
    linear-gradient(160deg, var(--green-900), var(--green-950));
}
.hero::after { /* hazard stripe accent */
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 8px;
  background: repeating-linear-gradient(-45deg, var(--gold) 0 18px, var(--green-950) 18px 36px);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; padding-block: clamp(3rem, 7vw, 6rem) clamp(3.5rem, 7vw, 6.5rem); }
.eyebrow { display: inline-block; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); margin-bottom: 1.1rem; }
.hero h1 { color: #fff; font-stretch: 118%; font-weight: 900; }
.hero .lead { font-size: 1.14rem; color: #c8d7cc; max-width: 36em; margin-bottom: 2rem; }
.trust { list-style: none; padding: 0; margin: 2.2rem 0 0; display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; font-size: .95rem; color: #d7e3da; }
.trust li { display: flex; align-items: center; gap: .5em; }
.trust .ico { color: var(--gold); }
.hero-media { position: relative; }
.hero-media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px;
  box-shadow: 0 30px 60px -25px rgb(0 0 0 / 60%); outline: 1px solid rgb(255 255 255 / 12%); outline-offset: -1px;
}
.hero-media::before {
  content: ''; position: absolute; inset: auto -14px -14px auto; width: 45%; height: 45%;
  border: 3px solid var(--gold); border-radius: 22px; z-index: -1; opacity: .7;
}
.hero-media { isolation: isolate; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; margin-top: -.5rem; }
  .hero-media::before { display: none; }
}

/* ---------- sections ---------- */
.section { padding-block: clamp(3rem, 6vw, 5rem); }
.section-tight { padding-block: 2rem clamp(3rem, 6vw, 4.5rem); }
.section-alt { background: #efeee6; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; flex-wrap: wrap; }
.section-head h2 { margin: 0; }
.page-head { background: linear-gradient(160deg, var(--green-900), var(--green-950)); color: #cfe0d3; padding-block: clamp(2.2rem, 5vw, 3.5rem); position: relative; }
.page-head::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: repeating-linear-gradient(-45deg, var(--gold) 0 14px, var(--green-950) 14px 28px); }
.page-head h1 { color: #fff; margin-bottom: .3em; }
.page-head p { margin: 0; max-width: 46em; }
.page-head-row { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; flex-wrap: wrap; }

/* ---------- categories ---------- */
.cat-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1rem; }
.cat-card {
  display: flex; flex-direction: column; height: 100%; padding: 1.4rem 1.3rem 1.2rem; background: var(--card); border-radius: var(--radius);
  text-decoration: none; color: var(--text); border: 1px solid var(--line); position: relative; overflow: hidden;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.cat-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--gold); transform: scaleY(0); transform-origin: bottom; transition: transform .2s; }
.cat-card:hover { border-color: var(--green-200); box-shadow: var(--shadow); transform: translateY(-2px); color: var(--text); }
.cat-card:hover::before { transform: scaleY(1); }
.cat-name { font-weight: 800; font-stretch: 112%; font-size: 1.15rem; color: var(--ink); }
.cat-desc { font-size: .92rem; color: var(--muted); margin: .4rem 0 1rem; flex: 1; }
.cat-count { display: flex; align-items: center; gap: .4em; font-weight: 700; color: var(--green-700); font-size: .9rem; }

/* ---------- cards ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr)); gap: 1.4rem; }
.card { background: var(--card); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; transition: box-shadow .2s, transform .2s; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.card-link { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; }
.card-link:hover { color: inherit; }
.card-img { position: relative; aspect-ratio: 4 / 3; background: var(--green-100); overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card-img img { transform: scale(1.04); }
.badge-float {
  position: absolute; left: .75rem; bottom: .75rem; display: inline-flex; align-items: center; gap: .4em;
  background: rgb(20 38 25 / 82%); color: #fff; font-size: .76rem; font-weight: 600; padding: .35em .7em; border-radius: 999px; backdrop-filter: blur(4px);
}
.badge-float .ico { color: var(--gold); }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 1.1rem 1.2rem 1.2rem; }
.card-body h3 { margin: .55rem 0 .35rem; font-size: 1.12rem; }
.card-body p { font-size: .93rem; color: var(--muted); margin-bottom: 1rem; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-foot { display: flex; align-items: end; justify-content: space-between; gap: .5rem; border-top: 1px dashed var(--line); padding-top: .85rem; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: .35em; line-height: 1.2; }
.price strong { font-size: 1.35rem; font-weight: 900; font-stretch: 110%; color: var(--green-800); }
.price span { color: var(--muted); font-size: .9rem; }
.price small { flex-basis: 100%; color: var(--muted); font-size: .74rem; }
.price-req { color: var(--green-800); font-weight: 700; }
.more { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--green-100); color: var(--green-800); transition: background .15s, color .15s; }
.card:hover .more { background: var(--gold); color: var(--green-950); }
.chip { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--green-700); background: var(--green-100); padding: .3em .7em; border-radius: 6px; align-self: flex-start; }
.img-ph { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; color: var(--green); background: repeating-linear-gradient(-45deg, var(--green-100) 0 14px, #dfe9e2 14px 28px); font-size: .85rem; font-weight: 600; }
.img-ph .ico { width: 44px; height: 44px; opacity: .7; }

/* ---------- filter ---------- */
.filter-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip-btn {
  display: inline-flex; align-items: center; gap: .45em; padding: .5em 1em; border-radius: 999px; background: #fff; border: 1px solid var(--line);
  text-decoration: none; color: var(--text); font-weight: 600; font-size: .92rem; transition: all .15s;
}
.chip-btn span { font-size: .76rem; color: var(--muted); background: var(--bg); border-radius: 999px; padding: .05em .55em; }
.chip-btn:hover { border-color: var(--green); color: var(--green-900); }
.chip-btn[aria-pressed="true"] { background: var(--green-800); border-color: var(--green-800); color: #fff; }
.chip-btn[aria-pressed="true"] span { background: rgb(255 255 255 / 18%); color: #fff; }
.search { position: relative; display: flex; align-items: center; min-width: min(100%, 280px); }
.search .ico { position: absolute; left: .9rem; color: var(--muted); pointer-events: none; }
.search input {
  width: 100%; font: inherit; font-size: .95rem; padding: .65em 1em .65em 2.6em; border-radius: 999px; border: 1px solid var(--line); background: #fff;
}
.search input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-100); }
.empty { text-align: center; padding: 3rem 1rem; color: var(--muted); }

/* ---------- detail ---------- */
.crumbs { display: flex; align-items: center; gap: .6rem; padding-top: 1.4rem; font-size: .92rem; color: var(--muted); }
.crumbs a { display: inline-flex; align-items: center; gap: .35em; text-decoration: none; font-weight: 600; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; }
.gallery-main { aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; background: #e9e8df; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { list-style: none; margin: .8rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); gap: .5rem; }
.thumbs button { display: block; width: 100%; aspect-ratio: 1; padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; cursor: pointer; background: none; opacity: .7; transition: opacity .15s, border-color .15s; }
.thumbs button:hover { opacity: 1; }
.thumbs button[aria-current="true"] { border-color: var(--gold); opacity: 1; }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.detail-info h1 { font-size: clamp(1.7rem, 1.2rem + 2vw, 2.5rem); margin-top: .7rem; }
.detail-info .lead { font-size: 1.08rem; color: var(--muted); }
.h1-sub { display: block; font-size: .5em; font-weight: 700; font-stretch: 100%; letter-spacing: 0; color: var(--green); margin-top: .35em; }
.home-text .prose { font-size: 1.02rem; }
.home-text .prose h2 { font-size: clamp(1.4rem, 1.1rem + 1vw, 1.8rem); }
.home-text .link-arrow { margin-top: .5rem; }
.facts { list-style: none; padding: 0; margin: 0 0 1.4rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.facts li { display: inline-flex; align-items: center; gap: .45em; background: var(--green-100); color: var(--green-900); padding: .4em .8em; border-radius: 8px; font-size: .88rem; font-weight: 600; }
.facts .ico { color: var(--green); }
.price-box { background: #fff; border-radius: var(--radius); padding: 1.2rem 1.3rem; box-shadow: var(--shadow); margin-bottom: 1.4rem; border-top: 4px solid var(--gold); }
.price-box h2 { font-size: 1.15rem; margin-bottom: .6rem; }
.ptable { width: 100%; border-collapse: collapse; font-size: .96rem; }
.ptable th, .ptable td { padding: .55rem .3rem; border-bottom: 1px solid var(--line); text-align: right; }
.ptable tr:last-child > * { border-bottom: 0; }
.ptable thead th { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; }
.ptable thead th small { display: block; text-transform: none; letter-spacing: 0; font-weight: 500; }
.ptable th:first-child { text-align: left; }
.ptable tbody th { font-weight: 600; color: var(--ink); }
.ptable tbody th small { display: block; font-weight: 400; color: var(--muted); font-size: .8rem; }
.ptable .gross { font-weight: 800; color: var(--green-800); font-size: 1.05rem; white-space: nowrap; }
.ptable .net { color: var(--muted); white-space: nowrap; }
.req { color: var(--green-700); font-weight: 600; font-style: italic; }
.note { font-size: .88rem; color: var(--muted); margin: .8rem 0 0; padding-left: .8rem; border-left: 3px solid var(--gold); }
.detail-cols { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); }
.specs { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.specs th, .specs td { text-align: left; padding: .75rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.specs tr:last-child > * { border-bottom: 0; }
.specs th { width: 42%; color: var(--muted); font-weight: 600; font-size: .92rem; }
.specs td { font-weight: 600; color: var(--ink); }
@media (max-width: 900px) {
  .detail-grid, .detail-cols { grid-template-columns: 1fr; }
}

/* ---------- prose ---------- */
.prose h2 { font-size: 1.45rem; margin-top: 1.6em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1em; }
.prose li { margin-bottom: .3em; }
.prose ul li::marker { color: var(--gold-600); }
.prose blockquote { margin: 0 0 1.5em; padding: .9rem 1.1rem; background: var(--gold-100); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; }
.prose blockquote p { margin: 0; }

/* ---------- steps ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; counter-reset: s; }
.steps li { position: relative; background: #fff; border-radius: var(--radius); padding: 1.6rem 1.5rem 1.4rem; box-shadow: var(--shadow); overflow: hidden; }
.step-num { position: absolute; right: .9rem; top: -.15em; font-size: 5.2rem; font-weight: 900; font-stretch: 125%; color: var(--green-100); line-height: 1; z-index: 0; }
.step-ico { position: relative; display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--gold); color: var(--green-950); margin-bottom: 1rem; }
.step-ico .ico { width: 24px; height: 24px; }
.steps h3, .steps p { position: relative; }
.steps p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- CTA ---------- */
.cta-band { background: var(--green-800); color: #d4e2d8; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; border: 40px solid rgb(212 170 42 / 14%); }
.cta-grid { position: relative; display: grid; grid-template-columns: 1.4fr 1fr; gap: 2.5rem; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-facts p { display: flex; gap: .6em; align-items: flex-start; margin: .4rem 0 0; }
.cta-facts .ico { color: var(--gold); margin-top: .2em; }
.cta-band .btn-outline { background: transparent; color: #fff; border-color: rgb(255 255 255 / 35%); }
.cta-band .btn-outline:hover { border-color: #fff; }
.cta-band .btn-col { max-width: 340px; justify-self: end; width: 100%; }
@media (max-width: 800px) { .cta-grid { grid-template-columns: 1fr; } .cta-band .btn-col { justify-self: start; } }

/* ---------- price list ---------- */
.price-controls { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.price-controls .btn-outline { background: transparent; color: #fff; border-color: rgb(255 255 255 / 35%); }
.price-controls .btn-outline:hover { border-color: #fff; color: #fff; }
.seg { display: inline-flex; background: rgb(255 255 255 / 10%); border-radius: 999px; padding: 4px; }
.seg label { cursor: pointer; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: block; padding: .5em 1.05em; border-radius: 999px; color: #d4e2d8; font-weight: 600; font-size: .92rem; line-height: 1.25; text-align: center; transition: background .15s, color .15s; }
.seg small { display: block; font-size: .72rem; font-weight: 500; opacity: .8; }
.seg input:checked + span { background: var(--gold); color: var(--green-950); }
.seg input:focus-visible + span { outline: 3px solid #fff; outline-offset: 1px; }
.pl-group { margin-bottom: 2.5rem; }
.pl-group h2 { font-size: 1.3rem; display: flex; align-items: center; gap: .6rem; }
.pl-group h2::before { content: ''; width: 14px; height: 14px; background: var(--gold); border-radius: 4px; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); box-shadow: var(--shadow); background: #fff; }
.pl-table { width: 100%; border-collapse: collapse; font-size: .95rem; min-width: 760px; table-layout: fixed; }
.pl-table thead .pl-name { width: 30%; }
@media (max-width: 600px) {
  .pl-table { min-width: 620px; font-size: .88rem; }
  .pl-table thead .pl-name { width: 150px; }
  .pl-table th, .pl-table td { padding: .7rem .6rem; }
}
.pl-table th, .pl-table td { padding: .8rem .9rem; border-bottom: 1px solid var(--line); text-align: right; white-space: nowrap; }
.pl-table thead th { background: var(--green-900); color: #fff; font-size: .82rem; font-weight: 700; vertical-align: bottom; }
.pl-table thead th small { display: block; font-weight: 400; color: #b7cbbd; font-size: .72rem; white-space: normal; }
.pl-table tbody tr:nth-child(even) { background: #fafaf6; }
.pl-table tbody tr:hover { background: var(--green-100); }
.pl-table tr:last-child > * { border-bottom: 0; }
.pl-name { text-align: left !important; white-space: normal !important; min-width: 220px; position: sticky; left: 0; background: inherit; }
.pl-table thead .pl-name { background: var(--green-900); z-index: 1; }
.pl-table tbody .pl-name { background: #fff; font-weight: 600; }
.pl-table tbody tr:nth-child(even) .pl-name { background: #fafaf6; }
.pl-table tbody tr:hover .pl-name { background: var(--green-100); }
.pl-name a { color: var(--ink); text-decoration: none; }
.pl-name a:hover { color: var(--green-700); text-decoration: underline; }
.pl-name small { display: block; font-weight: 400; color: var(--muted); font-size: .8rem; margin-top: .2em; }
.pl-table td { font-weight: 700; color: var(--green-800); font-variant-numeric: tabular-nums; }
.pl-empty { color: #b9bdb3 !important; font-weight: 400 !important; }
.pricelist .v-net, .pricelist .mode-net { display: none; }
.pricelist[data-pmode="net"] .v-net, .pricelist[data-pmode="net"] .mode-net { display: inline; }
.pricelist[data-pmode="net"] .v-gross, .pricelist[data-pmode="net"] .mode-gross { display: none; }
.pl-foot { font-size: .9rem; color: var(--muted); }
.pl-foot p { margin: .3rem 0; }

/* ---------- forms ---------- */
.form-wrap { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.form { background: #fff; border-radius: var(--radius); padding: clamp(1.3rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.form h2 { margin-bottom: .2em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.1rem; margin: 1.3rem 0 1.5rem; }
.field { display: flex; flex-direction: column; gap: .35rem; font-size: .9rem; font-weight: 600; color: var(--ink); }
.field-full { grid-column: 1 / -1; }
.field input, .field select, .field textarea {
  font: inherit; font-weight: 400; font-size: 1rem; padding: .7em .85em; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fcfcfa; color: var(--ink); width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); background: #fff; box-shadow: 0 0 0 3px var(--green-100); }
.field [aria-invalid="true"], .check [aria-invalid="true"] { border-color: #c2410c; }
.field-err { color: #b3380b; font-size: .84rem; font-weight: 600; grid-column: 1 / -1; }
.check { display: flex; gap: .65rem; align-items: flex-start; font-size: .92rem; cursor: pointer; }
.check input { width: 20px; height: 20px; margin-top: .15em; accent-color: var(--green); flex: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form > .field-full { margin-top: 1.2rem; }
.alert { padding: .8rem 1rem; border-radius: 10px; margin-top: 1rem; font-weight: 600; }
.alert-err { background: #fdecea; color: #8f2a0a; }
.form-aside { background: var(--green-100); border-radius: var(--radius); padding: 1.6rem; position: sticky; top: 100px; }
.form-aside h3 { font-size: 1.2rem; }
.form-aside p { color: var(--muted); font-size: .95rem; }
.aside-price { margin: 1.2rem 0 0; padding-top: 1rem; border-top: 1px solid var(--green-200); font-size: 1rem !important; color: var(--text) !important; }
.aside-price strong { color: var(--green-800); font-size: 1.3rem; }
.contact-card { background: #fff; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.contact-list { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: .9rem; }
.contact-list li { display: flex; gap: .7rem; align-items: flex-start; }
.contact-list .ico { color: var(--green); margin-top: .25em; }
.contact-card h4 { display: flex; align-items: center; gap: .5rem; font-size: 1rem; margin-top: 1.2rem; }
.hours { margin: 0 0 1.4rem; display: grid; gap: .25rem; font-size: .94rem; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; }
.hours dt { font-weight: 600; }
.hours dd { margin: 0; }
@media (max-width: 860px) {
  .form-wrap { grid-template-columns: 1fr; }
  .form-aside { position: static; }
  .form-grid { grid-template-columns: 1fr; }
}
.thanks-ico { display: grid; place-items: center; width: 84px; height: 84px; margin: 0 auto 1.5rem; border-radius: 50%; background: var(--gold); color: var(--green-950); }
.thanks-ico .ico { width: 42px; height: 42px; }

/* ---------- footer ---------- */
.site-footer { background: var(--green-950); color: #b5c7ba; font-size: .95rem; }
.stripe { height: 6px; background: repeating-linear-gradient(-45deg, var(--gold) 0 14px, var(--green-950) 14px 28px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(auto-fit, minmax(160px, 1fr)); gap: 2.5rem 2rem; padding-block: 3.5rem 2.5rem; }
.footer-brand img { height: 64px; width: auto; margin-bottom: 1rem; }
.footer-name { color: #fff; font-weight: 800; font-stretch: 115%; font-size: 1.1rem; margin-bottom: .3rem; }
.site-footer h2 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 1.1rem; font-stretch: 100%; }
.site-footer a { color: #dfe9e2; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-list, .footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.footer-list li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-list .ico { color: var(--gold); margin-top: .25em; }
.site-footer .hours div { justify-content: flex-start; }
.site-footer .hours dt { color: #dfe9e2; min-width: 6.5em; }
.footer-bottom { border-top: 1px solid rgb(255 255 255 / 10%); padding-block: 1.2rem; font-size: .85rem; color: #8ca394; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } body { font-size: 16px; } }

/* ---------- motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

/* ---------- print (Preisliste) ---------- */
@media print {
  @page { margin: 14mm; }
  body { background: #fff; font-size: 11pt; }
  .site-header, .site-footer, .price-controls, .skip, .crumbs { display: none !important; }
  .page-head { background: none; color: #000; padding: 0 0 8mm; }
  .page-head::after { display: none; }
  .page-head h1 { color: #000; }
  .page-head::before { content: 'Haus & Hof Werkzeugverleih'; display: block; font-weight: 800; color: #41744f; margin-bottom: 2mm; }
  .table-scroll { box-shadow: none; overflow: visible; }
  .pl-table { min-width: 0; font-size: 9pt; }
  .pl-table thead th { background: #eee !important; color: #000; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .pl-table th, .pl-table td { padding: 4px 6px; }
  .pl-group { break-inside: avoid; margin-bottom: 6mm; }
  .section, .section-tight { padding: 0; }
  a { color: inherit; text-decoration: none; }
}

/* ---------- extras / options ---------- */
.extras-h { font-size: 1rem; margin: 1.3rem 0 .5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.extras { list-style: none; margin: 0; padding: 0; font-size: .92rem; }
.extras li { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; border-bottom: 1px dashed var(--line); }
.extras li:last-child { border-bottom: 0; }
.extras-n { color: var(--ink); font-weight: 600; }
.extras-p { display: flex; flex-direction: column; align-items: flex-end; text-align: right; white-space: nowrap; }
.extras-p b { color: var(--green-800); }
.extras-p small { color: var(--muted); font-size: .78rem; }
.extras-foot { font-size: .78rem; color: var(--muted); margin: .4rem 0 0; }
@media (max-width: 480px) { .extras li { flex-direction: column; gap: .15rem; } .extras-p { align-items: flex-start; text-align: left; white-space: normal; } }
.pl-table tr.pl-sub > * { padding-top: .35rem; padding-bottom: .35rem; font-size: .86rem; }
.pl-table tr.pl-sub .pl-name { font-weight: 500 !important; color: var(--muted); padding-left: 1.8rem; }
.pl-table tr.pl-sub .pl-name span::before { content: '↳ '; color: var(--gold-600); }
.pl-table tr.pl-sub td { font-weight: 600; color: var(--green-700); }
.pl-more { font-weight: 600; color: var(--green-700) !important; }
.trust a { color: inherit; text-underline-offset: 3px; }
.trust a:hover { color: #fff; }

/* ---------- service band ---------- */
.service-band { background: var(--gold-100); border-block: 1px solid #ecdca6; }
.service-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; align-items: center; }
.service-band h2 { margin-bottom: .3rem; }
.service-band p:last-child { margin: 0; color: var(--text); max-width: 42em; }
.service-band .eyebrow { color: var(--gold-600); margin-bottom: .5rem; }
.service-ico { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 20px; background: var(--green-800); color: var(--gold); }
.service-ico .ico { width: 36px; height: 36px; }
@media (max-width: 760px) { .service-grid { grid-template-columns: 1fr; gap: 1rem; } }
.page-head .h1-sub { color: var(--gold); }
.prose img { display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); margin: 1.4rem 0; }
