/* Huck Media – 3 Seiten, Desktop-first, visuell korrigiert */
:root {
  --green: #98C218;
  --green-dark: #7aa314;
  --ink: #1c1c1c;
  --mute: #5b5b5b;
  --paper: #ffffff;
  --mist: #f4f6f0;
  --line: #ececec;
  --field: #f7f8f3;
  --max: 1200px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Lato", "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(var(--max), calc(100% - 80px)); margin: 0 auto; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 40px;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 1px; line-height: 1; }
.brand .huck { font-weight: 900; font-size: 26px; letter-spacing: .02em; color: var(--green); }
.brand .media { font-weight: 300; font-size: 24px; color: #555; }
.brand img { height: 64px; width: auto; display: block; }
.links { display: flex; gap: 24px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--mute); }
.links a.active, .links a:hover { color: var(--ink); font-weight: 700; }
.cta {
  background: var(--green); color: #fff; padding: 11px 20px; border-radius: 999px;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; white-space: nowrap;
}
.cta:hover { background: var(--green-dark); }

.nav-toggle { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.nav-burger {
  display: none;
  width: 42px; height: 42px;
  align-items: center; justify-content: center;
  cursor: pointer; margin-left: auto;
  position: relative;
}
.nav-burger span:not(.sr) {
  display: block; width: 22px; height: 2px; background: var(--green);
  position: relative;
}
.nav-burger span:not(.sr)::before,
.nav-burger span:not(.sr)::after {
  content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: var(--green);
}
.nav-burger span:not(.sr)::before { top: -7px; }
.nav-burger span:not(.sr)::after { top: 7px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }


.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
  height: min(68vh, 640px);
}
.hero-copy {
  background: var(--green); color: #fff;
  padding: 72px 64px;
  display: flex; flex-direction: column; justify-content: center;
}
.kicker { letter-spacing: .28em; font-size: 11px; text-transform: uppercase; opacity: .9; margin-bottom: 18px; font-weight: 700; }
.hero h1 { font-size: clamp(36px, 4.4vw, 52px); line-height: .98; font-weight: 900; max-width: 12ch; }
.hero p { margin-top: 22px; font-size: 17px; line-height: 1.55; max-width: 36ch; font-weight: 400; }
.hero-actions { margin-top: 32px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.btn-white { background: #fff; color: var(--ink); padding: 13px 22px; border-radius: 999px; font-weight: 700; }
.btn-white:hover { background: var(--mist); }
.btn-ghost { color: #fff; border-bottom: 2px solid #fff; padding-bottom: 3px; font-weight: 700; }
.hero-art { background: #111; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }

.section { padding: 72px 0 40px; }
.section h2 { font-size: 34px; font-weight: 900; margin-bottom: 12px; letter-spacing: -.02em; }
.lead { color: var(--mute); max-width: 62ch; line-height: 1.6; margin-bottom: 36px; font-size: 16px; }
.kicker-page { color: var(--green); letter-spacing: .28em; font-size: 11px; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card {
  background: var(--paper); padding: 0; min-height: 220px;
  display: flex; flex-direction: column; gap: 0;
  overflow: hidden;
}
.card-top { padding: 22px 22px 14px; background: var(--paper); display: flex; justify-content: center; align-items: center; }
.card .ico { width: 73px; height: 73px; margin: 0 auto; display: block; }
.item .ico { width: 50px; height: 50px; flex: 0 0 50px; margin-top: 2px; }
.card-copy { background: var(--green); color: #fff; padding: 16px 22px 24px; flex: 1; }
a.card { color: inherit; text-decoration: none; }
a.card:hover .card-copy { filter: brightness(0.94); }
a.card:hover .card-top { background: #f7f8f3; }
.card h3 { font-size: 17px; color: #fff; margin-bottom: 6px; }
.card p { font-size: 14px; color: #fff; line-height: 1.45; }

.quote {
  margin: 48px auto 64px;
  width: min(var(--max), calc(100% - 80px));
  background: var(--green); color: #fff;
  padding: 40px 48px;
  display: grid; grid-template-columns: 1.45fr .7fr; gap: 24px; align-items: center;
}
.quote p { font-size: 24px; font-weight: 900; line-height: 1.25; }
.quote span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .92; justify-self: end; }

.footer {
  padding: 22px 40px 32px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  color: var(--mute); font-size: 13px; border-top: 1px solid var(--line);
}
.footer a:hover { color: var(--green); }

.list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; min-width: 0; }
.list > * { min-width: 0; }
.item {
  padding: 22px 0 20px; border-top: 1px solid var(--green);
  display: flex; flex-direction: column; gap: 8px;
  align-items: stretch; width: 100%; min-width: 0;
}
.item-copy { min-width: 0; }
.item h3 { font-size: 20px; margin-bottom: 6px; }
.item p { color: var(--mute); line-height: 1.5; font-size: 15px; }

.contact, .impressum {
  display: grid;
  grid-template-columns: minmax(320px, 38%) 1fr;
  min-height: calc(100vh - 105px);
}
.impressum { align-items: start; }
.aside { background: var(--green); color: #fff; padding: 64px 56px; }
.aside h1 { font-size: clamp(32px, 4vw, 44px); font-weight: 900; margin: 10px 0 22px; line-height: 1.05; }
.aside p { line-height: 1.6; max-width: 34ch; font-size: 16px; }
.aside .meta { margin-top: 40px; font-size: 15px; line-height: 1.7; }
.aside a { border-bottom: 1px solid rgba(255,255,255,.45); }
.aside a:hover { border-bottom-color: #fff; }

.form { padding: 64px 56px 72px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; max-width: 640px; }
.field { display: flex; flex-direction: column; gap: 8px; margin: 10px 0 6px; }
.field.full { grid-column: 1 / -1; }
label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); font-weight: 700; }
input[type="text"], input[type="email"], select, textarea {
  width: 100%; border: 0; border-bottom: 2px solid #e2e2e2; padding: 10px 0 12px;
  font: inherit; font-size: 16px; outline: none; background: transparent; color: var(--ink);
  border-radius: 0;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-bottom-color: var(--green); }
select { background: var(--paper); }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--mute); line-height: 1.45; text-transform: none; letter-spacing: 0; font-weight: 400; }
.check input { margin-top: 3px; accent-color: var(--green); }
.check a { color: var(--green); text-decoration: underline; }
button.send {
  margin-top: 20px; background: var(--green); color: #fff; border: 0; padding: 14px 28px;
  border-radius: 999px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; font-family: inherit;
}
button.send:hover { background: var(--green-dark); }
button.send:disabled { opacity: .6; cursor: wait; }
.status { margin-top: 14px; font-size: 14px; color: var(--mute); min-height: 1.2em; }
.status.ok { color: var(--green-dark); font-weight: 700; }
.status.err { color: #b42318; }


.fokus-banner {
  display: block;
  width: min(900px, 75%);
  margin: 8px auto 56px;
}
.fokus-banner img { width: 100%; height: auto; display: block; }

.page-art {
  margin: 0;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--mist);
}
.page-art.slim { height: 150px; }
.page-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}


.fokus { padding: 28px 0 8px; }
.fokus-offers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.fokus-col {
  text-align: center;
  padding: 8px 12px 16px;
}
.fokus-col:hover .fokus-act { text-decoration: underline; text-underline-offset: 4px; }
.fokus-q {
  color: #4d4d4d;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 4px;
}
.fokus-pct {
  color: var(--green);
  font-size: clamp(72px, 9.5vw, 112px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.04em;
}
.fokus-act {
  color: var(--green);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  margin-top: 6px;
}
.fokus-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 8px 8px 24px;
}
.fokus-note {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.fokus-neo {
  color: var(--green);
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 900;
  letter-spacing: .01em;
  text-transform: uppercase;
  line-height: .95;
}
.fokus-ico { width: min(220px, 28vw); height: auto; flex: 0 0 auto; }

.logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  align-items: center;
  justify-items: center;
  gap: 22px 20px;
  margin: 8px 0 40px;
}
.logos img {
  height: 40px;
  width: auto;
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
}
.logos { margin-bottom: 12px; }
.logos-note {
  color: var(--mute);
  font-size: 15px;
  line-height: 1.6;
  max-width: 62ch;
  margin: 0 0 40px;
}

.list.refs { grid-template-columns: 1fr; max-width: 920px; }
.list.refs .item { border-top-width: 1px; }
.list.refs details.item summary img { display: none; }
.list.refs details.item summary::before {
  content: "";
  flex: 0 0 9px;
  width: 9px; height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--green);
}
.item .when {
  display: block; margin-top: 4px;
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--mute);
}
.item .logo-ico {
  width: auto; height: 40px; max-width: 72px;
  object-fit: contain; flex: 0 0 auto; margin-top: 2px;
}
.proj-body {
  margin: 4px 0 8px 0; width: 100%; max-width: 100%;
  overflow-wrap: anywhere; word-break: break-word;
}
.proj-body p { color: var(--mute); font-size: 15px; line-height: 1.65; margin-bottom: 10px; }
.proj-body a { color: var(--green); text-decoration: underline; }
h2.subhead { font-size: 28px; margin: 48px 0 16px; }
.award { border-top: 3px solid var(--green); padding: 28px 0 8px; margin-top: 36px; max-width: 72ch; }
.award h3 { font-size: 20px; margin: 8px 0 8px; }
.award p { color: var(--mute); font-size: 15px; line-height: 1.6; }

.ref-block { max-width: 72ch; margin-bottom: 36px; }
.ref-block h3 { font-size: 22px; margin: 0 0 10px; }
.ref-block p { color: var(--mute); font-size: 16px; line-height: 1.65; margin-bottom: 12px; }
.ref-block ul { margin: 0 0 12px 18px; color: var(--mute); font-size: 15px; line-height: 1.6; }
.skills {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 16px 0 8px;
}
.skills span {
  background: var(--mist); color: var(--ink);
  font-size: 13px; padding: 6px 12px; border-radius: 999px;
}

@media (max-width: 900px) {
  .nav { padding: 16px 20px; flex-wrap: wrap; }
  .nav-burger { display: flex; }
  .cta { display: none; }
  .links {
    display: none;
    flex-direction: column;
    width: 100%;
    order: 5;
    gap: 0;
    padding: 8px 0 12px;
    border-top: 1px solid var(--line);
  }
  .links a { display: block; padding: 12px 0; font-size: 14px; }
  .nav-toggle:checked ~ .links { display: flex; }
  .nav-toggle:checked + .nav-burger span:not(.sr) { background: transparent; }
  .nav-toggle:checked + .nav-burger span:not(.sr)::before { top: 0; transform: rotate(45deg); }
  .nav-toggle:checked + .nav-burger span:not(.sr)::after { top: 0; transform: rotate(-45deg); }
  .hero, .contact, .impressum, .list, .grid, .quote, .form-grid, .fokus-offers { grid-template-columns: 1fr; }
  .fokus-foot { flex-direction: column; align-items: flex-start; }
  .logos { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: none; }
  .logos img { height: 34px; }
  .hero { height: auto; min-height: 0; }
  .hero-art { height: 380px; }
  .hero-copy, .aside, .form { padding: 48px 28px; }
  .quote { width: calc(100% - 40px); padding: 32px; }
  .quote span { justify-self: start; }
  .wrap { width: calc(100% - 40px); }
  .page-art { height: 150px; }
  .page-art.slim { height: 110px; }
}

.legal { padding: 28px 0 8px; border-top: 3px solid var(--green); margin-top: 8px; max-width: 78ch; }
.legal h3 { font-size: 22px; margin: 0 0 12px; }
.legal h4 { font-size: 16px; margin: 22px 0 8px; color: var(--ink); }
.legal p { color: var(--mute); font-size: 15px; line-height: 1.65; margin-bottom: 12px; }
.legal a { color: var(--green); text-decoration: underline; }
.legal ul { margin: 0 0 14px 18px; color: var(--mute); font-size: 15px; line-height: 1.6; }
.legal-page .lead { margin-bottom: 28px; }

details.item { cursor: pointer; flex-direction: column; width: 100%; }
details.item > summary {
  display: flex; gap: 16px; align-items: flex-start;
  list-style: none; cursor: pointer; width: 100%; min-width: 0;
}
details.item > summary::-webkit-details-marker { display: none; }
details.item .hint {
  display: inline-block; margin-top: 8px;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green); font-weight: 700;
}
details.item[open] .hint { visibility: hidden; }
details.item .prices {
  list-style: none; margin: 8px 0 4px 0; padding: 0;
  width: 100%; max-width: 100%;
}
details.item .prices li {
  padding: 0; border-bottom: 1px solid var(--line);
  font-size: 15px; color: var(--ink);
}
details.item .prices .price { color: var(--green); font-weight: 700; white-space: nowrap; flex: 0 0 auto; }
details.sub { width: 100%; }
details.sub summary {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  list-style: none; cursor: pointer; width: 100%; min-width: 0;
  padding: 10px 0;
}
details.sub summary::-webkit-details-marker { display: none; }
details.sub summary::marker { content: ""; }
details.sub .sub-name {
  min-width: 0; overflow-wrap: anywhere; font-weight: 700;
  padding-left: 18px; position: relative;
}
details.sub .sub-name::before {
  content: "+";
  position: absolute; left: 0; top: 0;
  color: var(--green); font-weight: 700; font-size: 15px; line-height: 1.3;
}
details.sub[open] .sub-name::before { content: "–"; }
details.sub .why {
  color: var(--mute); font-size: 14px; line-height: 1.55;
  padding: 0 0 12px 18px; max-width: 72ch; overflow-wrap: anywhere;
}

.footer-studio {
  position: relative;
  min-height: 0;
  padding: 22px 40px 32px;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  gap: 16px;
  border-top: 0;
  background: #1c1c1c url("../img/footer-studio.jpg") center 42% / cover no-repeat;
  isolation: isolate;
}
.footer-studio::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,22,12,.72) 0%, rgba(20,22,12,.18) 55%, rgba(20,22,12,.08) 100%);
  z-index: -1;
}
.footer-studio a { color: #fff; }
.footer-studio a:hover { color: var(--green); }

.impressum .aside { position: sticky; top: 105px; min-height: calc(100vh - 105px); padding: 64px 56px; }
.toc { margin-top: 36px; display: flex; flex-direction: column; }
.toc a {
  display: block; padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.28);
  font-size: 14px; letter-spacing: .02em;
}
.toc a:hover { border-bottom-color: #fff; }
.legal-col { padding: 64px 56px 72px; }
.impressum .legal { scroll-margin-top: 104px; }
@media (max-width: 900px) {
  .impressum { grid-template-columns: 1fr; }
  .impressum .aside { position: static; min-height: 0; }
  .legal-col { padding: 32px 28px 56px; }
}
