/* Shared editorial and legal pages in the Xantum brand. */
.journal {
  display: block;
  background: var(--mist);
  color: var(--navy);
  padding-top: 80px;
  padding-bottom: 85px;
}
.journal-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  align-items: end;
  margin-bottom: 46px;
}
.journal h2 {
  font-size: clamp(38px, 4.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.journal p { color: #34516a; max-width: 520px; }
.journal .eyebrow { color: #164673; }
.journal :focus-visible { outline-color: #164673; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.blog-card {
  background: #fff;
  border: 1px solid #c9d8e5;
  border-top: 4px solid var(--blue);
  min-width: 0;
}
.blog-card:nth-child(2) { border-top-color: #75aa47; }
.blog-card:nth-child(3) { border-top-color: var(--sky); }
.blog-card-body {
  padding: clamp(23px, 2.4vw, 42px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: #45617a;
  font: 12px/1.5 "DM Mono", monospace;
  text-transform: uppercase;
  padding-bottom: 24px;
  border-bottom: 1px solid #d4e0e9;
}
.blog-card h3 {
  font-size: clamp(24px, 1.85vw, 34px);
  line-height: 1.18;
  letter-spacing: -.035em;
  margin: 25px 0 18px;
  overflow-wrap: anywhere;
}
.blog-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.blog-card p { font-size: 16px; line-height: 1.65; margin-bottom: 28px; }
.blog-card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: auto;
  padding: 16px 0 0;
  border-top: 1px solid #d4e0e9;
  font-size: 15px;
  font-weight: 700;
}
.blog-card-link span { font-size: 24px; color: #2161af; }
.blog-unavailable { grid-column: 1 / -1; padding: 25px; background: #fff; }
.blog-unavailable a { text-decoration: underline; }
.journal-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 35px;
}
.journal-links .social-links { margin-top: 0; }
.form-note a { text-decoration: underline; text-underline-offset: 3px; }
.legal-page { background: var(--mist); color: var(--navy); }
.legal-header { position: relative; background: var(--navy); color: var(--white); }
.legal-header nav { display: flex; }
.legal-main { position: relative; background: var(--mist); }
.legal-hero {
  background: var(--navy);
  color: var(--white);
  padding: 45px 6% 90px;
  border-bottom: 4px solid var(--green);
}
.legal-back { display: inline-block; font: 12px/1.6 "DM Mono", monospace; margin-bottom: 65px; color: #c4d9eb; }
.legal-hero .section-kicker { margin-bottom: 25px; color: #b6cbdc; }
.legal-hero h1 {
  font-size: clamp(42px, 8.8vw, 154px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.06em;
  margin-bottom: 30px;
}
.legal-hero h1 > span { color: var(--green); }
.legal-hero > p { font-size: clamp(18px, 2vw, 26px); line-height: 1.5; max-width: 740px; color: #e0eaf3; }
.legal-layout { max-width: 1440px; margin: auto; padding: 80px 6% 90px; display: grid; grid-template-columns: minmax(210px, .8fr) minmax(0, 2fr); gap: 9%; align-items: start; }
.legal-toc { position: sticky; top: 35px; }
.legal-toc > span, .legal-number { display: block; font: 12px/1.6 "DM Mono", monospace; color: #45617a; }
.legal-toc nav { display: flex; flex-direction: column; gap: 0; margin-top: 18px; }
.legal-toc nav a { display: block; padding: 14px 0; border-bottom: 1px solid #c5d5e2; font-size: 13px; line-height: 1.6; }
.legal-toc nav a:hover { color: #165ea4; }
.legal-help { display: inline-block; margin-top: 30px; color: #164673; font-size: 17px; line-height: 1.5; font-weight: 600; }
.legal-content { min-width: 0; }
.legal-content section { padding-bottom: 46px; margin-bottom: 44px; border-bottom: 1px solid #c5d5e2; scroll-margin-top: 35px; }
.legal-content section:last-child { margin-bottom: 0; border-bottom: 0; padding-bottom: 0; }
.legal-content h2 { font-size: clamp(25px, 2.4vw, 36px); line-height: 1.2; letter-spacing: -.035em; margin: 15px 0 24px; }
.legal-content p, .legal-content address, .legal-content dd { font-size: 17px; line-height: 1.8; color: #29485f; }
.legal-content p + p { margin-top: 18px; }
.legal-content address { font-style: normal; margin: 24px 0; }
.legal-content a { color: #17558d; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.legal-details { margin: 28px 0 0; }
.legal-details > div { padding: 18px 0; border-top: 1px solid #c5d5e2; }
.legal-details dt { font-size: 13px; color: #45617a; margin-bottom: 5px; }
.legal-details dd { margin: 0; }
.legal-related { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; padding: 35px 6%; background: #dce8f1; }
.legal-related > span { margin-right: auto; font: 12px/1.5 "DM Mono", monospace; }
.legal-related a { font-size: 17px; font-weight: 600; }
.legal-page :focus-visible { outline-color: #2161af; }
.legal-header :focus-visible, .legal-hero :focus-visible { outline-color: var(--green); }
@media (max-width: 1000px) {
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card h3 { font-size: 28px; }
  .blog-card p { max-width: 760px; }
  .blog-card-body { padding: 30px; }
  .legal-layout { gap: 6%; grid-template-columns: minmax(175px, .8fr) minmax(0, 2fr); }
}
@media (max-width: 680px) {
  .journal { padding-top: 48px; padding-bottom: 50px; }
  .journal-header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 30px; }
  .journal h2 { font-size: 37px; line-height: 1.06; }
  .blog-card-body { padding: 24px; }
  .blog-card h3 { font-size: 26px; }
  .journal-links { gap: 30px; }
  .legal-header { height: auto; min-height: 80px; flex-wrap: wrap; gap: 16px; padding: 20px 6%; }
  .legal-header nav { display: flex; width: 100%; justify-content: space-between; gap: 20px; font-size: 12px; }
  .legal-hero { padding: 25px 6% 48px; }
  .legal-back { margin-bottom: 35px; }
  .legal-hero .section-kicker { margin-bottom: 24px; }
  .legal-hero .section-kicker > span:last-child { display: none; }
  .legal-hero h1 { margin-bottom: 22px; }
  .legal-layout { display: block; padding: 35px 6% 55px; }
  .legal-toc { position: static; margin-bottom: 44px; }
  .legal-toc nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .legal-toc nav a { font-size: 11px; }
  .legal-help { display: none; }
  .legal-content p, .legal-content address, .legal-content dd { font-size: 16px; line-height: 1.8; }
  .legal-content section { margin-bottom: 34px; padding-bottom: 34px; }
  .legal-related { gap: 22px; }
  .legal-related > span { width: 100%; }
}

/* Roger's original portrait blends into the company section without changing the photo. */
.about-photo.portrait-photo { background: transparent; border-radius: 0; overflow: visible; }
.portrait-frame { position: relative; aspect-ratio: 1.2; overflow: hidden; }
.portrait-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 54% 35%; }
.portrait-frame::after { content: ""; position: absolute; inset: -1px; pointer-events: none; background: linear-gradient(to bottom, var(--navy) 0%, transparent 12%, transparent 61%, var(--navy) 100%), linear-gradient(to right, var(--navy) 0%, transparent 27%, transparent 74%, var(--navy) 100%); }
.portrait-photo figcaption { position: relative; margin-top: -38px; padding: 0 8% 30px; }
.portrait-photo figcaption > span { color: #bfdbef; }
@media (max-width: 680px) {
 .portrait-frame { aspect-ratio: 1.04; }
 .portrait-photo figcaption { margin-top: -20px; padding: 0 4% 25px; }
}

/* Company history: one shared promise, three documented milestones. */
.history-page { background: var(--mist); color: var(--navy); }
.history-main { background: var(--mist); }
.story-section { max-width: 1250px; margin: 0 auto; padding: 70px 6%; }
.story-section .section-kicker { margin-bottom: 25px; color: #45617a; }
.story-section h2 { max-width: 800px; font-size: clamp(32px, 4.3vw, 60px); letter-spacing: -.05em; line-height: 1.08; margin-bottom: 28px; }
.story-section:not(.story-intro) > p:not(.section-kicker) { max-width: 740px; font-size: 18px; line-height: 1.7; color: #29485f; }
.story-intro { max-width: none; margin: 0; padding: 70px 6% 85px; background: var(--navy); color: var(--white); border-bottom: 4px solid var(--green); }
.story-intro .section-kicker { color: #b8cede; }
.story-intro h1 { max-width: 1020px; font-size: clamp(48px, 7.8vw, 124px); line-height: 1.02; letter-spacing: -.065em; margin-bottom: 35px; }
.story-intro > .story-lead { max-width: 840px; font-size: clamp(20px, 2.2vw, 28px); color: #dce8f2; line-height: 1.5; }
.story-intro > .story-claim { max-width: none; color: var(--green); font: 13px/1.6 "DM Mono", monospace; margin-top: 44px; }
.story-timeline { list-style: none; padding: 0; margin: 50px 0 0; }
.story-timeline-item { display: grid; grid-template-columns: 180px 1fr; gap: 45px; padding: 40px 0; border-top: 1px solid #bdd0df; }
.story-timeline-item > time, .timeline-now { color: #2161af; font-size: clamp(43px, 5vw, 70px); font-weight: 700; letter-spacing: -.055em; line-height: 1; }
.story-timeline-item:last-child > span { color: #4b762e; }
.story-timeline h3 { font-size: 28px; line-height: 1.2; letter-spacing: -.03em; margin-bottom: 16px; }
.story-timeline p, .history-person p { color: #29485f; font-size: 17px; line-height: 1.7; max-width: 690px; }
.history-persons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.history-person { padding: 36px; background: #fff; border-top: 4px solid var(--blue); }
.history-person:last-child { border-top-color: var(--green); }
.history-person h3 { font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.history-person > .history-person-role { font-size: 14px; color: #17558d; margin: 13px 0 24px; }
.story-outlook { border-top: 1px solid #bdd0df; }
.story-contact { padding: 65px 6% 85px; background: #164673; color: var(--white); }
.story-contact > span { font: 12px/1.6 "DM Mono", monospace; }
.story-contact h2 { margin: 28px 0; font-size: clamp(40px, 5.2vw, 82px); line-height: 1.05; letter-spacing: -.05em; }
@media (max-width: 680px) {
 .story-section { padding: 48px 6%; }
 .story-intro h1 { font-size: 48px; }
 .story-section:not(.story-intro) > p:not(.section-kicker) { font-size: 17px; }
 .story-intro > .story-claim { font-size: 12px; }
 .story-timeline-item { grid-template-columns: 1fr; gap: 20px; padding: 30px 0; }
 .history-persons { grid-template-columns: 1fr; }
 .history-person { padding: 28px; }
 .story-contact { padding: 48px 6%; }
}

/* Eigenständige Ergänzung für die Social-Media-Sektion vor Kontakt. */
.social-section {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(240px, .7fr) minmax(400px, 1.45fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  padding-top: clamp(66px, 9vw, 132px);
  padding-bottom: clamp(66px, 9vw, 132px);
  background: var(--mist, #eaf2f9);
  color: var(--navy, #091b2c);
}
.social-section-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--deep-blue, #164673);
  font: 12px/1.5 "DM Mono", monospace;
  letter-spacing: .05em;
}
.social-section h2 {
  margin: 0;
  font-size: clamp(50px, 6.5vw, 112px);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.07em;
}
.social-section h2 span { color: var(--blue, #2d6ce0); }
.social-section-intro { max-width: 250px; margin: 0; color: #34516a; font-size: 18px; line-height: 1.55; }
.social-section-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.social-link {
  display: grid;
  grid-template-columns: 27px 1fr auto;
  gap: 13px;
  align-items: center;
  min-width: min(100%, 205px);
  padding: 18px 17px;
  background: var(--white, #f5f9ff);
  border: 1px solid #c7d7e4;
  border-top: 4px solid var(--blue, #2d6ce0);
  color: var(--navy, #091b2c);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.social-link svg { width: 24px; height: 24px; fill: currentColor; }
.social-link i { color: var(--blue, #2d6ce0); font-size: 19px; font-style: normal; }
.social-link-instagram { border-top-color: var(--green, #83c761); }
.social-link-facebook { border-top-color: var(--sky, #429ff5); }
.social-link:hover { background: var(--navy, #091b2c); color: var(--white, #f5f9ff); transform: translateY(-3px); }
.social-link:hover i { color: var(--green, #83c761); }
.social-link:focus-visible { outline: 3px solid var(--green, #83c761); outline-offset: 4px; }
@media (max-width: 1050px) {
  .social-section { grid-template-columns: 1fr 1fr; }
  .social-section-links { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 620px) {
  .social-section { display: block; }
  .social-section-intro { margin-top: 24px; }
  .social-section-links { margin-top: 34px; }
  .social-link { flex: 1 1 100%; }
}
@media (prefers-reduced-motion: reduce) { .social-link { transition: none; } .social-link:hover { transform: none; } }

/* A real bridge becomes part of the manifesto's background. */
.manifesto { isolation: isolate; overflow: hidden; background: var(--navy); }
.bridge-backdrop { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.bridge-backdrop img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 52%; transform: scaleX(-1); opacity: .8; }
.bridge-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#091b2c 0%,#091b2cef 30%,#091b2c55 72%,#091b2c1a),linear-gradient(0deg,#091b2c 0%,transparent 32%,#091b2c44 75%,#091b2c 100%); }
.manifesto .manifesto-lower { grid-template-columns: minmax(0,650px); }
.manifesto .manifesto-copy { padding-right: 30px; }
.manifesto h2 { position: relative; }
.partners { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.partners > span { grid-column: 1 / -1; margin-bottom: 8px; }
.partners .partner-brand { display: flex; flex-direction: column; min-width: 0; padding: 18px; border: 1px solid #7690a53d; background: #163047; border-radius: 4px; font-size: 14px; letter-spacing: 0; }
.partner-logo { display: flex; justify-content: center; align-items: center; height: 126px; margin-bottom: 18px; border-radius: 2px; }
.partner-logo img { display: block; object-fit: contain; max-width: 100%; max-height: 100px; width: auto; height: auto; }
.partner-zur .partner-logo,.partner-praxis .partner-logo { background: transparent; }
.partner-praxis .partner-logo img { height: 98px; }
.partners .partner-brand > span:last-child { display: flex; justify-content: space-between; gap: 12px; }
.partner-brand i { font-style: normal; color: var(--green); }
.partners .partner-brand:hover { border-color: var(--green); background: #1b3b55; }
@media(max-width:680px) { .bridge-backdrop img { object-position: 35% center; opacity: .48; } .bridge-backdrop::after { background: linear-gradient(90deg,#091b2ceb,#091b2c80),linear-gradient(0deg,#091b2c,transparent 50%,#091b2c88); } .manifesto .manifesto-copy { padding-right: 0; } .partners { grid-template-columns: 1fr; } .partners .partner-brand { font-size: 15px; } .partner-logo { height: 112px; } }

/* The locally hosted film blends into the page; JS plays it only while in view. */
.solutions { background: var(--navy); }
.card-estate { background: var(--navy); color: var(--white); isolation: isolate; }
.card-art.estate-film { position: absolute; inset: 0; display: block; height: 100%; min-height: 0; margin: 0; border-radius: 0; overflow: hidden; z-index: -1; }
.estate-film video { display: block; width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent); }
.estate-film::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg,#091b2c 1%,#091b2cf5 17%,#091b2c15 58%,#091b2c55 78%,#091b2c 100%); }
.estate-film-label { position: absolute; top: 64px; left: 32px; right: 32px; z-index: 1; color: #fff; font: 10px/1.4 "DM Mono",monospace; text-shadow: 0 1px 5px #000; }
.card-estate .project-bottom { margin-top: auto; }
.card-architecture { background: var(--navy); color: var(--white); isolation: isolate; }
.card-architecture .architecture-art { position: absolute; inset: 0; display: block; height: 100%; min-height: 0; margin: 0; overflow: hidden; z-index: -1; }
.card-architecture .architecture-slider { position: absolute; inset: 0; width: auto; max-width: none; background: transparent; box-shadow: none; }
.card-architecture .architecture-slider-viewport { position: absolute; inset: 0; aspect-ratio: auto; overflow: hidden; background: #091b2c; }
.card-architecture .architecture-slider-viewport::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1; background: linear-gradient(0deg,#091b2c 1%,#091b2cf5 17%,#091b2c15 58%,#091b2c55 78%,#091b2c 100%); }
.card-architecture .architecture-slide { position: absolute; inset: 0; width: 100%; height: 100%; }
.card-architecture .architecture-slide img { width: 100%; height: 100%; object-fit: cover; }
.card-architecture .architecture-slide figcaption { top: 64px; right: auto; bottom: auto; left: 32px; z-index: 2; padding: 0; background: transparent; color: #fff; font: 10px/1.4 "DM Mono",monospace; text-shadow: 0 1px 5px #000; }
.card-architecture .architecture-slider-controls { position: absolute; top: 56px; right: 32px; z-index: 3; display: grid; grid-template-columns: auto auto auto; min-height: 0; gap: 8px; padding: 5px 9px; background: #091b2ca8; border: 1px solid #ffffff8a; }
.card-architecture .architecture-slider-controls button { padding: 4px 2px; color: #fff; }
.card-architecture .architecture-slider-controls p { color: #fff; font-size: 10px; text-shadow: 0 1px 4px #000; }
.card-architecture .project-bottom { margin-top: auto; }
.card-architecture .architecture-awaiting { margin: 0; padding: 0; border: 0; color: #fff; background: transparent; font: 14px/1.55 "DM Mono",monospace; text-shadow: 0 1px 5px #000; }
.estate-playback { position: relative; z-index: 2; align-self: flex-end; margin-top: 25px; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid #ffffff85; border-radius: 30px; background: #091b2cbf; color: #fff; font: 11px/1.4 "DM Mono",monospace; }
.estate-playback:hover { background: var(--navy); border-color: var(--green); }
.estate-channels { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 20px; position: relative; z-index: 2; }
.channel-link { display: inline-flex; align-items: center; gap: 8px; font: 11px/1.4 "DM Mono",monospace; padding: 7px 0; border-bottom: 1px solid #ffffff55; }
.channel-link svg { width: 19px; height: 19px; fill: currentColor; }
.hero-statement > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; color: #091b2c; background: #aaca53; border: 1px solid #c8e783; box-shadow: 0 8px 38px #091b2c40; font: 700 12px/1.5 "DM Mono",monospace; text-shadow: none; }
.hero-statement > a:hover { background: #c5e884; }
.hero-statement > a span { float: none; font-size: 25px; }
.offer-shortcuts { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 5%; margin: -10px 0 22px; }
.offer-shortcuts button { background: transparent; border: 1px solid #6c8597; color: #e9f3fc; padding: 8px 13px; border-radius: 22px; font-size: 12px; }
.offer-shortcuts button[aria-current="true"],.offer-shortcuts button:hover { background: #aaca53; color: #091b2c; border-color: #aaca53; }
.card-web { background: linear-gradient(125deg,#21485c,#0f303e); }
.website-art { min-height: 210px; }
.website-window { width: min(78%,560px); border: 1px solid #75bac677; border-radius: 10px; overflow: hidden; background: #0b2333; box-shadow: 0 18px 55px #03152280; transform: rotate(-4deg); }
.website-toolbar { height: 27px; border-bottom: 1px solid #5c809266; display: flex; align-items: center; gap: 4px; padding: 0 12px; }
.website-toolbar i { width: 4px; height: 4px; background: #85b4c4; border-radius: 50%; }
.website-toolbar span { margin-left: auto; color: #bad3df; font: 7px monospace; }
.website-canvas { position: relative; padding: 20px 24px; background: radial-gradient(ellipse at 76% 40%,#235457,transparent 65%); }
.website-canvas img { position: absolute; right: 13%; top: 22%; width: 30%; height: auto; transform: rotate(9deg); opacity: .7; }
.website-canvas strong { position: relative; font-size: clamp(34px,4vw,67px); line-height: .92; letter-spacing: -.055em; }
.website-canvas > span { display: block; font: 7px monospace; color: #c7dfeb; margin: 12px 0; }
.website-canvas b { position: relative; display: inline-block; padding: 8px 10px; background: #aaca53; color: #0b2333; font: 700 7px monospace; }
.reputation { flex-direction: column; gap: 25px; }
.opinstar-logo { width: min(75%,400px); height: auto; object-fit: contain; }
.review-label { text-align: center; font-size: 24px; }
.partner-zur .partner-logo img { filter: grayscale(1) invert(1); mix-blend-mode: screen; }
.partner-praxis .partner-logo img { filter: brightness(0) invert(1); }
.partners .partner-brand { background: transparent; border: 0; border-top: 1px solid #7690a53d; padding: 24px 12px; border-radius: 0; }
.partners .partner-brand:hover { background: #16304766; }
.about-copy > .social-link { display: inline-grid; margin: 18px 0 26px; padding: 12px 14px; font-size: 13px; }
.social-inline { margin-top: 75px; padding: 30px 0; background: transparent; color: var(--white); border-top: 1px solid #7690a53d; border-bottom: 1px solid #7690a53d; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px 40px; }
.social-inline .social-section-kicker { color: #a6c5db; margin-bottom: 12px; }
.social-inline h2 { font-size: clamp(32px,3vw,48px); line-height: 1; letter-spacing: -.04em; }
.social-inline h2 span { color: var(--green); }
.social-inline .social-section-intro { color: #c4d8e7; font-size: 15px; max-width: none; grid-column: 1; }
.social-inline .social-section-links { grid-column: 2; grid-row: 1 / 3; justify-content: flex-end; }
.social-inline .social-link { min-width: 170px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
#inquiry input,#inquiry textarea,#inquiry select { font-size: 16px; }
#inquiry label > span { color: #c0d1df; }
#inquiry .check-label { display: flex; align-items: flex-start; gap: 12px; margin: 22px 0; font: 14px/1.5 Arial,sans-serif; }
#inquiry .check-label input { width: 18px; height: 18px; flex: 0 0 18px; margin: 2px 0 0; padding: 0; accent-color: #aaca53; }
.check-label a { text-decoration: underline; text-underline-offset: 3px; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
#inquiry .submit-label { font-size: 13px; }
#inquiry .submit-button:disabled { opacity: .65; cursor: wait; }
#goodie-download { display: inline-block; padding: 14px 0; color: #bfe68e; font-size: 13px; }
#goodie-download[hidden] { display: none; }
.goodie-card { margin-top: 35px; padding: 26px; background: #183d50; border-left: 3px solid #aaca53; }
.goodie-card .eyebrow { font-size: 10px; color: #bfe68e; }
.goodie-card h3 { font-size: clamp(28px,2.8vw,43px); letter-spacing: -.04em; line-height: 1; margin: 20px 0; }
.goodie-card p { font-size: 16px; line-height: 1.6; margin-bottom: 22px; color: #dfebf4; }
.goodie-card .line-link { font-size: 11px; line-height: 1.7; }
.goodie-preview { display: block; font-size: 13px; text-decoration: underline; text-underline-offset: 3px; margin-top: 18px; color: #c6dce8; }
@media(min-width:801px) and (min-height:761px) { .hero { height: 115svh; } .solutions { height: 360svh; } .gallery-heading { margin-bottom: 25px; } .solutions-sticky { padding-top: 72px; } }
@media(max-width:800px),(max-height:760px) { .card-estate,.card-architecture { min-height: 630px; } .card-estate .project-bottom,.card-architecture .project-bottom { padding-top: 270px; } .estate-film-label { left: 28px; top: 64px; } .card-architecture .architecture-slide figcaption { left: 28px; top: 64px; } .card-architecture .architecture-slider-controls { top: 86px; right: 28px; } .estate-playback { margin-top: 45px; } .offer-shortcuts { margin-top: 24px; } .website-art { min-height: 240px; } }
@media(max-width:680px) { .hero-statement { margin-top: 120px; } .hero-statement > a { font-size: 11px; padding: 17px; } .social-inline { display: block; margin-top: 45px; } .social-inline .social-section-intro { margin-top: 16px; } .social-inline .social-section-links { margin-top: 22px; } .social-inline .social-link { flex: 1; min-width: 140px; padding: 14px 12px; } .form-row { grid-template-columns: 1fr; gap: 0; } .website-window { width: 100%; } .estate-film video { object-position: 55% center; } .card-estate .project-bottom,.card-architecture .project-bottom { padding-top: 180px; } .estate-channels { gap: 8px 14px; } .estate-film-label { font-size: 8px; right: 24px; } .card-architecture .architecture-slider-controls { right: 24px; left: 24px; top: 86px; grid-template-columns: 1fr auto 1fr; } .card-architecture .architecture-slider-controls button:last-child { text-align: right; } .goodie-card { padding: 22px; } }

/* A short, branded connection between the opening and the offers. */
.offer-bridge { position: relative; z-index: 5; display: flex; align-items: center; gap: 28px; padding: 30px 5%; background: #0b2232; border-top: 1px solid #88b9ca2b; border-bottom: 1px solid #88b9ca2b; }
.offer-bridge > span { font: 12px/1.5 "DM Mono",monospace; letter-spacing: .04em; }
.offer-bridge > span:last-child { display: flex; align-items: center; gap: 30px; }
.offer-bridge > span b { font-size: 32px; font-weight: 400; color: #aaca53; }
.offer-bridge-line { display: flex; align-items: center; flex: 1; gap: 18px; }
.offer-bridge-line i { height: 1px; flex: 1; background: linear-gradient(90deg,#429ff52a,#429ff5); }
.offer-bridge-line i:last-child { background: linear-gradient(90deg,#aaca53,#83c7612a); }
.offer-bridge-line img { width: 35px; height: 35px; opacity: .9; }
.social-brand-icon { display: block; object-fit: contain; width: 36px; height: auto; }
.channel-link .social-brand-icon { width: 29px; height: 29px; object-fit: contain; }
.social-link { grid-template-columns: 38px 1fr auto; }
.social-feature { padding-top: 60px; padding-bottom: 60px; grid-template-columns: 1.2fr .75fr; gap: 18px 10%; background: linear-gradient(105deg,#10333b,#092336); color: #f5f9ff; border-block: 1px solid #aaca5355; }
.social-feature .social-section-kicker { color: #b8d3df; font-size: 10px; margin-bottom: 23px; }
.social-feature h2 { font-size: clamp(48px,5vw,88px); }
.social-feature h2 span { color: #aaca53; }
.social-feature .social-section-intro { color: #d3e3ed; max-width: 520px; font-size: 18px; grid-column: 1; }
.social-feature .social-section-links { grid-column: 2; grid-row: 1 / 3; align-self: center; justify-content: flex-end; }
.social-feature .social-link { background: #f5f9ff; border: 1px solid #e5eef7; border-radius: 4px; min-width: 330px; padding: 26px; gap: 20px; grid-template-columns: 50px 1fr auto; }
.social-feature .social-brand-icon { width: 50px; }
.social-feature .social-link strong { font-size: 21px; font-weight: 700; display: block; }
.social-feature .social-link small { display: block; font: 10px/1.5 "DM Mono",monospace; margin-top: 7px; color: #526779; }
.social-feature .social-link:hover { background: #e7f1f6; color: var(--navy); }
.about { padding-top: 80px; overflow: hidden; }
.about-editorial { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 4%; align-items: center; }
.about-eyebrow { color: #9bbdcc; font: 11px/1.6 "DM Mono",monospace; display: block; margin-bottom: 25px; }
.about-editorial h2 { font-size: clamp(62px,6.5vw,115px); line-height: .88; font-weight: 700; letter-spacing: -.055em; }
.about-editorial h2 em { color: #aaca53; }
.about-editorial .about-copy { max-width: 540px; margin-top: 34px; }
.about-editorial .about-copy > .about-lead { font-size: clamp(19px,1.65vw,27px); line-height: 1.45; color: #f5f9ff; margin-bottom: 22px; }
.about-editorial .about-copy > p { font-size: 17px; line-height: 1.7; }
.about-editorial .person { margin: 27px 0 12px; }
.about-editorial .person b { font: 700 18px/1.4 "Hanken Grotesk",sans-serif; }
.about-editorial .person span { font-size: 10px; color: #a8c3d5; }
.about-editorial .social-link { margin: 16px 0 25px; font-size: 12px; padding: 12px 16px; border: 1px solid #c4d7e6; }
.about-editorial .social-brand-icon { width: 31px; }
.about-history { display: block; width: fit-content; font-size: 11px; }
.about-editorial .portrait-photo { position: relative; align-self: stretch; min-height: 710px; }
.about-editorial .portrait-frame { height: 100%; min-height: 710px; aspect-ratio: auto; }
.about-editorial .portrait-frame img { object-position: 55% 18%; }
.about-editorial .portrait-frame::after { background: linear-gradient(0deg,#091b2c 0%,#091b2cd9 10%,transparent 39%,transparent 80%,#091b2c 100%),linear-gradient(90deg,#091b2c 0%,transparent 22%,transparent 86%,#091b2c 100%); }
.about-editorial .portrait-photo figcaption { position: absolute; left: 12%; right: 8%; bottom: 0; margin: 0; padding: 0 0 18px; }
.about-editorial .portrait-photo figcaption > span { font-size: 10px; letter-spacing: .08em; color: #b4d1e4; }
.about-editorial .portrait-photo figcaption > strong { display: block; font-size: clamp(24px,3.2vw,46px); line-height: 1.1; margin: 12px 0; letter-spacing: -.04em; font-weight: 600; }
.about-editorial .portrait-photo figcaption > p { font-size: 15px; line-height: 1.5; color: #c1d6e5; }
.about-milestones { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 40px; margin-top: 70px; padding: 30px 0; border-top: 1px solid #6f94a644; border-bottom: 1px solid #6f94a644; align-items: center; }
.about-milestones p { display: flex; gap: 25px; align-items: center; }
.about-milestones strong { font-size: 43px; line-height: 1; letter-spacing: -.06em; color: #d3e6f3; font-weight: 500; }
.about-milestones p > span { max-width: 160px; font: 10px/1.7 "DM Mono",monospace; color: #a4c1d5; }
.about-milestones > a { display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 11px/1.7 "DM Mono",monospace; color: #bedd9c; }
.about-milestones > a > span { font-size: 35px; }
.partner-section .partners { border-top: 0; margin-top: 44px; }
.opinstar-check { background: #e9f0e1; border-left: 0; border-top: 3px solid #aaca53; color: #091b2c; padding: 32px; }
.opinstar-check > img { width: 175px; height: auto; margin-bottom: 24px; }
.opinstar-check .eyebrow { display: block; color: #3d603c; font-size: 9px; }
.opinstar-check p { color: #304b56; }
.opinstar-check .line-link { color: #091b2c; border-color: #778d7b; }
.contact-lower .opinstar-check small { color: #476052; font: 12px/1.6 "Hanken Grotesk",sans-serif; margin-top: 22px; }
.email-explanation { display: block; color: #bdd0df; font-size: 13px; line-height: 1.5; margin-top: 12px; }
.contact-consent[hidden] { display: none !important; }
@media(max-width:1050px) { .social-feature { gap: 20px; } .social-feature .social-link { min-width: 280px; padding: 22px; } .about-editorial { gap: 2%; } .about-editorial .portrait-photo,.about-editorial .portrait-frame { min-height: 660px; } .about-milestones { gap: 22px; } .about-milestones p { gap: 14px; } }
@media(max-width:800px) { .about-editorial { grid-template-columns: 1fr; } .about-editorial .portrait-photo { grid-row: 2; min-height: 530px; margin-top: 20px; } .about-editorial .portrait-frame { height: 620px; min-height: 0; } .about-editorial-copy { max-width: 600px; } .about-editorial h2 { font-size: clamp(61px,10vw,82px); } .about-editorial .about-copy { max-width: none; } .about-milestones { grid-template-columns: 1fr 1fr; } .about-milestones > a { grid-column: 1/-1; border-top: 1px solid #6f94a644; padding-top: 22px; } .social-feature { grid-template-columns: 1fr; } .social-feature .social-section-links { grid-column: 1; grid-row: auto; justify-content: flex-start; } .social-feature .social-section-intro { margin-top: 7px; } .social-feature .social-section-links { margin-top: 16px; } .offer-bridge { gap: 16px; } .offer-bridge > span { font-size: 9px; } }
@media(max-width:500px) { .offer-bridge { padding: 24px 6%; gap: 14px; } .offer-bridge > span { max-width: 104px; font-size: 8px; } .offer-bridge > span:last-child { gap: 8px; } .offer-bridge > span b { font-size: 23px; } .offer-bridge-line { gap: 7px; } .offer-bridge-line img { width: 26px; height: 26px; } .social-feature { padding-block: 38px; } .social-feature h2 { font-size: 45px; line-height: 1; } .social-feature .social-link { min-width: 0; width: 100%; padding: 20px; gap: 16px; } .social-feature .social-link strong { font-size: 20px; } .about { padding-top: 50px; } .about-editorial .portrait-frame { height: 450px; } .about-editorial .portrait-photo { min-height: 450px; } .about-editorial .portrait-photo figcaption { left: 8%; bottom: -8px; } .about-editorial .portrait-photo figcaption > strong { font-size: 30px; } .about-milestones { margin-top: 36px; gap: 24px; } .about-milestones p { display: block; } .about-milestones p > span { display: block; margin-top: 12px; } .opinstar-check { padding: 25px; } }

/* Fewer repeated labels, compact story and direct brand links. */
.manifesto.manifesto-compact { padding-block: 64px 72px; min-height: 0; }
.manifesto-compact .section-kicker { margin-bottom: 42px; }
.manifesto-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 9%; }
.manifesto.manifesto-compact h2 { font-size: clamp(50px,6.1vw,108px); line-height: .97; letter-spacing: -.06em; margin: 0; }
.manifesto.manifesto-compact h2 > span { font-size: 1em; color: #bbd767; }
.manifesto-text { max-width: 540px; }
.manifesto-text > p { font-size: 17px; line-height: 1.65; color: #dce8f1; }
.manifesto-text .manifesto-lead { font-size: clamp(23px,2.3vw,34px); line-height: 1.2; color: #f5f9ff; margin-bottom: 22px; }
.manifesto-text .line-link { margin-top: 25px; font-size: 11px; }
.manifesto-compact .bridge-backdrop img { opacity: .45; }
.manifesto-compact .bridge-backdrop::after { background: linear-gradient(90deg,#091b2ca6,#091b2ce8),linear-gradient(0deg,#091b2c,transparent 28%,transparent 75%,#091b2c); }
.social-section.social-minimal { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-block: 30px; }
.social-section.social-minimal h2 { font-size: clamp(24px,2.6vw,44px); line-height: 1; letter-spacing: -.045em; }
.social-icon-links { display: flex; align-items: center; gap: 24px; }
.brand-icon-link { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; flex: 0 0 auto; border-radius: 8px; }
.brand-icon-link:hover { background: #e8f3ff0e; }
.brand-icon-link:focus-visible, .partners .partner-brand:focus-visible { outline: 2px solid #bbd767; outline-offset: 6px; }
.social-minimal .brand-icon-link img { width: 46px; height: 46px; object-fit: contain; }
.about-editorial .roger-social { margin-top: 8px; width: 48px; height: 48px; justify-content: flex-start; }
.about-editorial .roger-social img { width: 38px; height: auto; }
.partner-section .partners > span { grid-column: auto; margin-bottom: 0; }
.partner-section .partners { grid-template-columns: 110px repeat(3,minmax(0,1fr)); gap: 38px; align-items: center; }
.partners .partner-brand { border: 0; padding: 22px 16px; min-height: 110px; justify-content: center; }
.partners .partner-brand .partner-logo { display: flex; justify-content: center; align-items: center; width: 100%; height: 100px; margin: 0; }
.partners .partner-brand .partner-logo img { max-height: 90px; max-width: 100%; }
.partners .partner-brand:hover { background: #e8f3ff08; }
.homepage-sculpture-wrap { position: absolute; right: -5%; top: -7%; width: 62%; height: 110%; pointer-events: none; }
#homepage-sculpture { display: block; width: 100%; height: 100%; position: absolute; inset: 0; }
.homepage-sculpture-fallback { position: absolute; inset: 18% 13%; transform: rotate(-25deg); }
.homepage-sculpture-fallback i { position: absolute; inset: 8%; border: 20px solid #429ff5; border-radius: 50%; box-shadow: inset 4px 5px 5px #d6f0ff60,5px 8px 14px #010e2080; transform: rotateY(52deg); }
.homepage-sculpture-fallback i:nth-child(2) { border-color: #aac22f; transform: rotate(60deg) rotateY(52deg); }
.homepage-sculpture-fallback i:nth-child(3) { border-color: #83c761; transform: rotate(120deg) rotateY(52deg); }
.homepage-sculpture-wrap[data-sculpture="ready"] .homepage-sculpture-fallback { display: none; }
.website-canvas strong,.website-canvas > span,.website-canvas > b { position: relative; z-index: 1; }
.website-canvas { min-height: 225px; }
.website-canvas > span { max-width: 54%; }
@media(max-width:800px) {
  .manifesto.manifesto-compact { padding-block: 44px 48px; }
  .manifesto-content { gap: 28px; }
  .manifesto.manifesto-compact h2 { font-size: clamp(42px,6.4vw,64px); }
  .partner-section .partners { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
  .partner-section .partners > span { grid-column: 1/-1; }
}
@media(max-width:560px) {
  .manifesto-compact .section-kicker { margin-bottom: 26px; }
  .manifesto-compact .section-kicker > span:last-child { display: none; }
  .manifesto-content { grid-template-columns: 1fr; }
  .manifesto.manifesto-compact h2 { font-size: 51px; }
  .manifesto-text > p { font-size: 16px; }
  .manifesto-text .manifesto-lead { font-size: 23px; margin-bottom: 18px; }
  .social-section.social-minimal { gap: 15px; padding-block: 24px; }
  .social-section.social-minimal h2 { max-width: 140px; font-size: 26px; }
  .social-icon-links { gap: 12px; }
  .brand-icon-link { width: 48px; height: 48px; }
  .social-minimal .brand-icon-link img { width: 38px; height: 38px; }
  .partner-section .partners { gap: 20px 8px; }
  .partners .partner-brand { padding: 8px 5px; min-height: 80px; }
  .partners .partner-brand .partner-logo { height: 80px; }
  .partners .partner-brand .partner-logo img { max-height: 68px; }
  .homepage-sculpture-wrap { right: -2%; top: 0; width: 52%; height: 100%; }
  .website-canvas { min-height: 205px; padding: 20px 18px; }
  .website-canvas strong { font-size: 34px; }
  .website-canvas > span { max-width: 48%; line-height: 1.5; }
}

@media(max-width:560px) { .partner-section .partners { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 20px; } .partner-section .partners .partner-finanz { grid-column: 1/-1; } .partners .partner-finanz .partner-logo { height: 58px; } .partners .partner-finanz .partner-logo img { width: 245px; max-width: 90%; } }

/* The digital shop is a planned offer, with enquiries until a shop is connected. */
.hero-statement > .hero-shop-link { margin-top: 8px; padding: 10px 0; border: 0; background: transparent; color: #e8f2fa; box-shadow: none; font-size: 11px; }
.hero-statement > .hero-shop-link:hover { background: transparent; color: #bde779; }
.hero-statement > .hero-shop-link span { font-size: 20px; color: #aaca53; }
.card-shop { background: radial-gradient(ellipse at 68% 24%,#214f5d 0%,transparent 61%),linear-gradient(135deg,#142e42,#0b222f); }
.card-shop .project-top > span:last-child { color: #c5e884; }
.shop-art { isolation: isolate; min-height: 185px; }
.shop-orbit { position: absolute; width: 300px; height: 115px; border: 1px solid #aaca5366; border-radius: 50%; transform: rotate(-18deg); box-shadow: 0 0 48px #429ff515; }
.shop-pack { position: absolute; width: 138px; height: 168px; padding: 18px; border: 1px solid #e2f7fe65; border-radius: 8px; box-shadow: 12px 15px 0 #05142244,0 25px 50px #05142270; transform: perspective(750px) rotateY(-22deg) rotateZ(9deg); }
.shop-pack > span { display: block; font: 7px/1.5 "DM Mono",monospace; letter-spacing: .07em; }
.shop-pack b { display: block; font-size: 36px; letter-spacing: -.055em; line-height: .92; margin-top: 24px; }
.shop-pack-back { background: linear-gradient(140deg,#429ff5,#2456a4); color: #f5f9ff; margin-left: -120px; transform: perspective(750px) rotateY(-22deg) rotateZ(-13deg); }
.shop-pack-front { background: linear-gradient(140deg,#d2e576,#83c761); color: #0a2930; margin-left: 85px; }
.shop-pack i { position: absolute; bottom: 14px; right: 16px; font-style: normal; font-size: 25px; }
.card-shop .project-bottom h3 { font-size: clamp(28px,2.7vw,44px); }
.card-shop .project-bottom p { max-width: 550px; }
.shop-contact-link { display: inline-flex; align-items: center; gap: 24px; margin-top: 18px; padding: 10px 0; border-bottom: 1px solid #aaca53; color: #c5e884; font: 11px/1.5 "DM Mono",monospace; }
.shop-contact-link:hover { color: #fff; border-color: #fff; }
.shop-contact-link span { font-size: 20px; }
@media(max-width:800px),(max-height:760px) { .shop-art { height: 245px; min-height: 245px; } }
@media(max-width:680px) { .card-shop .project-bottom h3 { font-size: 30px; } .shop-orbit { width: 250px; } .shop-pack { width: 124px; height: 156px; padding: 15px; } .shop-pack-back { margin-left: -100px; } .shop-pack-front { margin-left: 74px; } }

/* Partner logos form the transition from the blog to contact, like section 04. */
.partner-section { position: relative; z-index: 5; background: #d7e9bd; color: var(--navy); padding: 42px 5%; }
.partner-section .partners { margin: 0; padding: 0; border: 0; }
.partner-section .partners > span { color: var(--navy); }
.partner-section .partner-brand { border: 0; color: var(--navy); }
.partner-section .partner-brand:hover { background: #091b2c08; }
.partner-section .partner-brand:focus-visible { outline-color: #164673; }
.partner-section .partner-zur .partner-logo img { filter: grayscale(1); mix-blend-mode: multiply; }
.partner-section .partner-praxis .partner-logo img { filter: none; mix-blend-mode: multiply; }
.partner-section .partner-finanz .partner-logo img { filter: brightness(0); }
@media(max-width:560px) { .partner-section { padding-block: 30px; } }

/* Homepage proposal: the same editorial rhythm for journal and partners. */
.hero-social {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin-top: 6px;
}
.hero-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  transition: background .2s ease;
}
.hero-social-link img { display: block; width: 38px; height: 38px; object-fit: contain; }
.hero-social-link:hover { background: #e8f3ff14; }
.hero-social-link:focus-visible { outline: 2px solid #bbd767; outline-offset: 4px; }
.journal.journal-editorial { padding-block: 72px; background: #eaf2f9; }
.journal-editorial .section-kicker { color: #34516a; margin-bottom: 36px; }
.journal-editorial .journal-header { grid-template-columns: minmax(0,1.5fr) minmax(0,.65fr); gap: 7%; margin-bottom: 42px; }
.journal-editorial h2 { font-size: clamp(36px,4.5vw,76px); font-weight: 700; line-height: 1.02; letter-spacing: -.055em; }
.journal-editorial h2 > span { color: #2161af; }
.journal-editorial .journal-header > p { max-width: 350px; font-size: 17px; line-height: 1.65; margin: 0 0 3px; }
.journal-editorial .blog-grid { grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: 0 5%; }
.journal-editorial .blog-card { background: transparent; border: 0; border-top: 1px solid #aabfcd; }
.journal-editorial .blog-card-body { padding: 24px 0; }
.journal-editorial .blog-card-meta { justify-content: flex-start; gap: 10px 20px; border: 0; padding: 0; color: #476273; font-size: 10px; }
.journal-editorial .blog-card h3 { font-size: clamp(23px,2.1vw,32px); line-height: 1.16; margin: 16px 0 12px; overflow-wrap: break-word; }
.journal-editorial .blog-card p { font-size: 15px; line-height: 1.6; max-width: none; margin-bottom: 20px; }
.journal-editorial .blog-card-link { justify-content: flex-start; gap: 18px; width: fit-content; padding: 5px 0; border: 0; font-size: 13px; }
.journal-editorial .blog-card-link span { font-size: 24px; line-height: 1; }
.journal-editorial .blog-card-link:hover { color: #2161af; text-decoration: underline; text-underline-offset: 5px; }
.journal-editorial .blog-card:first-child {
  grid-row: span 2;
  color: #f5f9ff;
  border: 0;
  background: radial-gradient(ellipse at 100% 100%,#28554e 0,transparent 65%),#102f4c;
}
.journal-editorial .blog-card:first-child .blog-card-body { padding: clamp(28px,3.4vw,54px); }
.journal-editorial .blog-card:first-child .blog-card-meta { color: #c2d8e8; }
.journal-editorial .blog-card:first-child h3 { font-size: clamp(30px,3.15vw,48px); line-height: 1.1; letter-spacing: -.045em; margin: 34px 0 24px; }
.journal-editorial .blog-card:first-child p { color: #dce8f1; font-size: 17px; line-height: 1.7; max-width: 480px; }
.journal-editorial .blog-card:first-child .blog-card-link { width: 100%; justify-content: space-between; color: #c5e884; border-top: 1px solid #acc7c44a; padding-top: 22px; }
.journal-editorial .blog-card:first-child .blog-card-link span { color: #c5e884; }
.journal-editorial .blog-card:first-child :focus-visible { outline-color: #c5e884; }
.journal-editorial .journal-links { justify-content: flex-end; margin-top: 32px; }
.journal-editorial .journal-links .line-link { color: #091b2c; font-size: 11px; border-color: #8ca7ba; }
.partner-section.partner-editorial { padding-block: 44px 50px; background: #d7e9bd; }
.partner-editorial .partner-heading { display: flex; align-items: center; gap: 32px; margin-bottom: 28px; }
.partner-editorial .partner-heading h2 { font-size: clamp(32px,3.5vw,54px); line-height: 1; letter-spacing: -.055em; font-weight: 700; }
.partner-editorial .partner-heading > span { height: 1px; flex: 1; background: #25433840; }
.partner-section.partner-editorial .partners { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5%; }
.partner-editorial .partners .partner-brand { padding: 14px 20px; min-height: 130px; background: transparent; border: 0; border-bottom: 1px solid #25433840; transition: border-color .2s ease,background .2s ease; }
.partner-editorial .partners .partner-brand:hover { border-color: #164673; background: #091b2c06; }
.partner-editorial .partners .partner-brand .partner-logo { justify-content: center; height: 100px; width: 100%; }
.partner-editorial .partners .partner-logo img { object-fit: contain; max-height: 96px; max-width: 100%; }
.partner-editorial .partners .partner-zur .partner-logo img { width: 115px; height: auto; }
.partner-editorial .partners .partner-praxis .partner-logo img { width: 190px; height: auto; }
.partner-editorial .partners .partner-finanz .partner-logo img { width: 280px; height: auto; }
@media(max-width:1000px) {
  .journal-editorial .journal-header { grid-template-columns: 1fr; gap: 22px; }
  .journal-editorial .journal-header > p { max-width: 580px; }
  .journal-editorial .blog-grid { gap: 0 4%; }
}
@media(max-width:680px) {
  .hero-social { margin-top: 6px; gap: 12px; }
  .hero-social-link { width: 44px; height: 44px; }
  .hero-social-link img { width: 34px; height: 34px; }
  .journal.journal-editorial { padding-block: 48px; }
  .journal-editorial .section-kicker { margin-bottom: 26px; }
  .journal-editorial .journal-header { margin-bottom: 30px; }
  .journal-editorial h2 { font-size: clamp(29px,7.6vw,48px); }
  .journal-editorial .blog-grid { grid-template-columns: 1fr; gap: 26px; }
  .journal-editorial .blog-card:first-child { grid-row: auto; }
  .journal-editorial .blog-card:first-child .blog-card-body { padding: 28px; }
  .journal-editorial .blog-card:first-child h3 { font-size: 31px; margin-top: 28px; }
  .journal-editorial .blog-card:first-child p { font-size: 16px; }
  .journal-editorial .blog-card h3 { font-size: 26px; }
  .journal-editorial .blog-card-body { padding: 24px 0 0; }
  .journal-editorial .journal-links { justify-content: flex-start; margin-top: 28px; }
  .partner-section.partner-editorial { padding-block: 34px 40px; }
  .partner-editorial .partner-heading { margin-bottom: 20px; gap: 22px; }
  .partner-section.partner-editorial .partners { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
  .partner-editorial .partners .partner-brand { min-height: 112px; padding: 10px; }
  .partner-editorial .partners .partner-brand .partner-logo { height: 90px; }
  .partner-section.partner-editorial .partners .partner-finanz { grid-column: 1/-1; min-height: 90px; }
  .partner-editorial .partners .partner-finanz .partner-logo { height: 68px; }
  .partner-editorial .partners .partner-zur .partner-logo img { width: 100px; }
  .partner-editorial .partners .partner-praxis .partner-logo img { width: 150px; }
  .partner-editorial .partners .partner-finanz .partner-logo img { width: 245px; }
}
@media(prefers-reduced-motion:reduce) {
  .hero-social-link,.partner-editorial .partners .partner-brand { transition: none; }
}
/* Keep the complete introduction reachable on short desktop windows. */
.product-presenter-open { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding: 8px 0; color: #c5e884; background: transparent; border: 0; border-bottom: 1px solid #b3d59870; font: 11px/1.5 "DM Mono",monospace; cursor: pointer; }
.product-presenter-open > span { font-size: 25px; line-height: 1; }
.product-presenter-open:hover { color: #f5f9ff; }
.product-presenter-dialog { width: min(92vw,960px); max-height: 88svh; margin: auto; padding: 42px; color: #f5f9ff; background: #102f4c; border: 1px solid #85b4d266; border-top: 3px solid #aaca53; border-radius: 12px; overflow-y: auto; box-shadow: 0 24px 100px #0008; }
.product-presenter-dialog::backdrop { background: #04111ddd; }
.product-presenter-dialog > form { display: flex; justify-content: flex-end; margin-bottom: 8px; background: transparent; backdrop-filter: none; }
.product-presenter-close { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #85b4d266; color: #f5f9ff; background: transparent; border-radius: 50%; font-size: 28px; cursor: pointer; }
.product-presenter-dialog .eyebrow { color: #bed6e8; font-size: 10px; }
.product-presenter-dialog h2 { font-size: clamp(28px,4vw,44px); line-height: 1.05; letter-spacing: -.04em; margin: 22px 0 28px; }
.product-presenter-dialog h2 span { color: #c5e884; }
.product-presenter-dialog video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #091b2c; border-radius: 6px; }
.product-presenter-dialog :focus-visible { outline: 2px solid #c5e884; outline-offset: 5px; }
.product-presenter-status { color: #d9e7f1; font-size: 14px; line-height: 1.5; margin: 16px 0; }
.product-presenter-status:empty { display: none; }
.product-presenter-dialog details { margin-top: 24px; border-top: 1px solid #85b4d244; padding-top: 20px; }
.product-presenter-dialog summary { cursor: pointer; color: #c5e884; }
.product-presenter-transcript { white-space: pre-line; font-size: 16px; line-height: 1.7; color: #dce8f1; margin-top: 18px; }
@media(max-width:680px) { .product-presenter-dialog { padding: 24px; } }
@media(min-width:681px) and (max-height:900px) {
  .hero { height: auto; overflow: hidden; }
  .hero-sticky { position: relative; height: auto; min-height: 0; overflow: visible; padding-bottom: 28px; }
  .hero-statement { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: min(560px,88%); margin: 48px 6% 30px auto; }
  .glass-card { position: relative; left: auto; bottom: auto; margin: 0 6% 28px; width: 230px; min-height: 0; }
  .hero-bottom { position: relative; left: auto; right: auto; bottom: auto; margin: 0 6%; flex-wrap: wrap; gap: 18px; }
}

/* Equal visible logo height: YouTube's source includes transparent margins.
   579/1075 of its image height is visible; preserve both original brand shapes. */
.social-symbol { --social-symbol-size: 38px; position: relative; display: inline-block; flex: 0 0 auto; width: calc(var(--social-symbol-size) * 1.429); height: var(--social-symbol-size); overflow: hidden; }
.hero-social-link, .social-minimal .brand-icon-link { width: 68px; height: 54px; }
.social-minimal .brand-icon-link { width: 80px; height: 62px; }
.social-minimal .social-symbol { --social-symbol-size: 46px; }
.channel-link .social-symbol { --social-symbol-size: 29px; }
.hero-social-link .social-symbol img,
.social-minimal .brand-icon-link .social-symbol img,
.channel-link .social-symbol img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: block; max-width: none; width: var(--social-symbol-size); height: var(--social-symbol-size); object-fit: contain; }
.hero-social-link .social-symbol--youtube img,
.social-minimal .brand-icon-link .social-symbol--youtube img,
.channel-link .social-symbol--youtube img { width: calc(var(--social-symbol-size) * 2.16753); height: calc(var(--social-symbol-size) * 1.85665); }
@media(max-width:680px) { .hero-social .social-symbol { --social-symbol-size: 34px; } .hero-social-link { width: 62px; height: 48px; } }
@media(max-width:560px) { .social-minimal .social-symbol { --social-symbol-size: 38px; } .social-minimal .brand-icon-link { width: 68px; height: 54px; } }

/* Three clear entry points: offers, the live partner funnel and the future shop. */
.hero-actions { display: grid; gap: 10px; margin-top: 26px; }
.hero-action { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 78px; padding: 15px 20px; border: 1px solid #b7d5ec; color: #f5f9fc; background: #163c5ee8; text-shadow: none; box-shadow: 0 7px 25px #06172524; transition: background .18s ease, transform .18s ease; }
.hero-action-copy { min-width: 0; }
.hero-action small { display: block; margin-bottom: 5px; font: 10px/1.5 "DM Mono", monospace; letter-spacing: .03em; }
.hero-action strong { display: block; font-size: clamp(16px,1.3vw,21px); font-weight: 700; line-height: 1.25; letter-spacing: -.015em; }
.hero-action-arrow { flex: 0 0 auto; font-size: 27px; line-height: 1; }
.hero-action--offers { color: #091b2c; background: #b8d568; border-color: #d1e8a0; }
.hero-action--opinstar { color: #091b2c; background: #d6eafa; border-color: #e5f2fc; }
.hero-action:hover { transform: translateY(-2px); background: #255777; }
.hero-action--offers:hover { background: #cbe78b; }
.hero-action--opinstar:hover { background: #eef7ff; }
.hero-action:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.hero-actions + .hero-social { margin-top: 12px; }
@media (min-width:681px) and (min-height:901px) {
  .hero { height: max(115svh,1200px); }
  .hero-sticky { height: max(100svh,1100px); }
  .hero-statement { top: 32%; width: 34%; }
}
@media (max-width:680px) {
  .hero-actions { margin-top: 24px; gap: 10px; }
  .hero-action { padding: 15px 16px; min-height: 80px; }
  .hero-action strong { font-size: 18px; }
  .hero-action small { font-size: 9px; }
}
@media (prefers-reduced-motion:reduce) { .hero-action { transition: none; } .hero-action:hover { transform: none; } }
