﻿:root {
  --bg: #fbfaf7;
  --paper: #ffffff;
  --paper-warm: #f4f0ea;
  --harbor: #e7efe9;
  --harbor-deep: #3d5757;
  --ink: #1f2526;
  --muted: #687273;
  --line: #ddd7ce;
  --line-strong: #cfc5ba;
  --red: #9f2f2f;
  --red-dark: #782222;
  --red-soft: #f1dddd;
  --green-soft: #dce8de;
  --shadow: 0 14px 36px rgba(35, 31, 26, 0.07);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 720;
}

h1 {
  max-width: 950px;
  font-size: clamp(2.15rem, 6.4vw, 5.2rem);
}

h2 {
  max-width: 820px;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
}

h3 {
  font-size: 1.08rem;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px max(16px, calc((100vw - var(--max)) / 2));
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 760;
}


.brand-logo {
  display: block;
  width: clamp(142px, 15vw, 176px);
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.site-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.2;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--paper-warm);
}

.section {
  padding: clamp(72px, 10vw, 132px) 0;
}

.hero {
  padding-top: clamp(72px, 9vw, 118px);
}

.hero-home {
  background: linear-gradient(135deg, #fbfaf7 0%, #fbfaf7 48%, #eef3ee 48%, #f4f0ea 100%);
  border-bottom: 1px solid var(--line);
}

.hero-grid,
.split-layout,
.final-grid,
.form-layout {
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.72fr);
  align-items: center;
}

.align-start {
  align-items: start;
}

.hero-proof {
  display: grid;
  gap: 0;
  align-self: start;
  padding: 14px;
  border: 1px solid rgba(207, 197, 186, 0.75);
  border-radius: calc(var(--radius) + 4px);
  background: rgba(255, 255, 255, 0.42);
}

.hero-image-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 8.8;
  min-height: 205px;
  border: 1px solid rgba(207, 197, 186, 0.85);
  border-radius: var(--radius);
  background: var(--paper-warm);
  box-shadow: 0 12px 28px rgba(35, 31, 26, 0.07);
}

.hero-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(31, 37, 38, 0.18));
  pointer-events: none;
}

.narrow-hero {
  max-width: 940px;
}

.muted {
  background: linear-gradient(180deg, #f4f0ea 0%, #efe8df 100%);
  border-block: 1px solid rgba(207, 197, 186, 0.5);
}

.eyebrow,
.card-kicker {
  margin-bottom: 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead {
  max-width: 780px;
  color: #3c4546;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.trust-line,
.small-note,
.finding-context,
.section-bridge,
.safety-note {
  color: var(--muted);
}

.trust-line {
  margin-top: 20px;
  font-weight: 650;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 760;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: var(--red);
}

.button.primary:hover {
  background: var(--red-dark);
}

.button.secondary {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.52);
}

.text-link {
  color: var(--red-dark);
  font-weight: 760;
  text-underline-offset: 4px;
}

.section-intro {
  max-width: 740px;
}

.sticky-intro {
  align-self: start;
}

.situation-grid,
.role-grid,
.boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.situation-card,
.role-grid article,
.boundary-grid article,
.content-panel,
.cta-card {
  border: 1px solid rgba(221, 215, 206, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.situation-card,
.role-grid article,
.boundary-grid article,
.content-panel,
.cta-card {
  border: 1px solid rgba(221, 215, 206, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.situation-card p,
.role-grid p,
.boundary-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.situation-card {
  padding: 22px;
}

.situation-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.18;
}

.tool-palette-panel {
  max-width: 960px;
  margin-inline: auto;
}

.tool-palette-panel .small-note {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.section-bridge {
  max-width: 760px;
  margin-top: 28px;
  font-size: 1.05rem;
}

.steps {
  display: grid;
  gap: 14px;
}

.steps-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.step {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.step span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--red);
  font-weight: 800;
}

.finding-card {
  padding: clamp(22px, 3.6vw, 36px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.finding-card-compact .finding-field {
  padding: 14px 0;
}

.finding-card-large {
  max-width: 700px;
}


.hero-finding-card {
  position: relative;
  z-index: 1;
  width: min(94%, 520px);
  justify-self: end;
  margin-top: -34px;
}
.finding-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.finding-head h2,
.finding-head h3 {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.status-label,
.draft-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--red-dark);
  background: var(--red-soft);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.finding-field {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.finding-field:last-of-type {
  border-bottom: 0;
}

.finding-field span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.finding-field p {
  margin-bottom: 0;
}

.finding-field.accent {
  margin: 14px 0;
  padding: 18px;
  border: 1px solid rgba(159, 47, 47, 0.22);
  border-radius: var(--radius);
  background: #fff8f7;
}

.finding-field.quiet {
  color: #364142;
  background: transparent;
}

.finding-note {
  margin-top: 18px;
  margin-bottom: 0;
  color: var(--red-dark);
  font-weight: 760;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.check-list,
.no-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.check-list li,
.no-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before,
.no-list li::before {
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 900;
}

.check-list li::before {
  content: "+";
}

.no-list li::before {
  content: "-";
}


#werkzeug-des-monats .finding-card {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.74);
}

#werkzeug-des-monats .status-label {
  background: var(--green-soft);
  color: var(--harbor-deep);
}
.boundary-list {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.boundary-list p {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--paper);
}

.final-cta {
  background: linear-gradient(135deg, #2a2926 0%, #334444 100%);
  color: #fff;
}

.final-cta .eyebrow,
.final-cta .trust-line {
  color: #f1cfcf;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-card {
  color: var(--ink);
}

.form-layout {
  align-items: start;
}

.draft-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.draft-form label {
  display: grid;
  gap: 8px;
  color: #334042;
  font-weight: 750;
}

.draft-form label span {
  color: var(--muted);
  font-weight: 600;
}

.draft-form input,
.draft-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 12px 13px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.draft-form input:focus,
.draft-form textarea:focus {
  outline: 3px solid rgba(159, 47, 47, 0.18);
  border-color: var(--red);
}

.form-honeypot,
.submission-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}
.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-layout,
  .final-grid,
  .form-layout,
  .two-column {
    grid-template-columns: 1fr;
  }

  .situation-grid,
  .role-grid,
  .boundary-grid,
  .steps-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .site-nav a {
    text-align: center;
  }

  .section {
    padding: 64px 0;
  }

  .hero {
    padding-top: 56px;
  }

  h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  h2 {
    font-size: clamp(1.72rem, 9vw, 2.55rem);
  }

  .situation-grid,
  .role-grid,
  .boundary-grid,
  .steps-five {
    grid-template-columns: 1fr;
  }

  .finding-head,
  .footer-grid {
    flex-direction: column;
  }

  .brand-logo {
    width: 144px;
    max-height: 38px;
  }

  .hero-finding-card {
    width: 100%;
    margin-top: 12px;
  }

  .hero-proof {
    gap: 0;
    padding: 10px;
  }

  .hero-image-card {
    min-height: 150px;
    max-height: 210px;
  }

  .finding-card {
    padding: 20px;
  }

  .finding-field {
    padding: 14px 0;
  }

  .status-label {
    white-space: normal;
  }

  .cta-row,
  .button {
    width: 100%;
  }
}
/* Hybrid-Hero: kleine Reibungen als Alltagsszene */
.hero-bubbles {
  background:
    linear-gradient(135deg, rgba(251, 250, 247, 0.96) 0%, rgba(251, 250, 247, 0.88) 46%, rgba(231, 239, 233, 0.78) 100%),
    radial-gradient(circle at 78% 18%, rgba(159, 47, 47, 0.08), transparent 34%);
}

.hero-grid-bubbles {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.86fr);
  align-items: center;
}

.hero-question {
  display: inline-flex;
  margin: 10px 0 0;
  padding: 10px 14px;
  border-left: 4px solid var(--red);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  font-size: clamp(1.08rem, 2vw, 1.36rem);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(35, 31, 26, 0.06);
}

.thought-scene {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(207, 197, 186, 0.8);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 240, 234, 0.72));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.thought-image {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  opacity: 0.24;
  filter: saturate(0.82);
  box-shadow: none;
}

.employee-panel {
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: min(235px, 45%);
  min-height: 270px;
  translate: -50% 0;
  display: grid;
  justify-items: center;
  align-content: end;
  padding: 24px 20px;
  border: 1px solid rgba(207, 197, 186, 0.9);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(8px);
}

.employee-head {
  width: 76px;
  height: 76px;
  border: 2px solid var(--harbor-deep);
  border-radius: 50%;
  background: linear-gradient(180deg, #f7efe7, #e9ddd0);
}

.employee-body {
  width: 132px;
  height: 105px;
  margin-top: 12px;
  border: 2px solid var(--harbor-deep);
  border-bottom: 0;
  border-radius: 48px 48px 0 0;
  background: linear-gradient(180deg, var(--harbor-deep), #2f4242);
}

.employee-caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 760;
  text-align: center;
}

.thought-bubble {
  position: absolute;
  max-width: 205px;
  padding: 13px 14px;
  border: 1px solid rgba(207, 197, 186, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #2d3536;
  font-size: 0.94rem;
  font-weight: 760;
  line-height: 1.25;
  box-shadow: 0 12px 26px rgba(35, 31, 26, 0.08);
}

.thought-bubble::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(207, 197, 186, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.bubble-one {
  top: 42px;
  left: 34px;
}

.bubble-one::after {
  right: 20px;
  bottom: -16px;
}

.bubble-two {
  top: 34px;
  right: 34px;
}

.bubble-two::after {
  left: 28px;
  bottom: -16px;
}

.bubble-three {
  top: 178px;
  right: 22px;
  border-color: rgba(159, 47, 47, 0.35);
}

.bubble-three::after {
  left: 18px;
  bottom: -16px;
  border-color: rgba(159, 47, 47, 0.35);
}

.bubble-four {
  top: 232px;
  left: 20px;
}

.bubble-four::after {
  right: 24px;
  bottom: -16px;
}

.bubble-five {
  right: 76px;
  bottom: 238px;
  max-width: 185px;
}

.bubble-five::after {
  left: 24px;
  bottom: -16px;
}

.compact-intro {
  max-width: 920px;
}

.standard-note {
  max-width: 920px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(159, 47, 47, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 26px rgba(35, 31, 26, 0.04);
}

.standard-note h3 {
  max-width: 760px;
  margin-bottom: 10px;
  color: #172123;
  font-size: clamp(1.22rem, 2vw, 1.65rem);
}

.standard-note p {
  max-width: 820px;
  margin-bottom: 0;
  color: #465153;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.value-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.situation-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compact-boundaries {
  margin: 20px 0 22px;
}

.content-panel > .button:last-child {
  margin-top: 4px;
}

.value-grid article,
.workday-step {
  border: 1px solid rgba(207, 197, 186, 0.85);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(35, 31, 26, 0.05);
}

.value-grid article {
  padding: 22px;
}

.time-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.value-grid h3,
.workday-step h3 {
  margin-bottom: 8px;
}

.value-grid p,
.workday-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.workday-flow {
  display: grid;
  gap: 16px;
}

.workday-step {
  position: relative;
  padding: 22px 24px 22px 28px;
}

.workday-step::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: var(--red);
}

.tool-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(207, 197, 186, 0.78);
  color: var(--ink) !important;
  font-weight: 720;
}

.outcome-step {
  background: linear-gradient(180deg, rgba(231, 239, 233, 0.82), rgba(255, 255, 255, 0.76));
}

@media (max-width: 980px) {
  .hero-grid-bubbles {
    grid-template-columns: 1fr;
  }

  .thought-scene {
    min-height: 500px;
  }

  .value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero-question {
    display: flex;
    width: 100%;
  }

  .thought-scene {
    min-height: 610px;
  }

  .employee-panel {
    bottom: 22px;
    width: min(245px, 78%);
    min-height: 230px;
  }

  .thought-bubble {
    max-width: min(250px, calc(100% - 42px));
    font-size: 0.88rem;
  }

  .bubble-one,
  .bubble-two,
  .bubble-three,
  .bubble-four,
  .bubble-five {
    left: 20px;
    right: auto;
  }

  .bubble-one { top: 22px; }
  .bubble-two { top: 102px; }
  .bubble-three { top: 182px; }
  .bubble-four { top: 282px; }
  .bubble-five { top: 382px; bottom: auto; }

  .thought-bubble::after {
    left: 24px;
    right: auto;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  #reibungssituationen .situation-grid {
    gap: 14px;
    margin-top: 24px;
  }

  #reibungssituationen .section-intro p,
  .situation-card p {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .situation-card {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .situation-card h3 {
    margin-bottom: 6px;
    font-size: 1.12rem;
    line-height: 1.2;
  }
}
/* Hero visual refinement: Launcher-Arbeitsfläche statt billiger Figur */
.thought-scene-rich {
  min-height: 620px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(244,240,234,0.7)),
    linear-gradient(180deg, rgba(231,239,233,0.65), rgba(255,255,255,0.38));
}

.thought-scene-rich .thought-image {
  opacity: 0.18;
}

.workbench-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(430px, calc(100% - 42px));
  translate: -50% -42%;
  padding: 16px;
  border: 1px solid rgba(207, 197, 186, 0.95);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 48px rgba(35, 31, 26, 0.12);
  backdrop-filter: blur(10px);
}

.launcher-window {
  overflow: hidden;
  border: 1px solid rgba(61, 87, 87, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f7f4ee);
}

.launcher-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  background: var(--harbor-deep);
  color: #fff;
  font-weight: 820;
}

.launcher-topline small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.launcher-search {
  margin: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(207, 197, 186, 0.9);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(251, 250, 247, 0.92);
  font-size: 0.9rem;
}

.launcher-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.launcher-tile {
  min-height: 86px;
  padding: 12px;
  border: 1px solid rgba(207, 197, 186, 0.85);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(35, 31, 26, 0.05);
}

.launcher-tile.strong {
  border-color: rgba(159, 47, 47, 0.38);
  background: linear-gradient(180deg, #fff, #f8eeee);
}

.launcher-tile span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.launcher-tile b {
  display: block;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.18;
}

.desk-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.desk-strip span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid rgba(207, 197, 186, 0.75);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255,255,255,0.72);
  font-size: 0.78rem;
  font-weight: 760;
}

.proof-ribbon {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  padding: 12px 14px;
  border: 1px solid rgba(159, 47, 47, 0.25);
  border-radius: 8px;
  background: rgba(255,255,255,0.82);
  color: var(--red-dark);
  font-weight: 850;
  text-align: center;
  box-shadow: 0 10px 24px rgba(35, 31, 26, 0.07);
}

.thought-scene-rich .bubble-one { top: 28px; left: 28px; }
.thought-scene-rich .bubble-two { top: 34px; right: 24px; }
.thought-scene-rich .bubble-three { top: 185px; right: 14px; max-width: 230px; }
.thought-scene-rich .bubble-four { top: 285px; left: 16px; max-width: 220px; }
.thought-scene-rich .bubble-five { right: 54px; bottom: 118px; }

.proof-tool-card {
  border-color: rgba(159, 47, 47, 0.22);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,238,238,0.42));
}

@media (max-width: 980px) {
  .thought-scene-rich {
    min-height: 640px;
  }
}

@media (max-width: 680px) {
  .thought-scene-rich {
    min-height: 770px;
  }

  .workbench-panel {
    top: 420px;
    translate: -50% 0;
    width: calc(100% - 32px);
    padding: 12px;
  }

  .launcher-tiles,
  .desk-strip {
    grid-template-columns: 1fr;
  }

  .thought-scene-rich .bubble-one,
  .thought-scene-rich .bubble-two,
  .thought-scene-rich .bubble-three,
  .thought-scene-rich .bubble-four,
  .thought-scene-rich .bubble-five {
    left: 16px;
    right: 16px;
    max-width: none;
  }

  .thought-scene-rich .bubble-one { top: 18px; }
  .thought-scene-rich .bubble-two { top: 96px; }
  .thought-scene-rich .bubble-three { top: 174px; }
  .thought-scene-rich .bubble-four { top: 274px; }
  .thought-scene-rich .bubble-five { top: 352px; bottom: auto; }

  .proof-ribbon {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}
/* Provided hero image and typography refinement */
body {
  font-family: "Segoe UI Variable", "Segoe UI", "Aptos", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
.button,
.hero-question {
  font-family: "Segoe UI Variable Display", "Segoe UI", "Aptos Display", "Aptos", system-ui, sans-serif;
}

.hero-copy h1 {
  max-width: 790px;
  font-size: clamp(2.25rem, 5.1vw, 4.75rem);
  line-height: 1.02;
  font-weight: 820;
  color: #172123;
}

.hero-copy .lead {
  max-width: 690px;
  color: #344042;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.56;
  font-weight: 520;
}

.hero-question {
  border-left: 0;
  border: 1px solid rgba(159, 47, 47, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(248,238,238,0.72));
  color: var(--red-dark);
  font-size: clamp(1.15rem, 1.8vw, 1.44rem);
  line-height: 1.22;
  letter-spacing: 0;
}

.provided-hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(207, 197, 186, 0.95);
  border-radius: 14px;
  background: var(--paper-warm);
  box-shadow: 0 22px 52px rgba(35, 31, 26, 0.14);
}

.provided-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.provided-hero-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.56);
  border-radius: 8px;
  background: rgba(31, 37, 38, 0.72);
  color: #fff;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 760;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}

@media (max-width: 980px) {
  .provided-hero-visual {
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  .hero-copy h1 {
    font-size: clamp(2.05rem, 10vw, 3.2rem);
  }

  .provided-hero-visual figcaption {
    position: static;
    border: 0;
    border-top: 1px solid rgba(207, 197, 186, 0.75);
    border-radius: 0;
    background: rgba(31, 37, 38, 0.88);
  }
}
/* Clean hero layout after provided image */
.hero-grid-bubbles {
  grid-template-columns: minmax(0, 0.94fr) minmax(390px, 520px);
  gap: clamp(34px, 5vw, 66px);
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 4.65vw, 4.25rem);
}

.provided-hero-visual {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  border-radius: 12px;
}

.provided-hero-visual img {
  aspect-ratio: 1 / 1;
  object-position: center;
}

.hero-home .cta-row {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .hero-grid-bubbles {
    grid-template-columns: 1fr;
  }

  .provided-hero-visual {
    justify-self: start;
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  .provided-hero-visual {
    max-width: 100%;
  }
}
/* Final desktop width refinement: broader, calmer layout on large screens */
:root {
  --max: 1320px;
}

.container {
  width: min(var(--max), calc(100% - clamp(32px, 4.5vw, 72px)));
}

.hero-home .container {
  width: min(1360px, calc(100% - clamp(32px, 4vw, 64px)));
}

.hero-grid-bubbles {
  grid-template-columns: minmax(0, 1.02fr) minmax(440px, 600px);
  gap: clamp(36px, 4vw, 72px);
}

.hero-copy h1 {
  max-width: 840px;
}

.hero-copy .lead {
  max-width: 720px;
}

.provided-hero-visual {
  max-width: 600px;
}

@media (max-width: 1080px) {
  .hero-grid-bubbles {
    grid-template-columns: 1fr;
  }

  .provided-hero-visual {
    justify-self: start;
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .container,
  .hero-home .container {
    width: min(100% - 32px, var(--max));
  }
}
