/* ProFab-L shared DE/EN homepage component foundation 3.1.9.
 * Mirrors the approved German homepage component CSS; both language homes load this file. */
:root {
  --ink: #111820;
  --ink-soft: #18232d;
  --paper: #f4f3ef;
  --white: #fff;
  --muted: #66717a;
  --line: #d9d9d3;
  --orange: #f5a400;
  --orange-hot: #ffb000;
  --max: 1200px;
  --radius: 4px;
  --shadow: 0 24px 70px rgba(7, 15, 22, .16);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; background: var(--orange); color: var(--ink); padding: 12px 18px; font-weight: 800; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 12px; }
.pf-site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 82px; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, height .25s, box-shadow .25s; }
.pf-site-header.scrolled { height: 72px; background: rgba(15, 23, 30, .96); box-shadow: 0 12px 30px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; width: 190px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: rgba(255,255,255,.76); font-size: .86rem; font-weight: 650; text-decoration: none; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.main-nav .nav-cta { padding: 11px 16px; color: var(--ink); background: var(--orange); border-radius: 2px; }
.main-nav .nav-cta:hover { color: var(--ink); background: var(--orange-hot); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; transition: transform .2s, opacity .2s; }
.hero { position: relative; min-height: 780px; overflow: hidden; color: white; background: radial-gradient(circle at 73% 42%, #253541 0, #131e27 34%, #0d151c 72%); }
.hero::before { content: ""; position: absolute; left: -80px; bottom: 35px; width: 360px; height: 360px; border: 1px solid rgba(245,164,0,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(245,164,0,.025), 0 0 0 180px rgba(245,164,0,.018); }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, transparent, black 25%, black 80%, transparent); }
.hero-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 7vw, 94px); align-items: center; min-height: 720px; padding-top: 96px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
.eyebrow-dark { color: #68727a; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 720; letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(3rem, 5.1vw, 5rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 4rem); }
h1 em, h2 em { color: var(--orange); font-style: normal; font-weight: inherit; }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: clamp(1.02rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 2px; font-size: .88rem; font-weight: 800; text-decoration: none; transition: transform .2s, border-color .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--orange); }
.button-primary:hover { background: var(--orange-hot); }
.button-ghost { border-color: rgba(255,255,255,.25); color: white; }
.button-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.05); }
.hero-topics { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 34px 0 0; padding: 0; color: rgba(255,255,255,.5); list-style: none; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-topics li::before { content: "+"; margin-right: 7px; color: var(--orange); }
.hero-visual { position: relative; }
.visual-frame { position: relative; overflow: hidden; aspect-ratio: .95; background: #27333c; box-shadow: var(--shadow); clip-path: polygon(8% 0,100% 0,100% 92%,92% 100%,0 100%,0 8%); }
.visual-frame::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.24); clip-path: polygon(7% 0,100% 0,100% 93%,93% 100%,0 100%,0 7%); }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08); }
.visual-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,21,28,.08), rgba(13,21,28,.7)), linear-gradient(110deg, rgba(245,164,0,.12), transparent 48%); }
.visual-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 14px; right: 28px; bottom: 30px; left: 28px; padding: 16px 18px; background: rgba(14,22,29,.78); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); }
.visual-label small, .visual-label strong { display: block; }
.visual-label small { color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.visual-label strong { font-size: .9rem; }
.pulse { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245,164,0,.15); }
.coordinate { position: absolute; color: rgba(255,255,255,.32); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .16em; }
.coordinate-a { top: 28px; right: -10px; transform: rotate(90deg); }
.coordinate-b { bottom: 5px; left: -38px; }
.hero-foot { position: relative; display: flex; justify-content: space-between; align-items: center; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; }
.hero-foot p { margin: 0; }
.hero-foot a { color: rgba(255,255,255,.7); text-decoration: none; }
.section { padding: clamp(82px, 10vw, 140px) 0; }
.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-head h2 { max-width: 760px; margin-bottom: 0; }
.section-head > p { max-width: 490px; margin: 0 0 8px; color: var(--muted); }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 410px; padding: 34px 30px; background: rgba(255,255,255,.46); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, background .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; transform: translateY(-5px); background: white; box-shadow: 0 18px 45px rgba(16,24,32,.1); }
.service-featured { color: white; background: var(--ink-soft); }
.service-featured:hover { background: #202e39; }
.card-index { color: #92999e; font: 700 .7rem ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 46px 0 27px; color: var(--orange); background: rgba(245,164,0,.09); }
.card-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 16px; font-size: 1.42rem; line-height: 1.25; }
.service-card p { color: var(--muted); font-size: 1rem; line-height: 1.62; }
.service-featured p { color: rgba(255,255,255,.65); }
.service-card ul { margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.service-featured ul { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.62); }
.service-card li { margin: 6px 0; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--orange); }
.approach { color: white; background: var(--ink); }
.approach-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 11vw, 145px); }
.approach-copy { position: sticky; top: 115px; align-self: start; }
.approach-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.62); }
.text-link { display: inline-flex; gap: 20px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--orange); color: white; font-weight: 800; text-decoration: none; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 31px 0; border-top: 1px solid rgba(255,255,255,.13); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list > li > span { color: var(--orange); font: 700 .75rem ui-monospace, Consolas, monospace; }
.process-list h3 { margin-bottom: 7px; font-size: 1.35rem; }
.process-list p { margin: 0; color: rgba(255,255,255,.55); }
.planning-showcase { background: #fff; }
.showcase-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.showcase-image { position: relative; margin: 0; }
.showcase-image::before { content: ""; position: absolute; z-index: 0; inset: -20px 25% 20% -20px; background: var(--orange); }
.showcase-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.12; object-fit: cover; filter: saturate(.62) contrast(1.05); box-shadow: var(--shadow); }
.showcase-image figcaption { position: absolute; z-index: 2; right: -22px; bottom: 26px; padding: 11px 15px; color: white; background: var(--ink); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-top: 30px; }
.check-grid span { padding: 13px 0; border-top: 1px solid var(--line); font-size: .8rem; font-weight: 750; }
.check-grid span::before { content: "+"; margin-right: 8px; color: var(--orange); }
.tools { background: #eae9e4; }
.section-head.compact { margin-bottom: 44px; }
.tool-marquee { display: flex; flex-wrap: wrap; border: 1px solid #d0d0ca; background: rgba(255,255,255,.4); }
.tool-marquee span { flex: 1 0 auto; padding: 17px 22px; border-right: 1px solid #d0d0ca; color: #4e5961; font-size: .75rem; font-weight: 800; text-align: center; }
.tools-detail { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 440px; margin-top: 38px; background: var(--ink); color: white; }
.tools-visual { overflow: hidden; }
.tools-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: grayscale(.35) contrast(1.05); }
.tools-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 76px); }
.tools-copy .number { color: var(--orange); font-size: clamp(3.5rem, 7vw, 6.5rem); font-weight: 200; line-height: 1; letter-spacing: -.08em; }
.tools-copy .number span { color: rgba(255,255,255,.18); }
.tools-copy h3 { margin: 28px 0 16px; font-size: 1.65rem; }
.tools-copy p { color: rgba(255,255,255,.58); }
.prototyping { color: white; background: linear-gradient(135deg, #131d25, #1d2a34); }
.proto-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 8vw, 105px); align-items: center; }
.proto-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.proto-list { margin: 30px 0; padding: 0; list-style: none; }
.proto-list li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.8); font-size: .86rem; }
.proto-list span { display: inline-block; width: 42px; color: var(--orange); font: .7rem ui-monospace, Consolas, monospace; }
.future-note { margin-top: 26px; padding: 18px 20px; border-left: 2px solid var(--orange); background: rgba(255,255,255,.045); }
.future-note strong { display: block; margin-bottom: 5px; font-size: .73rem; letter-spacing: .09em; text-transform: uppercase; }
.future-note p { margin: 0; color: rgba(255,255,255,.5); font-size: .8rem; }
.proto-visual { position: relative; margin: 0; padding: 18px; border: 1px solid rgba(255,255,255,.12); }
.proto-visual img { width: 100%; min-height: 370px; object-fit: cover; filter: saturate(.74) contrast(1.04); }
.proto-visual figcaption { display: flex; justify-content: space-between; gap: 10px; padding-top: 15px; color: rgba(255,255,255,.46); font-size: .65rem; letter-spacing: .11em; text-transform: uppercase; }
.training { background: var(--orange); }
.training-box { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.training-box h2 { margin-bottom: 0; }
.training-box h2 em { color: white; }
.training-box > div:last-child p { color: rgba(17,24,32,.72); }
.text-link.dark { color: var(--ink); border-color: var(--ink); }
.training-mark { position: absolute; right: 0; top: -85px; color: rgba(17,24,32,.13); font-size: 8rem; line-height: 1; }
.training-intro { display: flex; flex-direction: column; gap: 30px; }
.training-visual { position: relative; margin: 0; overflow: hidden; background: var(--ink); box-shadow: 0 20px 50px rgba(17,24,32,.2); }
.training-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.training-visual figcaption { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; color: rgba(255,255,255,.8); background: rgba(13,21,28,.78); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.contact { position: relative; overflow: hidden; padding: clamp(85px, 10vw, 140px) 0; color: white; background: #0d151c; }
.contact-layout { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 130px); align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.58); font-size: 1.05rem; }
.contact-card { padding: clamp(32px, 5vw, 55px); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.contact-card > p { margin-bottom: 28px; color: var(--orange); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h3 { margin-bottom: 1px; font-size: 1.55rem; }
.contact-card > span { display: block; margin-bottom: 30px; color: rgba(255,255,255,.48); }
.contact-card a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.13); color: white; text-decoration: none; font-weight: 700; }
.contact-card a:hover { color: var(--orange); }
.contact-card small { display: block; margin-top: 26px; color: rgba(255,255,255,.4); line-height: 1.6; }
.pf-site-footer { color: rgba(255,255,255,.54); background: #080d11; font-size: .75rem; }
.footer-main { display: grid; grid-template-columns: .8fr 1fr .8fr; gap: 40px; align-items: center; padding-block: 48px; }
.footer-brand { width: 150px; }
.footer-main p { margin: 0; line-height: 1.8; }
.footer-main nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; }
.footer-main nav a { text-decoration: none; }
.footer-main nav a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.3); }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal[data-delay="1"] { transition-delay: .1s; }
.js .reveal[data-delay="2"] { transition-delay: .2s; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .main-nav { position: absolute; inset: 100% 0 auto; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 26px; background: #111a22; border-top: 1px solid rgba(255,255,255,.1); }
  .js .menu-toggle { display: block; color: white; cursor: pointer; }
  .js .main-nav { display: none; }
  .js .main-nav.open { display: flex; }.main-nav a { padding: 15px 0; font-size: 1.05rem; font-weight: 700; }.main-nav .nav-cta { margin-top: 10px; padding: 14px; font-size: 1.05rem; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }.hero-layout { grid-template-columns: 1fr; padding-top: 155px; padding-bottom: 75px; }.hero-copy { max-width: 760px; }.hero-visual { max-width: 660px; }.visual-frame { aspect-ratio: 1.35; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.section-head { gap: 40px; }
  .approach-layout, .showcase-grid, .proto-grid, .contact-layout { grid-template-columns: 1fr; }.approach-copy { position: static; }.approach-copy p { max-width: 680px; }
  .showcase-image { max-width: 680px; }.proto-visual { order: -1; }.contact-copy { max-width: 760px; }
  .training-box { grid-template-columns: 1fr; gap: 24px; }.training-box > div:last-child { max-width: 680px; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .brand { width: 160px; }.pf-site-header { height: 72px; }
  .hero-layout { padding-top: 125px; gap: 50px; }.hero-foot { display: none; }.hero::before { display: none; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }.section-head { grid-template-columns: 1fr; margin-bottom: 40px; }.section-head > p { max-width: 100%; }
  .visual-frame { aspect-ratio: 1; }.coordinate { display: none; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: auto; }.card-icon { margin-top: 34px; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .showcase-image::before { inset: -12px 25% 20% -12px; }.showcase-image figcaption { right: 8px; }.check-grid { grid-template-columns: 1fr; }
  .tools-detail { grid-template-columns: 1fr; }.tools-visual { min-height: 270px; }.tools-copy { padding: 36px 28px 46px; }
  .tool-marquee span { width: 50%; border-bottom: 1px solid #d0d0ca; }
  .proto-visual { padding: 10px; }.proto-visual img { min-height: 280px; }.proto-visual figcaption { flex-direction: column; }
  .contact-card { padding: 28px 22px; }.contact-card a { overflow-wrap: anywhere; }
  .footer-main { grid-template-columns: 1fr; }.footer-main nav { justify-content: flex-start; }.footer-bottom { flex-direction: column; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
/* Isolate the approved prototype from OceanWP on this preview page. */
body.home #site-header,
body.home #top-bar-wrap,
body.home .page-header,
body.home #right-sidebar,
body.home #left-sidebar,
body.home .sidebar-container,
body.home #footer,
body.home #scroll-top { display: none !important; }
body.home #outer-wrap,
body.home #wrap,
body.home #main,
body.home #content-wrap,
body.home #primary,
body.home #content,
body.home article,
body.home .entry-content { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; float: none !important; }
body.home .container { max-width: none !important; width: 100% !important; }
body.home { margin: 0 !important; }
