/* Lokale Vorschau. Diese Gestaltungsdatei ist nur im Entwicklungsstand eingebunden. */
:root {
  --proposal-content: 1120px;
  --proposal-section-space: clamp(72px, 8vw, 108px);
  --proposal-stack-1: 8px;
  --proposal-stack-2: 12px;
  --proposal-stack-3: 18px;
  --proposal-stack-4: 28px;
  --proposal-stack-5: 42px;
  --proposal-overline: 11px;
  --proposal-body: 16px;
  --proposal-card-body: 14px;
  --proposal-small: 12px;
  --proposal-leading: 1.58;
  --proposal-heading-leading: 1.04;
}

/* Gemeinsame Leseregeln. Zeilen umbrechen nach verfügbarem Raum, nicht nach harten Vorgaben. */
.proposal-hero, .diagnosis-section, .solution-section, .process-section, .objections-section,
.voice-section, .pricing-section, .contact-funnel-section, .team-cta-section {
  overflow-wrap: break-word;
  hyphens: auto;
}
.proposal-hero h1, .journey-heading h2, .objections-intro h2, .voice-content h2, .team-cta-content h2,
.diagnosis-card h3, .solution-card h3, .process-stage h3, .process-pilot h3 {
  text-wrap: balance;
}
.proposal-hero p, .journey-heading > p, .diagnosis-card p, .solution-card p, .process-stage p,
.process-pilot p, .objections-intro > p, .objection-item p, .voice-intro, .team-cta-content > p {
  line-height: var(--proposal-leading);
}

/* Hero */
.proposal-hero {
  position: relative;
  min-height: min(720px, calc(100svh - 80px));
  overflow: hidden;
  padding: clamp(64px, 6.5vw, 96px) 0 clamp(56px, 5.5vw, 78px);
  background:
    radial-gradient(circle at 85% 14%, rgba(255,116,31,.12), transparent 22%),
    radial-gradient(circle at 8% 87%, rgba(232,243,241,.9), transparent 33%),
    linear-gradient(140deg, #FBFDFC 0%, #F3FAF9 56%, #E6F2F0 100%);
}
.proposal-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .88fr);
  align-items: center;
  gap: clamp(40px, 6vw, 96px);
}
.proposal-hero__copy { max-width: 630px; }
.proposal-hero__copy h1 {
  max-width: 13ch;
  font-size: clamp(44px, 4.55vw, 68px);
  line-height: .99;
}
.proposal-hero__copy > p:not(.eyebrow) {
  max-width: 50ch;
  margin-top: var(--proposal-stack-4);
  color: var(--ink-2);
  font-size: clamp(16px, 1.25vw, 18px);
}
.proposal-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 610px;
  margin: var(--proposal-stack-4) 0 0;
  padding: 0;
  border-top: 1px solid rgba(6,42,46,.14);
  border-bottom: 1px solid rgba(6,42,46,.14);
  list-style: none;
}
.proposal-hero__proof li {
  display: grid;
  align-content: start;
  gap: 4px;
  min-height: 76px;
  padding: 13px 14px;
  border-left: 1px solid rgba(6,42,46,.12);
}
.proposal-hero__proof li:first-child { padding-left: 0; border-left: 0; }
.proposal-hero__proof strong { color: var(--ink); font-size: 18px; letter-spacing: -.04em; line-height: 1.1; }
.proposal-hero__proof span { color: var(--ink-2); font-size: 10px; font-weight: 700; line-height: 1.4; }
.proposal-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: var(--proposal-stack-4); }
.proposal-hero__actions > span { max-width: 28ch; color: var(--ink-2); font-size: 11px; font-weight: 700; line-height: 1.45; }
.proposal-hero__visual { position: relative; min-height: 408px; isolation: isolate; }
.proposal-hero__orb { position: absolute; z-index: -2; border-radius: 50%; pointer-events: none; }
.proposal-hero__orb--one { top: 18px; right: -6%; width: 330px; height: 330px; border: 1px solid rgba(6,42,46,.09); background: rgba(255,255,255,.38); }
.proposal-hero__orb--two { bottom: 0; left: 3%; width: 205px; height: 205px; background: rgba(255,255,255,.54); }
.portrait-bubbles { position: absolute; inset: 0; z-index: -1; }
.portrait-bubble { position: absolute; display: block; overflow: hidden; border: 4px solid rgba(255,255,255,.95); border-radius: 50%; background: linear-gradient(145deg, #164D4E, #0A3034); box-shadow: 0 16px 34px rgba(6,42,46,.14); }
.portrait-bubble::before { position: absolute; top: 20%; left: 32%; width: 36%; height: 36%; border-radius: 50%; background: rgba(255,255,255,.75); content: ""; }
.portrait-bubble::after { position: absolute; right: 16%; bottom: -14%; left: 16%; height: 56%; border-radius: 52% 52% 0 0; background: rgba(255,116,31,.62); content: ""; }
.portrait-bubble--one { top: 4%; left: 6%; width: 88px; height: 88px; }
.portrait-bubble--two { top: 13%; right: 2%; width: 74px; height: 74px; background: linear-gradient(145deg, #426E69, #113E43); }
.portrait-bubble--three { top: 43%; left: 13%; width: 114px; height: 114px; background: linear-gradient(145deg, #154245, #0A2F34); }
.portrait-bubble--four { right: 11%; bottom: 10%; width: 102px; height: 102px; background: linear-gradient(145deg, #668E8A, #1B5254); }
.portrait-bubble--five { bottom: 1%; left: 45%; width: 66px; height: 66px; background: linear-gradient(145deg, #A3C5C0, #315F61); }
.proposal-trust { position: absolute; z-index: 2; top: 50%; left: 50%; width: min(100% - 34px, 440px); padding: 21px 24px; border: 1px solid rgba(6,42,46,.1); border-radius: var(--r-card); background: rgba(255,255,255,.91); box-shadow: 0 18px 40px rgba(6,42,46,.09); transform: translate(-50%, -50%); backdrop-filter: blur(10px); }
.proposal-trust p { margin-bottom: 13px; color: var(--ink-3); font-size: 10px; font-weight: 800; letter-spacing: .09em; line-height: 1; text-align: center; text-transform: uppercase; }
.proposal-trust .client-logo-set { gap: clamp(9px, 1.25vw, 18px); }
.proposal-trust .client-logo-set img { max-width: 66px; height: 18px; filter: brightness(0) saturate(100%); opacity: .56; }
.proposal-trust .client-logo-set img.client-logo--compact { max-width: 45px; height: 19px; }
.proposal-trust .client-logo-set img.client-logo--wide { max-width: 78px; height: 19px; }

/* Abschnittsführung */
.diagnosis-section, .solution-section, .process-section, .objections-section, .pricing-section, .contact-funnel-section { padding: var(--proposal-section-space) 0; }
.diagnosis-section, .process-section, .pricing-section { background: var(--white); }
.solution-section { background: linear-gradient(145deg, #EDF7F5 0%, #F7FBFA 73%, #FFFFFF 100%); }
.journey-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr);
  align-items: end;
  gap: clamp(34px, 6vw, 86px);
  max-width: var(--proposal-content);
  margin: 0 auto var(--proposal-stack-5);
}
.journey-heading h2 { max-width: 14ch; font-size: clamp(34px, 3.25vw, 50px); line-height: var(--proposal-heading-leading); }
.journey-heading > p { max-width: 40ch; margin: 0 0 4px; color: var(--ink-2); font-size: var(--proposal-body); }
.journey-heading .eyebrow span, .objections-intro .eyebrow span, .contact-funnel-section .eyebrow span { margin-right: 7px; color: var(--acc); font-variant-numeric: tabular-nums; }
.journey-heading--center { grid-template-columns: 1fr; justify-items: center; max-width: 720px; text-align: center; }
.journey-heading--center h2, .journey-heading--center > p { margin-inline: auto; }
.diagnosis-grid, .solution-grid { display: grid; max-width: var(--proposal-content); margin-inline: auto; }
.diagnosis-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.diagnosis-card { position: relative; display: flex; min-height: 294px; flex-direction: column; align-items: flex-start; padding: clamp(25px, 2.6vw, 34px); border: 1px solid rgba(6,42,46,.1); border-radius: var(--r-card); background: var(--white); transition: transform 220ms var(--ez), box-shadow 220ms var(--ez), border-color 220ms var(--ez); }
.diagnosis-card:hover { border-color: rgba(255,116,31,.34); box-shadow: var(--sh-s); transform: translateY(-3px); }
.diagnosis-card--insight { border-color: rgba(23,102,93,.16); background: linear-gradient(140deg, #E8F3F1 0%, #FFFFFF 94%); }
.diagnosis-card__number { position: absolute; top: 26px; right: 28px; color: rgba(6,42,46,.24); font-size: var(--proposal-small); font-weight: 800; letter-spacing: .07em; }
.diagnosis-card__icon, .solution-card__icon, .process-stage__icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(6,42,46,.09); border-radius: 50%; background: #F4F7F6; color: var(--acc); }
.diagnosis-card--insight .diagnosis-card__icon, .solution-card--featured .solution-card__icon { background: var(--white); }
.diagnosis-card__icon .cx-icon, .solution-card__icon .cx-icon, .process-stage__icon .cx-icon { width: 22px; height: 22px; stroke-width: 3; }
.diagnosis-card__label { margin-top: 20px; padding: 7px 10px; border-radius: var(--r-card); background: var(--acc-tint); color: var(--acc); font-size: 10px; font-weight: 800; line-height: 1; }
.diagnosis-card h3, .solution-card h3 { margin-top: 14px; font-size: clamp(22px, 1.85vw, 27px); line-height: 1.15; }
.diagnosis-card p { max-width: 46ch; margin-top: var(--proposal-stack-2); color: var(--ink-2); font-size: var(--proposal-card-body); }

/* Leistungsboxen */
.solution-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 22px; }
.solution-card { position: relative; display: flex; min-height: 430px; flex-direction: column; padding: clamp(24px, 2.45vw, 32px); border: 1px solid rgba(6,42,46,.1); border-radius: var(--r-card); background: rgba(255,255,255,.93); transition: transform 220ms var(--ez), box-shadow 220ms var(--ez); }
.solution-card:hover { box-shadow: var(--sh-s); transform: translateY(-3px); }
.solution-card--featured { border-color: rgba(23,102,93,.22); background: linear-gradient(145deg, #E8F3F1 0%, #FFFFFF 78%); }
.solution-card__badge { position: absolute; top: -12px; left: 24px; padding: 7px 10px; border-radius: var(--r-card); background: var(--acc); color: var(--white); font-size: 10px; font-weight: 800; line-height: 1; }
.solution-card__icon { margin-bottom: 22px; background: var(--white); }
.solution-card > p { min-height: 46px; margin-top: var(--proposal-stack-2); color: var(--ink-2); font-size: var(--proposal-card-body); font-weight: 700; line-height: 1.45; }
.solution-card ul { display: grid; gap: 0; margin: 22px 0 0; padding: 0; border-top: 1px solid var(--line-2); list-style: none; }
.solution-card li { position: relative; min-height: 52px; padding: 12px 1px 11px 23px; border-bottom: 1px solid var(--line-2); color: var(--ink-2); font-size: var(--proposal-small); line-height: 1.45; }
.solution-card li::before { position: absolute; top: 14px; left: 0; color: var(--acc); content: "✓"; font-weight: 800; }

/* Ablauf */
.process-track { --timeline-progress: 0; position: relative; display: grid; gap: 20px; width: min(100%, 1010px); margin: 0 auto; padding: 4px 0 4px 112px; }
.process-track__rail { position: absolute; top: 0; bottom: 0; left: 25px; width: 2px; overflow: hidden; background: rgba(6,42,46,.13); }
.process-track__rail i { display: block; width: 100%; height: calc(var(--timeline-progress) * 100%); background: var(--acc); transition: height 260ms linear; }
.process-stage { position: relative; opacity: .48; transition: opacity 280ms var(--ez); }
.process-stage.is-active { opacity: 1; }
.process-stage__marker { position: absolute; top: 25px; right: calc(100% + 19px); width: 74px; padding: 9px 7px; border-radius: var(--r-card); background: #CBD8D6; color: var(--ink); font-size: 9px; font-weight: 800; line-height: 1.1; text-align: center; transition: background 240ms var(--ez), color 240ms var(--ez); }
.process-stage.is-active .process-stage__marker { background: var(--dark); color: var(--white); }
.process-stage__card { padding: 24px 28px; border: 1px solid rgba(6,42,46,.1); border-radius: var(--r-card); background: var(--white); box-shadow: 0 9px 24px rgba(6,42,46,.035); }
.process-stage__icon { float: right; width: 41px; height: 41px; }
.process-stage__icon .cx-icon { width: 19px; height: 19px; }
.process-stage h3 { max-width: 23ch; font-size: clamp(21px, 1.75vw, 26px); line-height: 1.16; }
.process-stage p { max-width: 58ch; margin-top: var(--proposal-stack-2); color: var(--ink-2); font-size: var(--proposal-card-body); }
.process-stage ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 18px; margin: var(--proposal-stack-3) 0 0; padding: 15px 0 0; border-top: 1px solid var(--line-2); list-style: none; }
.process-stage li { position: relative; padding-left: 14px; color: var(--ink-2); font-size: 11px; font-weight: 700; line-height: 1.43; }
.process-stage li::before { position: absolute; top: .55em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--acc); content: ""; }
.process-pilot { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 19px; max-width: 1010px; margin: var(--proposal-stack-5) auto 0; padding: 23px 26px; border: 1px solid rgba(23,102,93,.17); border-radius: var(--r-card); background: #E8F3F1; }
.process-pilot > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--white); color: var(--acc); }
.process-pilot > span .cx-icon { width: 20px; height: 20px; stroke-width: 3.2; }
.process-pilot h3 { font-size: 20px; line-height: 1.2; }
.process-pilot p { max-width: 56ch; margin-top: 4px; color: var(--ink-2); font-size: 13px; }

/* Einwände, Automatisierung und Abschluss */
.objections-section { background: var(--dark); }
.objections-layout { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); align-items: start; gap: clamp(50px, 8vw, 124px); }
.objections-intro { position: sticky; top: 116px; }
.objections-intro .eyebrow, .team-cta-content .eyebrow { background: rgba(255,255,255,.11); color: var(--acc); }
.objections-intro h2 { max-width: 12ch; color: var(--white); font-size: clamp(34px, 3.15vw, 48px); line-height: var(--proposal-heading-leading); }
.objections-intro > p { max-width: 35ch; margin-top: var(--proposal-stack-3); color: var(--on-dark-2); font-size: var(--proposal-body); }
.objection-list { display: grid; border-top: 1px solid rgba(255,255,255,.18); }
.objection-item { border-bottom: 1px solid rgba(255,255,255,.18); }
.objection-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; color: var(--white); cursor: pointer; font-size: 17px; font-weight: 800; line-height: 1.34; list-style: none; }
.objection-item summary::-webkit-details-marker { display: none; }
.objection-item summary span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--acc); transition: transform 180ms var(--ez), background 180ms var(--ez); }
.objection-item summary .cx-icon { width: 14px; height: 14px; }
.objection-item[open] summary span { background: var(--acc); color: var(--white); transform: rotate(90deg); }
.objection-item p { max-width: 57ch; padding: 0 38px 21px 0; color: var(--on-dark-2); font-size: 13px; }
.voice-section, .voice-photo { min-height: 560px; }
.voice-photo { padding: 116px 0 102px; }
.voice-content { max-width: 630px; }
.voice-content h2 { max-width: 13ch; font-size: clamp(34px, 3.25vw, 50px); line-height: var(--proposal-heading-leading); }
.voice-intro { max-width: 50ch; margin-top: var(--proposal-stack-3); color: var(--on-dark-2); font-size: var(--proposal-body); }
.voice-demo { margin-top: var(--proposal-stack-4); }
.voice-play-button { display: inline-flex; text-decoration: none; }
.pricing-section .journey-heading { margin-bottom: var(--proposal-stack-5); }
.pricing-grid { max-width: 1010px; }
.contact-funnel-section .section-intro { margin-bottom: var(--proposal-stack-4); }
.contact-funnel-section .section-intro h2 { max-width: 20ch; font-size: clamp(34px, 3.25vw, 48px); }
.team-cta-section { min-height: 480px; padding: 76px 0; background: var(--dark); }
.team-cta-content h2 { max-width: 15ch; color: var(--white); font-size: clamp(34px, 3.25vw, 50px); line-height: var(--proposal-heading-leading); }
.team-cta-content > p:not(.eyebrow) { max-width: 46ch; margin-top: var(--proposal-stack-3); color: var(--on-dark-2); font-size: var(--proposal-body); }
.team-cta-content .text-arrow-link { color: var(--white); }
.team-cta-content .text-arrow-link:hover { color: var(--acc); }
.team-orbit { background: rgba(255,255,255,.16); box-shadow: none; }
.team-orbit i { background: rgba(255,255,255,.11); color: rgba(255,255,255,.6); }

@media (max-width: 960px) {
  .proposal-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .proposal-hero__copy { max-width: 730px; }
  .proposal-hero__visual { width: min(100%, 620px); min-height: 380px; margin-inline: auto; }
  .journey-heading, .objections-layout { grid-template-columns: 1fr; gap: var(--proposal-stack-3); }
  .journey-heading h2 { max-width: 16ch; }
  .journey-heading > p { max-width: 56ch; margin: 0; }
  .solution-card { min-height: 470px; }
  .process-track { padding-left: 102px; }
  .process-stage ul { grid-template-columns: 1fr; }
  .objections-intro { position: static; }
}

@media (max-width: 760px) {
  :root { --proposal-section-space: 64px; --proposal-body: 15px; --proposal-card-body: 14px; }
  .proposal-hero { min-height: 0; padding: 64px 0 56px; }
  .proposal-hero__grid { gap: 28px; }
  .proposal-hero__copy h1 { max-width: 12ch; font-size: clamp(37px, 10vw, 45px); line-height: 1.02; }
  .proposal-hero__copy > p:not(.eyebrow) { margin-top: 20px; font-size: var(--proposal-body); }
  .proposal-hero__proof { grid-template-columns: 1fr; margin-top: 24px; }
  .proposal-hero__proof li, .proposal-hero__proof li:first-child { grid-template-columns: 78px 1fr; align-items: center; gap: 12px; min-height: 0; padding: 11px 0; border-top: 1px solid rgba(6,42,46,.1); border-left: 0; }
  .proposal-hero__proof li:first-child { border-top: 0; }
  .proposal-hero__proof strong { font-size: 16px; }
  .proposal-hero__proof span { font-size: 11px; }
  .proposal-hero__actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 25px; }
  .proposal-hero__actions .button { width: 100%; min-height: 52px; }
  .proposal-hero__actions > span { font-size: 11px; }
  .proposal-hero__visual { min-height: 292px; }
  .proposal-hero__orb--one { width: 214px; height: 214px; }
  .proposal-hero__orb--two { width: 140px; height: 140px; }
  .portrait-bubble { border-width: 3px; }
  .portrait-bubble--one { width: 62px; height: 62px; }
  .portrait-bubble--two { width: 52px; height: 52px; }
  .portrait-bubble--three { width: 80px; height: 80px; }
  .portrait-bubble--four { width: 72px; height: 72px; }
  .portrait-bubble--five { width: 47px; height: 47px; }
  .proposal-trust { width: min(100% - 24px, 384px); padding: 17px 13px; }
  .proposal-trust p { margin-bottom: 10px; font-size: 9px; }
  .proposal-trust .client-logo-set { gap: 7px; }
  .proposal-trust .client-logo-set img { max-width: 47px; height: 13px; }
  .proposal-trust .client-logo-set img.client-logo--compact { max-width: 31px; height: 14px; }
  .proposal-trust .client-logo-set img.client-logo--wide { max-width: 57px; height: 14px; }

  .journey-heading { gap: 16px; margin-bottom: 30px; }
  .journey-heading h2, .objections-intro h2, .voice-content h2, .team-cta-content h2, .contact-funnel-section .section-intro h2 { max-width: 14ch; font-size: 30px; line-height: 1.06; }
  .journey-heading > p, .objections-intro > p, .voice-intro, .team-cta-content > p:not(.eyebrow) { font-size: var(--proposal-body); }
  .diagnosis-grid, .solution-grid { grid-template-columns: 1fr; gap: 15px; }
  .diagnosis-card { min-height: 0; padding: 22px 20px; }
  .diagnosis-card__number { top: 22px; right: 21px; }
  .diagnosis-card__icon, .solution-card__icon { width: 41px; height: 41px; }
  .diagnosis-card__label { margin-top: 16px; }
  .diagnosis-card h3, .solution-card h3 { margin-top: 12px; font-size: 23px; }
  .solution-card { min-height: 0; padding: 23px 20px 20px; }
  .solution-card__badge { left: 19px; }
  .solution-card > p { min-height: 0; }
  .solution-card li { min-height: 0; font-size: 12px; }

  .process-track { gap: 16px; padding: 2px 0 2px 42px; }
  .process-track__rail { left: 14px; }
  .process-stage__marker { position: static; display: inline-flex; width: auto; margin-bottom: 9px; padding: 7px 9px; font-size: 9px; }
  .process-stage__card { padding: 20px 18px; }
  .process-stage__icon { width: 38px; height: 38px; }
  .process-stage h3 { font-size: 22px; }
  .process-stage p { font-size: 13px; }
  .process-stage ul { gap: 8px; margin-top: 15px; padding-top: 14px; }
  .process-stage li { font-size: 11px; }
  .process-pilot { grid-template-columns: 39px 1fr; gap: 13px; margin-top: 34px; padding: 20px 17px; }
  .process-pilot > span { width: 38px; height: 38px; }
  .process-pilot h3 { font-size: 19px; }
  .process-pilot p { font-size: 13px; }
  .process-pilot .button { grid-column: 1 / -1; width: 100%; margin-top: 4px; }

  .objection-item summary { padding: 18px 0; font-size: 16px; }
  .objection-item p { padding: 0 0 20px; font-size: 13px; }
  .voice-section, .voice-photo { min-height: 0; }
  .voice-photo { padding: 92px 0 86px; }
  .voice-demo { margin-top: 25px; }
  .pricing-section .journey-heading { margin-bottom: 32px; }
  .pricing-grid { gap: 16px; }
  .contact-funnel-section .section-intro { margin-bottom: 23px; }
  .team-cta-section { min-height: 430px; padding: 66px 15px; }
  .team-cta-content > div { gap: 13px; margin-top: 28px; }
  .team-cta-content .button { min-height: 46px; padding-inline: 16px; font-size: 11px; }
  .team-cta-content .text-arrow-link { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .diagnosis-card, .solution-card, .process-stage, .process-stage__marker, .process-track__rail i { transition: none; }
}

/* Aufbauphase der lokalen Vorschau. Die Seite bleibt als Hintergrund erkennbar, ist aber nicht bedienbar. */
body[data-homepage-entry-notice="true"].homepage-mode-is-open .homepage-mode-scrim {
  background: rgba(6,42,46,.33);
  backdrop-filter: blur(5px);
}
body[data-homepage-entry-notice="true"].homepage-mode-is-open .site-header,
body[data-homepage-entry-notice="true"].homepage-mode-is-open main,
body[data-homepage-entry-notice="true"].homepage-mode-is-open .site-footer,
body[data-homepage-entry-notice="true"].homepage-mode-is-open .skip-link { pointer-events: none; user-select: none; }
body[data-homepage-entry-notice="true"] .homepage-mode-dialog {
  width: min(calc(100% - 40px), 540px);
  padding: clamp(30px, 4.5vw, 42px);
}
body[data-homepage-entry-notice="true"] .homepage-mode-dialog h2 {
  max-width: 14ch;
  font-size: clamp(31px, 3.35vw, 42px);
  line-height: 1.05;
}
body[data-homepage-entry-notice="true"] .homepage-mode-dialog > p:not(.homepage-mode-dialog__overline) {
  max-width: 39ch;
  font-size: 15px;
  line-height: 1.55;
}
body[data-homepage-entry-notice="true"] .homepage-mode-dialog__actions {
  margin-top: 25px;
}
body[data-homepage-entry-notice="true"] .homepage-mode-dialog__actions .button { min-width: 178px; }
@media (max-width: 760px) {
  body[data-homepage-entry-notice="true"] .homepage-mode-dialog { width: min(calc(100% - 28px), 520px); padding: 31px 22px 23px; }
  body[data-homepage-entry-notice="true"] .homepage-mode-dialog h2 { max-width: 13ch; font-size: 30px; }
  body[data-homepage-entry-notice="true"] .homepage-mode-dialog__actions { display: grid; }
  body[data-homepage-entry-notice="true"] .homepage-mode-dialog__actions .button { width: 100%; }
}
