/* Shared editorial pages. Homepage geometry remains in home-werft.css. */
.wf-subpage { overflow: clip; }
.wf-subpage #wordpress-leistungen { scroll-margin-top: 6rem; }
.wf-subpage .wf-lead { max-width: 560px; }
.wf-subpage :is(p,li) { overflow-wrap: break-word; }
.wf-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px 12px; padding-top: 28px; font-size: .7rem; color: var(--wf-muted); line-height: 1.7; }
.wf-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.wf-breadcrumb [aria-current] { color: var(--wf-ink); }
.wf-page-hero { display: grid; grid-template-columns: 1.18fr 1fr; gap: 50px; align-items: center; min-height: 590px; padding-block: 55px 70px; }
.wf-subpage .wf-display { font-size: clamp(38px,4.3vw,62px); max-width: 690px; text-wrap: balance; }
.wf-page-hero-copy { min-width: 0; }
.wf-page-hero > * { min-width: 0; }
.wf-subpage .wf-display { hyphens: auto; }
.wf-page-object { width: 100%; max-width: 440px; justify-self: center; }
.wf-page-object img { width: 100%; height: auto; display: block; max-height: 460px; object-fit: contain; }
.wf-page-object--lighthouse { max-width: 350px; }
.wf-page-object--lighthouse img,.wf-page-object--trimaran img,.wf-page-object--catamaran img { mix-blend-mode: multiply; }
.wf-page-object--halfmodel img,.wf-page-object--logbook img,.wf-page-object--launch img { mask-image: linear-gradient(to right,transparent,#000 1.5%,#000 98.5%,transparent),linear-gradient(to bottom,transparent,#000 1.5%,#000 98.5%,transparent); mask-composite: intersect; }
.wf-details-section { border-top: 1px solid var(--wf-line); }
.wf-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.wf-detail-grid .wf-heading { max-width: 470px; }
.wf-detail-grid .wf-benefits article:first-child { padding-top: 0; border-top: 0; }
.wf-subpage .wf-benefits article { padding-block: 28px; }
.wf-subpage .wf-benefits h3 { font-size: clamp(19px,2vw,25px); }
.wf-editorial-photo { margin: 35px 0 0; max-width: 460px; }
.wf-editorial-photo img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 0; }
.wf-editorial-photo figcaption { padding-top: 14px; margin-top: 0; border: 0; color: var(--wf-muted); font-size: .73rem; }
.wf-flow-section { background: #e2eae8; }
.wf-flow-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; margin-bottom: 54px; }
.wf-flow-heading .wf-heading { margin: 0; }
.wf-flow-heading > p { color: var(--wf-muted); font-size: .92rem; max-width: 470px; }
.wf-flow { display: flex; list-style: none; padding: 0; margin: 0; }
.wf-flow > li { position: relative; flex: 1; min-width: 0; padding: 35px 28px 0 0; }
.wf-flow > li::before { content: ""; position: absolute; height: 1px; background: #90abae; top: 6px; left: 6.5px; right: -6.5px; }
.wf-flow > li:last-child { padding-right: 0; }
.wf-flow > li:last-child::before { display: none; }
.wf-flow-dot { position: absolute; z-index: 1; top: 0; left: 0; width: 13px; height: 13px; border: 3px solid var(--wf-ink); background: #e2eae8; border-radius: 50%; }
.wf-flow > li:last-child .wf-flow-dot { border-color: var(--wf-orange); background: var(--wf-orange); }
.wf-flow h3 { font-family: Inter,sans-serif; font-size: 1rem; line-height: 1.5; margin-bottom: 10px; }
.wf-flow p { font-size: .85rem; color: var(--wf-muted); max-width: 260px; }
.wf-page-ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.wf-subpage .wf-page-ai-lead { font-size: 1.1rem; line-height: 1.75; margin-bottom: 26px; }
.wf-subpage .wf-boundary { border-left: 2px solid var(--wf-orange); padding-left: 22px; font-size: .85rem; color: var(--wf-muted); }
.wf-page-ai .wf-text-link { margin-top: 28px; }
.wf-case-proof { background: #e7edeb; }
.wf-proof-grid { display: grid; grid-template-columns: .85fr 1.1fr; gap: 100px; align-items: center; }
.wf-proof-grid > div > p:not(.wf-kicker) { color: var(--wf-muted); font-size: .95rem; max-width: 430px; }
.wf-proof-grid > div > .wf-text-link { margin-top: 25px; }
.wf-case-card { display: block; min-width: 0; }
.wf-case-card-image { padding: 22px; background: #d5dfdc; border: 1px solid #bccbc6; overflow: hidden; }
.wf-case-card-image img { display: block; width: 100%; height: auto; transition: transform .3s; }
.wf-case-card:hover img { transform: scale(1.025); }
.wf-case-card:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.wf-subpage .wf-case-category { color: var(--wf-blue); font-size: .73rem; margin: 22px 0 8px; }
.wf-case-card h3 { font-size: 1.45rem; letter-spacing: -.035em; margin-bottom: 12px; display: flex; justify-content: space-between; gap: 20px; }
.wf-case-card h3 span { color: var(--wf-blue); }
.wf-case-card > p:last-child { color: var(--wf-muted); font-size: .9rem; }
.wf-related { border-top: 1px solid var(--wf-line); }
.wf-related-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 60px; margin-top: 40px; }
.wf-related-links a { border-top: 1px solid var(--wf-line); padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; font-weight: 500; }
.wf-related-links a span { color: var(--wf-blue); }
.wf-related-links a:hover { color: var(--wf-blue); }
.wf-case-hero { padding-block: 65px 0; }
.wf-subpage .wf-case-name { font-size: clamp(40px,6vw,80px); letter-spacing: -.055em; line-height: 1.1; max-width: 1000px; margin-bottom: 25px; }
.wf-subpage .wf-case-claim { font-size: clamp(22px,2.6vw,34px); max-width: 860px; line-height: 1.35; margin-bottom: 22px; }
.wf-case-tags { display: flex; flex-wrap: wrap; list-style: none; gap: 12px 25px; padding: 0; margin: 30px 0 45px; font-size: .75rem; color: var(--wf-blue); }
.wf-case-tags li { border-bottom: 1px solid var(--wf-line); padding-bottom: 8px; }
.wf-case-screen { padding: clamp(14px,3vw,45px); margin: 0; background: #dfe7e3; border: 1px solid #c3d1ca; }
.wf-case-screen img { width: 100%; height: auto; display: block; }
.wf-case-screen figcaption { font-size: .7rem; color: var(--wf-muted); margin-top: 20px; }
.wf-case-story { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; }
.wf-case-story > div > p:not(.wf-kicker) { color: var(--wf-muted); }
.wf-case-chapter { border-top: 1px solid var(--wf-line); }
.wf-case-copy p + p { margin-top: 22px; }
.wf-case-chapter-screen { margin-top: 55px; }
.wf-system-routes { list-style: none; margin: 0; padding: 0; }
.wf-system-routes > li { display: grid; grid-template-columns: 1fr 1.6fr 1fr; align-items: center; gap: 35px; padding-block: 28px; border-top: 1px solid #a7bdba; }
.wf-system-end { font-family: Poppins,sans-serif; font-size: clamp(20px,2.1vw,29px); font-weight: 600; }
.wf-system-end:last-child { text-align: right; }
.wf-system-role { display: block; font: 500 .7rem Inter,sans-serif; color: var(--wf-muted); margin-bottom: 9px; }
.wf-system-transfer { text-align: center; }
.wf-system-arrow { display: block; font-size: 2rem; line-height: 1.2; color: var(--wf-blue); }
.wf-system-transfer h3 { font-size: 1rem; margin: 9px 0; }
.wf-system-transfer p { font-size: .85rem; color: var(--wf-muted); margin: 0; }
.wf-subpage .wf-system-note { max-width: 790px; margin: 30px 0 0; font-size: .9rem; color: var(--wf-muted); }
@media (max-width: 700px) {
  .wf-system-routes > li { grid-template-columns: 1fr; gap: 13px; padding-block: 28px; }
  .wf-system-end,.wf-system-end:last-child { text-align: center; }
  .wf-system-role { margin-bottom: 5px; }
  .wf-system-arrow { transform: rotate(90deg); }
  .wf-system-transfer p { max-width: 310px; margin-inline: auto; }
  .wf-case-chapter-screen { margin-top: 32px; }
}
.wf-case-result { border-bottom: 1px solid var(--wf-line); }
.wf-case-result .wf-wrap { max-width: 820px; }
.wf-case-result p:not(.wf-kicker) { color: var(--wf-muted); font-size: 1.1rem; }
.wf-directory-section { border-top: 1px solid var(--wf-line); }
.wf-directory-head { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-bottom: 35px; }
.wf-directory-head > p { color: var(--wf-muted); }
.wf-directory-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; }
.wf-directory-link { padding-block: 27px; border-top: 1px solid var(--wf-line); display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; }
.wf-directory-link h3 { font-size: 1.2rem; }
.wf-directory-link p { grid-column: 1; font-size: .85rem; color: var(--wf-muted); }
.wf-directory-link > span { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 1.5rem; color: var(--wf-blue); }
.wf-directory-link:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
.wf-catalog { display: grid; grid-template-columns: 1fr 1fr; gap: 75px 60px; }
.wf-catalog-group { scroll-margin-top: 6rem; }
.wf-catalog-group + .wf-catalog-group { margin-top: 95px; }
.wf-catalog-group > h2 { padding-bottom: 25px; border-bottom: 1px solid var(--wf-line); }
.wf-jump-links { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 30px 0 0; }
.wf-jump-links a { text-decoration: underline; text-underline-offset: 5px; font-size: .85rem; }
.wf-about-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: start; }
.wf-about-grid p { margin-bottom: 22px; color: var(--wf-muted); }
.wf-about-grid .wf-editorial-photo { margin-top: 0; }
.wf-timeline { margin: 32px 0 0; }
.wf-timeline > div { display: grid; grid-template-columns: 100px 1fr; gap: 22px; padding: 22px 0; border-top: 1px solid var(--wf-line); }
.wf-timeline dt { font-weight: 600; color: var(--wf-blue); }
.wf-timeline dd { margin: 0; color: var(--wf-muted); }
.wf-legal .ws-prose { color: var(--wf-ink); width: min(820px,calc(100% - 80px)); max-width: 820px; padding: 65px 0 95px; margin-inline: auto; }
.wf-legal .ws-prose :is(h1,h2,h3,h4,p,li) { color: inherit; }
.wf-legal .ws-prose h1 { font-size: clamp(32px,4vw,52px); overflow-wrap: anywhere; }
.wf-legal .ws-prose h2 { margin-top: 36px; }
.wf-legal .ws-prose a { color: var(--wf-blue); text-decoration: underline; overflow-wrap: anywhere; }
.wf-contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.wf-contact-method { padding: 22px 0; border-top: 1px solid var(--wf-line); }
.wf-contact-method h3 { font-size: .9rem; margin-bottom: 8px; }
.wf-contact-method p { color: var(--wf-muted); font-size: .95rem; }
.wf-contact-method a { text-decoration: underline; text-underline-offset: 4px; }
.wf-contact-page .ws-contact-layout { display: block; }
.wf-contact-page .ws-contact-intro { max-width: 720px; margin-bottom: 45px; }
.wf-contact-page .ws-contact-intro p { color: var(--wf-muted); }
.wf-contact-page .ws-contact-form { padding: 35px; border: 1px solid var(--wf-line); border-radius: 0; background: transparent; box-shadow: none; }
.wf-contact-page .ws-form-field label { color: var(--wf-ink); }
.wf-contact-page .ws-form-control { background: #fff; border: 1px solid #8ca2a7; border-radius: 2px; color: var(--wf-ink); font-size: 1rem; }
.wf-contact-page .ws-form-control::placeholder { color: #64777e; }
.wf-contact-page .ws-form-control:focus { outline: 2px solid var(--wf-blue); outline-offset: 2px; border-color: var(--wf-blue); box-shadow: none; }
.wf-contact-page .ws-form-checkbox,.wf-contact-page .ws-contact-note { color: var(--wf-muted); }
.wf-contact-page .ws-form-checkbox a { color: var(--wf-blue); }
.wf-contact-page .ws-contact-submit .btn { border-radius: 2px; background: var(--wf-ink); color: #fff; border-color: var(--wf-ink); box-shadow: none; }
.wf-contact-page .ws-form-feedback { border-radius: 2px; background: #fff; color: var(--wf-ink); }
.wf-contact-page .ws-form-feedback--error { border-color: #ae352b; }
@media (max-width:1000px) {
  .wf-page-hero { gap: 25px; min-height: 520px; }
  .wf-detail-grid,.wf-page-ai-grid,.wf-proof-grid,.wf-case-story,.wf-about-grid,.wf-contact-details { gap: 50px; }
  .wf-flow-heading { gap: 45px; }
  .wf-flow > li { padding-right: 18px; }
}
@media (max-width:700px) {
  .wf-breadcrumb { padding-top: 22px; font-size: .65rem; }
  .wf-page-hero { grid-template-columns: 1fr; padding-block: 35px 45px; gap: 32px; }
  .wf-subpage .wf-display { font-size: clamp(36px,8vw,50px); }
  .wf-about-page .wf-display { font-size: clamp(28px,8.4vw,50px); hyphens: none; }
  .wf-page-object { max-width: 280px; }
  .wf-page-object img { max-height: 300px; }
  .wf-page-object--lighthouse { max-width: 210px; }
  .wf-detail-grid,.wf-page-ai-grid,.wf-proof-grid,.wf-flow-heading,.wf-case-story,.wf-directory-head,.wf-about-grid,.wf-contact-details { grid-template-columns: 1fr; gap: 35px; }
  .wf-flow-heading { margin-bottom: 35px; }
  .wf-flow { flex-direction: column; }
  .wf-flow > li { padding: 0 0 30px 35px; }
  .wf-flow > li::before { width: 1px; height: auto; top: 12.5px; bottom: -12.5px; left: 6px; right: auto; }
  .wf-flow-dot { top: 6px; }
  .wf-flow > li:last-child { padding-bottom: 0; }
  .wf-flow p { max-width: none; }
  .wf-page-ai-grid { gap: 10px; }
  .wf-subpage .wf-page-ai-lead { font-size: 1rem; }
  .wf-related-links,.wf-directory-list,.wf-catalog { grid-template-columns: 1fr; }
  .wf-catalog { gap: 55px; }
  .wf-catalog-group + .wf-catalog-group { margin-top: 60px; }
  .wf-case-hero { padding-top: 42px; }
  .wf-case-tags { gap: 10px 18px; }
  .wf-case-card-image { padding: 15px; }
  .wf-case-card h3 { font-size: 1.25rem; }
  .wf-timeline > div { grid-template-columns: 75px 1fr; gap: 16px; font-size: .9rem; }
  .wf-legal .ws-prose { width: calc(100% - 40px); padding-top: 45px; }
  .wf-contact-page .ws-contact-form { padding: 23px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .wf-case-card-image img { transition: none; }
}
