/* ===== Unterseiten — Subhero, Sektionen, Legal, Kontakt ===== */

/* Überschreibt layout.css — leicht größerer Zeilenabstand für Unterseiten-Headlines. */
.display { line-height: 0.98; }

/* Subhero */
.subhero { position: relative; color: #fff; overflow: hidden; isolation: isolate; }
body.pillar-ki  .subhero { background: radial-gradient(70% 90% at 88% 4%, var(--ki) 0%, transparent 60%), var(--ki-deep); }
body.pillar-org .subhero { background: radial-gradient(70% 90% at 8% 100%, var(--org) 0%, transparent 60%), var(--org-deep); }
body.pillar-web .subhero { background: radial-gradient(66% 88% at 78% 0%, var(--web) 0%, transparent 60%), var(--web-deep); }
body.pillar-ink .subhero { background: radial-gradient(70% 90% at 84% 0%, oklch(0.32 0.018 262) 0%, transparent 60%), oklch(0.2 0.016 262); }
.subhero .wrap { position: relative; z-index: 2; padding: clamp(118px,16vw,180px) var(--gut) clamp(52px,7vw,96px); }
.subhero .bignum { position: absolute; z-index: 1; top: clamp(40px,8vw,90px); right: clamp(12px,4vw,64px); font-family: var(--display-font); font-weight: var(--display-weight); font-size: clamp(9rem,30vw,26rem); line-height: .7; color: rgba(255,255,255,.09); pointer-events: none; will-change: transform; }
.subhero-grid { display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(28px,5vw,68px); align-items: center; }
@media (max-width: 900px){ .subhero-grid { grid-template-columns: 1fr; gap: 32px; } }
.subhero .label { display: inline-flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: clamp(11px,.85vw,13px); letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.9); margin-bottom: 18px; }
.subhero .label .icon { width: 22px; height: 22px; }
.subhero h1 { font-family: var(--display-font); font-weight: var(--display-weight); font-size: clamp(2.5rem,6.2vw,5rem); line-height: .98; letter-spacing: -0.02em; text-wrap: balance; }
.subhero .sub { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem,1.7vw,1.5rem); color: rgba(255,255,255,.8); margin-top: 18px; max-width: 30ch; }
.subhero .lead { color: rgba(255,255,255,.9); font-size: clamp(1.02rem,1.4vw,1.22rem); line-height: 1.55; max-width: 48ch; margin-top: 22px; }
.subhero .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.subhero .visual .img-slot { width: 100%; aspect-ratio: 4/5; box-shadow: 0 40px 80px -40px rgba(0,0,0,.6); }
@media (max-width: 900px){ .subhero .visual .img-slot { aspect-ratio: 16/10; } }

/* Sektionen */
.sec { padding: clamp(56px,9vw,118px) 0; position: relative; }
.sec + .sec { border-top: 1px solid var(--hairline); }
.sec.surf { background: var(--surf); }
.sec-intro h2 { font-family: var(--display-font); font-weight: var(--display-weight); font-size: clamp(1.9rem,4.4vw,3.2rem); line-height: 1.0; letter-spacing: -0.015em; text-wrap: balance; }
.sec-intro p { color: var(--ink-2); font-size: clamp(1.02rem,1.3vw,1.2rem); line-height: 1.55; margin-top: 16px; }
.sec-intro p em { color: var(--ink); font-style: italic; }

.pains { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2.4vw,28px); }
@media (max-width: 820px){ .pains { grid-template-columns: 1fr; } }
.pain { padding: 26px 26px 30px; border: 1px solid var(--hairline); border-radius: var(--r-lg); background: var(--bg); }
.sec.surf .pain { background: var(--bg); }
.pain .q { font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.3; color: var(--ink); margin-bottom: 10px; }
.pain p { color: var(--ink-2); font-size: .95rem; }

.cards { display: grid; grid-template-columns: repeat(2,1fr); gap: clamp(16px,2.4vw,26px); }
@media (max-width: 720px){ .cards { grid-template-columns: 1fr; } }
.card { padding: clamp(26px,3vw,38px); border: 1px solid var(--hairline); border-radius: var(--r-lg); background: var(--surf); display: flex; flex-direction: column; gap: 12px; transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .35s; }
.sec.surf .card { background: var(--bg); }
.card:hover { transform: translateY(-4px); box-shadow: 0 26px 54px -34px oklch(0.225 0.014 70 / .4); border-color: var(--acc); }
.card .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: var(--acc); }
.card .ic .icon { width: 23px; height: 23px; }
.card h3 { font-family: var(--sans); font-weight: 600; font-size: 1.22rem; line-height: 1.2; }
.card p { color: var(--ink-2); font-size: .96rem; }
.card .card-note { font-size: .82rem; line-height: 1.45; color: var(--ink-2); margin-top: 2px; opacity: .85; }
.card .card-note a { color: var(--acc); text-decoration: underline; text-underline-offset: 3px; }
.card .card-note a:hover { opacity: .8; }
.card .tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 2px; }
.card .tags span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .04em; color: var(--acc); background: var(--acc-soft); border: 1px solid color-mix(in srgb, var(--acc) 28%, transparent); padding: 4px 9px; border-radius: 100px; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--hairline); border-left: 1px solid var(--hairline); border-radius: var(--r-lg); overflow: hidden; }
@media (max-width: 820px){ .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .steps { grid-template-columns: 1fr; } }
.step { padding: 30px clamp(20px,2vw,30px) 34px; border-right: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: var(--surf); }
.sec.surf .step { background: var(--bg); }
.step .dot { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--acc); margin-bottom: 16px; }
.step .dot .icon { width: 19px; height: 19px; }
.step .sn { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--ink-2); display: block; margin-bottom: 6px; }
.step h3 { font-family: var(--sans); font-weight: 600; margin-bottom: 6px; font-size: 1rem; }
.step p { font-size: .9rem; color: var(--ink-2); }

.cases { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2.4vw,26px); }
@media (max-width: 900px){ .cases { grid-template-columns: 1fr; } }
.case { border: 1px solid var(--hairline); border-radius: var(--r-lg); overflow: hidden; background: var(--surf); display: flex; flex-direction: column; }
.sec.surf .case { background: var(--bg); }
.case .band { height: 7px; background: var(--acc); }
.case .in { padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.case .ctx { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }
.case h3 { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; line-height: 1.25; }
.case p { color: var(--ink-2); font-size: .95rem; flex: 1; }
.case .out { font-family: var(--sans); font-weight: 600; font-size: .92rem; color: var(--acc); display: flex; gap: 8px; align-items: flex-start; padding-top: 12px; border-top: 1px solid var(--hairline); }
.case .out .icon { width: 16px; height: 16px; flex: none; margin-top: 2px; }

.faq { max-width: 80ch; border-top: 1px solid var(--hairline); }
.faq details { border-bottom: 1px solid var(--hairline); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 4px; font-family: var(--sans); font-weight: 600; font-size: clamp(1.05rem,1.6vw,1.3rem); color: var(--ink); transition: color .2s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--acc); }
.faq summary .pm { width: 26px; height: 26px; flex: none; position: relative; }
.faq summary .pm::before, .faq summary .pm::after { content:""; position: absolute; left: 50%; top: 50%; background: var(--acc); transition: transform .3s; }
.faq summary .pm::before { width: 14px; height: 2px; transform: translate(-50%,-50%); }
.faq summary .pm::after { width: 2px; height: 14px; transform: translate(-50%,-50%); }
.faq details[open] summary .pm::after { transform: translate(-50%,-50%) scaleY(0); }
.faq .ans { padding: 0 4px 24px; color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; max-width: 68ch; }

.cross { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px,2.4vw,26px); }
@media (max-width: 720px){ .cross { grid-template-columns: 1fr; } }
.cross a { position: relative; overflow: hidden; border-radius: var(--r-lg); padding: clamp(28px,3.4vw,42px); color: #fff; display: flex; flex-direction: column; min-height: 200px; transition: transform .35s cubic-bezier(.2,.7,.2,1); isolation: isolate; }
.cross a:hover { transform: translateY(-4px); }
.cross a.to-ki  { background: radial-gradient(80% 120% at 90% 0%, var(--ki) 0%, transparent 62%), var(--ki-deep); }
.cross a.to-org { background: radial-gradient(80% 120% at 10% 100%, var(--org) 0%, transparent 62%), var(--org-deep); }
.cross a.to-web { background: radial-gradient(80% 120% at 80% 0%, var(--web) 0%, transparent 62%), var(--web-deep); }
.cross a .num { font-family: var(--display-font); font-weight: var(--display-weight); font-size: 2.4rem; opacity: .5; }
.cross a .lbl { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .85; margin-top: auto; }
.cross a h3 { font-family: var(--display-font); font-weight: var(--display-weight); font-size: clamp(1.5rem,2.6vw,2.1rem); line-height: 1.02; margin: 10px 0 6px; }
.cross a .go { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; margin-top: 10px; }
.cross a .go .icon { width: 16px; height: 16px; transition: transform .3s; }
.cross a:hover .go .icon { transform: translateX(4px); }

/* Legal */
.legal .wrap { max-width: 860px; }
.legal-head { padding: clamp(110px,15vw,168px) 0 clamp(34px,5vw,56px); border-bottom: 1px solid var(--hairline); }
.legal-head h1 { font-family: var(--display-font); font-weight: var(--display-weight); font-size: clamp(2.4rem,6vw,4.2rem); line-height: 1.0; letter-spacing: -0.02em; }
.legal-head p { color: var(--ink-2); margin-top: 16px; max-width: 56ch; }
.legal-body { padding: clamp(40px,6vw,72px) 0 clamp(64px,9vw,110px); }
.legal-body section { margin-bottom: clamp(34px,5vw,52px); scroll-margin-top: 90px; }
.legal-body h2 { font-family: var(--sans); font-weight: 700; font-size: clamp(1.3rem,2.4vw,1.7rem); margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--hairline); }
.legal-body h3 { font-family: var(--sans); font-weight: 600; font-size: 1.08rem; margin: 22px 0 8px; }
.legal-body p, .legal-body li { color: var(--ink-2); line-height: 1.7; }
.legal-body p { margin-bottom: 12px; max-width: 70ch; }
.legal-body ul { margin: 0 0 14px 0; padding-left: 22px; display: flex; flex-direction: column; gap: 6px; }
.legal-body .ph { color: var(--org); background: var(--org-soft); border: 1px dashed color-mix(in srgb, var(--org) 40%, transparent); border-radius: 5px; padding: 1px 7px; font-family: var(--mono); font-size: .86em; white-space: nowrap; }
.legal-toc { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.legal-toc a { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); border: 1px solid var(--hairline-2); border-radius: 100px; padding: 7px 13px; transition: border-color .2s, color .2s; }
.legal-toc a:hover { border-color: var(--ink); color: var(--ink); }

/* Kontakt */
.contact-head { padding: clamp(112px,15vw,176px) 0 clamp(20px,3vw,40px); }
.contact-head .sec-kick { color: var(--org); }
.contact-head h1 { font-family: var(--display-font); font-weight: var(--display-weight); font-size: clamp(2.6rem,7vw,5.4rem); line-height: .98; letter-spacing: -0.02em; }
.contact-head h1 em { font-style: normal; color: var(--org); }
.contact-head p { color: var(--ink-2); font-size: clamp(1.05rem,1.4vw,1.25rem); line-height: 1.55; max-width: 50ch; margin-top: 20px; }
.contact-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,64px); align-items: start; margin-top: clamp(34px,5vw,60px); }
@media (max-width: 820px){ .contact-cols { grid-template-columns: 1fr; gap: 36px; } }
.contact-head .cchan a { grid-template-columns: 46px 1fr auto; padding: 20px 4px; }
.contact-head .cchan .ic { width: 46px; height: 46px; }
.contact-head .cchan .ic .icon { width: 21px; height: 21px; }
.contact-head .cchan .val { font-size: 1.25rem; }
.contact-aside { background: var(--surf); border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: clamp(26px,3vw,38px); }
.contact-aside h2 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 12px; }
.contact-aside p { color: var(--ink-2); font-size: .98rem; line-height: 1.6; margin-bottom: 14px; }
.contact-aside .meta { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--hairline); }
.contact-aside .meta div { display: flex; gap: 11px; align-items: flex-start; font-size: .94rem; color: var(--ink-2); }
.contact-aside .meta .icon { width: 18px; height: 18px; color: var(--org); flex: none; margin-top: 2px; }

.net-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2.4vw,26px); }
@media (max-width: 900px){ .net-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .net-grid { grid-template-columns: 1fr; } }
.partner { border: 1px solid var(--hairline); border-radius: var(--r-lg); background: var(--bg); padding: 26px 24px 28px; display: flex; flex-direction: column; gap: 12px; transition: transform .35s, box-shadow .35s; }
.partner:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -32px oklch(0.225 0.014 70 / .4); }
.partner .pn { font-family: var(--serif); font-size: 1.25rem; }
.partner .role { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--org); }
.partner p { color: var(--ink-2); font-size: .93rem; line-height: 1.55; }
.partner .pill-ph { align-self: flex-start; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); border: 1px dashed var(--hairline-2); border-radius: 100px; padding: 4px 10px; }
a.partner { text-decoration: none; color: inherit; }
.subhero-grid--solo { grid-template-columns: 1fr; max-width: 52rem; }
.cross a .domain { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }
.principle--soon { opacity: .72; cursor: default; pointer-events: none; }
.principle--soon .pill-ph { margin-top: 4px; }
a.principle { text-decoration: none; color: inherit; display: block; transition: opacity .25s; }
a.principle:hover { opacity: .92; }

/* Pricing band */
.pricing-band { padding: clamp(3rem,6vw,5rem) 0; }
.pricing-band__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 640px;
}
.pricing-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 2px 12px;
  padding: 14px 0;
  border-bottom: 0.5px solid var(--hairline);
}
.pricing-item:last-child { border-bottom: none; }
.pricing-item--highlight .pricing-item__label,
.pricing-item--highlight .pricing-item__price {
  font-weight: 700;
  color: var(--ink);
}
.pricing-item__label { font-size: 1rem; color: var(--ink); }
.pricing-item__dots {
  border-bottom: 1.5px dotted var(--hairline);
  align-self: end;
  margin-bottom: 5px;
  min-width: 20px;
}
.pricing-item__price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  text-align: right;
  white-space: nowrap;
}
.pricing-item__note {
  font-size: .85rem;
  color: var(--ink-3);
  grid-column: 1 / -1;
}
.pricing-band__note {
  font-size: .9rem;
  color: var(--ink-2);
  margin-top: 1.5rem;
  max-width: 560px;
  line-height: 1.6;
}
