/* Homepage art direction; shared forms and legal pages retain site.css. */
.signature-hero { background: #fff; color: var(--brand-ink); overflow: clip; }
.signature-intro { padding-top: 16px; padding-bottom: 16px; }
.signature-eyeline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.signature-eyeline .kicker { color: var(--brand-blue-hover); }
.signature-eyeline > span { font-size: 12px; color: var(--brand-muted); }
.home-page .signature-intro h1 { max-width: none; font-size: 88px; line-height: 1.05; font-weight: 600; text-wrap: nowrap; }
.signature-intro h1 > span { font-weight: 700; color: var(--brand-blue); }
.signature-lead { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-top: 12px; }
.home-page .signature-lead > p { font-size: 20px; line-height: 1.4; font-weight: 400; }
.signature-lead strong { font-weight: 600; }
.signature-contact { display: flex; align-items: end; flex-direction: column; gap: 10px; }
.signature-questionnaire { display: inline-flex; align-items: center; gap: 10px; color: var(--brand-muted); font-size: 12px; }
.signature-questionnaire:hover { color: var(--brand-blue-hover); }
/* The project view combines the preview, project evidence and customer voice. */
.project-showcase { padding: 22px 0 0; border-top: 1px solid var(--brand-line); background: var(--brand-paper); color: var(--brand-ink); }
.showcase-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.home-page .showcase-heading h2 { font-size: 16px; line-height: 1.4; font-weight: 700; }
.showcase-heading > span { color: var(--brand-blue-hover); font-size: 12px; font-weight: 600; font-variant-numeric: tabular-nums; }
.showcase-selectors { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; margin-top: 8px; border-bottom: 1px solid #d4d7de; }
.showcase-selectors button { display: flex; align-items: center; gap: 14px; min-width: 0; min-height: 56px; padding: 12px 0; background: transparent; color: var(--brand-muted); border: 0; border-bottom: 2px solid transparent; cursor: pointer; font: 600 13px/1.4 "Manrope",sans-serif; text-align: left; transition: color 180ms, border-color 180ms; }
.showcase-selectors button:hover { color: var(--brand-ink); border-color: #b1b7c3; }
.showcase-selectors button[aria-selected="true"] { color: var(--brand-blue-hover); border-color: var(--brand-blue); }
.showcase-index { font-size: 11px; font-weight: 500; opacity: .8; }
.showcase-canvas { display: grid; padding-block: 28px; min-width: 0; gap: 48px; }
.showcase-panel { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: 40px; margin: 0; min-width: 0; align-items: center; }
.showcase-canvas.is-enhanced { gap: 0; }
.showcase-canvas.is-enhanced .showcase-panel { grid-area: 1 / 1; }
.showcase-canvas.is-enhanced .showcase-panel.is-inactive { visibility: hidden; pointer-events: none; }
.showcase-media { position: relative; min-width: 0; }
.showcase-image { display: block; cursor: zoom-in; }
.showcase-image > img { display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: contain; box-shadow: 0 10px 30px #11131b12; }
.showcase-panel.is-arriving .showcase-image > img { animation: project-arrive 400ms cubic-bezier(.2,.7,.3,1) both; }
@keyframes project-arrive { from { opacity: .3; clip-path: inset(0 0 12% 0); } to { opacity: 1; clip-path: inset(0); } }
.showcase-zoom { position: absolute; bottom: 12px; right: 12px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #cacdd3; border-radius: 50%; background: #fff; cursor: pointer; box-shadow: 0 2px 10px #11131b12; transition: background 180ms, border-color 180ms; }
.showcase-zoom:hover { background: #dfe6ff; border-color: var(--brand-blue); }
.project-details { display: flex; flex-direction: column; min-width: 0; align-self: stretch; }
.project-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.home-page .project-category { font-size: 11px; line-height: 1.5; color: var(--brand-muted); }
.project-heading .project-status { font-size: 11px; }
.home-page .project-details h3 { font-size: 29px; line-height: 1.2; font-weight: 600; text-wrap: wrap; }
.project-proof { display: grid; gap: 16px; margin: 22px 0; }
.project-proof > div { display: grid; gap: 4px; }
.project-proof dt { font-size: 11px; font-weight: 700; color: var(--brand-blue-hover); }
.project-proof dd { margin: 0; font-size: 14px; line-height: 1.65; color: #52565d; }
.project-voice { display: flex; align-items: center; gap: 12px; padding-block: 16px; border-top: 1px solid #d8dbe0; margin-top: auto; margin-bottom: 0; }
.project-voice > img:first-child { width: 40px; height: 40px; object-fit: cover; object-position: center 25%; border-radius: 50%; flex-shrink: 0; }
.project-voice > span { flex: 1; }
.project-voice q { display: block; font-size: 14px; font-weight: 600; line-height: 1.5; quotes: "„" "“"; }
.project-voice small { display: block; font-size: 11px; color: var(--brand-muted); margin-top: 5px; }
.voice-play { flex-shrink: 0; }
.project-voice:hover q, .project-voice:focus-visible q { color: var(--brand-blue-hover); }
.home-page .project-draft-note { margin-top: auto; padding-block: 16px; border-top: 1px solid #d8dbe0; color: var(--brand-muted); font-size: 12px; line-height: 1.6; }
.project-details .project-action { font-size: 13px; min-height: 48px; margin-top: 0; padding-block: 12px 0; }
.signature-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 16px; border-top: 1px solid #d4d7de; font-size: 12px; color: var(--brand-muted); }
.signature-bottom a { display: inline-flex; align-items: center; gap: 14px; font-weight: 600; color: var(--brand-ink); }
.signature-bottom .signature-questionnaire { color: var(--brand-muted); font-weight: 500; }
.project-dialog { width: min(1240px, calc(100% - 48px)); max-width: none; max-height: calc(100svh - 48px); padding: 0; border: 1px solid var(--brand-line); border-radius: 6px; background: #fff; color: var(--brand-ink); overscroll-behavior: contain; }
.project-dialog::backdrop { background: #101115c9; }
.project-dialog-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 24px; border-bottom: 1px solid var(--brand-line); }
.project-dialog-bar span { font-size: 11px; color: var(--brand-muted); }
.home-page .project-dialog-bar h2 { font-size: 22px; line-height: 1.3; margin-top: 4px; }
.dialog-close { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; background: var(--brand-paper); border: 0; border-radius: 50%; cursor: pointer; }
.dialog-close:hover { background: #dfe6ff; }
.project-dialog-content { background: #edeef0; }
.project-dialog-content > img { display: block; width: 100%; height: auto; }
.project-dialog.is-video { width: min(480px, calc(100% - 40px)); }
.project-dialog-content > video { display: block; width: 100%; max-height: calc(100svh - 180px); background: #111; }
body.has-project-dialog { overflow: hidden; }
.home-page .service { transition: border-color 200ms; }
.service::before { content: ""; position: absolute; left: 0; top: -1px; width: 100%; height: 3px; background: var(--brand-blue); transform: scaleX(0); transform-origin: left; transition: transform 300ms; }
.service:hover::before, .service:focus-within::before { transform: scaleX(1); }
.service-no { font-size: 18px; font-weight: 600; color: var(--brand-muted); top: 20px; }
.home-page .service > .kicker { padding-right: 40px; }
.home-page .service h3 { font-size: 31px; }
.testimonial-copy blockquote { font-size: 22px; font-weight: 600; }
.home-page .testimonial-copy h3 { font-size: 27px; }
.testimonial { scroll-margin-top: 110px; }
.process-steps li { position: relative; }
.process-steps li::before { content: ""; position: absolute; top: -1px; left: 0; width: 100%; height: 2px; background: var(--brand-blue); transform: scaleX(0); transform-origin: left; transition: transform 700ms 150ms; }
.process-steps li.entered::before { transform: scaleX(1); }
.home-page .people h2 { font-size: 58px; font-weight: 600; }
.people-list article { transition: border-color 200ms; }
.people-list article:hover { border-color: #8eaaff; }
.home-page .contact-heading h2 { font-weight: 600; }
.home-page .contact-heading h2 > span { font-weight: 700; }
.home-page .studio-header { background: #fff; }
.home-page .studio-header::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: var(--brand-blue); transform: scaleX(var(--page-read, 0)); transform-origin: left; pointer-events: none; }
.project-showcase [hidden], .project-dialog [hidden] { display: none !important; }
@media (min-width: 1450px) {
  .home-page .signature-intro h1 { font-size: 106px; }
}
@media (max-width: 1100px) {
  .home-page .signature-intro h1 { font-size: 76px; }
  .showcase-panel { grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 28px; }
  .showcase-selectors { gap: 16px; }
  .showcase-selectors button { font-size: 12px; gap: 10px; }
  .home-page .project-details h3 { font-size: 25px; }
  .home-page .service h3 { font-size: 27px; }
  .home-page .people h2 { font-size: 44px; }
}
@media (max-width: 860px) {
  .home-page .signature-intro h1 { font-size: 58px; text-wrap: wrap; }
  .home-page .signature-lead > p { font-size: 19px; }
  .showcase-selectors { gap: 12px; }
  .showcase-index { display: none; }
  .showcase-panel { grid-template-columns: minmax(0,1fr); grid-template-rows: auto 1fr; gap: 24px; align-items: start; }
  .project-proof > div { grid-template-columns: 95px 1fr; gap: 14px; }
}
@media (max-width: 600px) {
  .signature-intro { padding-block: 18px; }
  .signature-eyeline { margin-bottom: 10px; }
  .signature-eyeline > span { display: none; }
  .signature-eyeline .kicker { font-size: 11px; }
  .home-page .signature-intro h1 { font-size: 48px; line-height: 1.02; text-wrap: wrap; }
  .signature-intro h1 > span { display: block; }
  .signature-lead { align-items: start; flex-direction: column; gap: 12px; margin-top: 12px; }
  .home-page .signature-lead > p { font-size: 17px; }
  .signature-lead > p br { display: none; }
  .signature-contact { align-items: start; flex-direction: row; gap: 16px; }
  .signature-contact .studio-button { padding-inline: 14px; gap: 10px; font-size: 12px; min-height: 46px; }
  .project-showcase { padding-top: 18px; }
  .home-page .showcase-heading h2 { font-size: 15px; }
  .showcase-selectors { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; }
  .showcase-selectors button { min-height: 46px; padding: 10px 0; font-size: 12px; }
  .showcase-canvas { padding-block: 20px; }
  .showcase-panel { gap: 22px; }
  .project-heading { margin-bottom: 10px; }
  .home-page .project-details h3 { font-size: 27px; }
  .project-proof { gap: 14px; margin-block: 18px; }
  .project-proof > div { grid-template-columns: 80px 1fr; gap: 12px; }
  .project-proof dd { font-size: 14px; }
  .project-voice { gap: 10px; }
  .project-voice q { font-size: 14px; }
  .signature-bottom { padding-block: 16px; font-size: 12px; gap: 16px; }
  .signature-bottom .signature-questionnaire { font-size: 12px; }
  .signature-bottom a { gap: 7px; }
  .signature-bottom a img { flex-shrink: 0; }
  .project-dialog { width: calc(100% - 24px); max-height: calc(100svh - 24px); }
  .project-dialog-bar { padding: 14px 16px; gap: 12px; }
  .home-page .project-dialog-bar h2 { font-size: 18px; }
  .home-page .service h3 { font-size: 28px; }
  .testimonial-copy blockquote { font-size: 17px; }
  .home-page .testimonial-copy h3 { font-size: 23px; }
  .home-page .people h2 { font-size: 36px; }
}
@media (max-width: 370px) {
  .home-page .signature-intro h1 { font-size: 42px; }
  .signature-contact { gap: 10px; }
  .signature-contact .studio-button { font-size: 11px; padding-inline: 10px; }
  .home-page .project-details h3 { font-size: 24px; }
  .project-proof > div { display: block; }
  .project-proof dt { margin-bottom: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  .showcase-panel.is-arriving .showcase-image > img { animation: none; }
  .signature-hero *, .project-showcase *, .project-dialog * { transition: none !important; }
  .home-page .studio-header::after { display: none; }
}
