.quote-modal{position:fixed;inset:0;margin:auto;width:min(920px,calc(100% - 2 * var(--space-4)));max-width:920px;max-height:min(92vh,920px);max-height:min(92dvh,920px);padding:0;border:1px solid var(--border);border-radius:var(--radius-lg,14px);background:var(--bg,#fff);color:var(--text);box-shadow:var(--shadow-lg);overflow:hidden}.quote-modal::backdrop{background:rgba(11,11,13,.55);backdrop-filter:blur(4px)}.quote-modal[open]{animation:quote-modal-in 220ms ease-out}@keyframes quote-modal-in{from{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.quote-modal__inner{display:flex;flex-direction:column;max-height:inherit;max-height:min(92vh,920px);max-height:min(92dvh,920px)}.quote-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding:var(--space-5)var(--space-6);border-bottom:1px solid var(--border);background:var(--surface,#fff);position:sticky;top:0;z-index:2}.quote-modal__eyebrow{margin:0 0 var(--space-1);font-family:var(--font-mono,ui-monospace,monospace);font-size:var(--fs-xs,.75rem);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--primary)}.quote-modal__title{margin:0;font-family:var(--font-heading);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;line-height:1.25;letter-spacing:-.02em}.quote-modal__lede{margin:var(--space-2)0 0;color:var(--text-muted);font-size:var(--fs-sm,.875rem);line-height:1.5;max-width:36rem}.quote-modal__close{appearance:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 2.5rem;width:2.5rem;height:2.5rem;margin:0;padding:0;border:1px solid var(--border);border-radius:var(--radius-pill,999px);background:var(--bg,#fff);color:var(--text-muted);cursor:pointer;transition:color var(--transition),border-color var(--transition),background-color var(--transition)}.quote-modal__close:hover{color:var(--text);border-color:var(--border-strong,var(--text))}.quote-modal__close:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.quote-modal__body{display:grid;grid-template-columns:minmax(0,.95fr)minmax(0,1.15fr);gap:0;overflow:auto;flex:auto;-webkit-overflow-scrolling:touch}.quote-modal__summary{padding:var(--space-5)var(--space-6);border-right:1px solid var(--border);background:color-mix(in srgb,var(--surface,#f7f7f7) 88%,var(--primary) 4%)}.quote-modal__summary-title{margin:0 0 var(--space-3);font-size:var(--fs-sm,.875rem);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.quote-modal__summary-pre{margin:0;padding:var(--space-4);max-height:18rem;overflow:auto;border:1px solid var(--border);border-radius:var(--radius,10px);background:var(--bg,#fff);color:var(--text);font-family:var(--font-mono,ui-monospace,monospace);font-size:.75rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.quote-modal__summary-total{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);margin:var(--space-4)0 0;padding-top:var(--space-4);border-top:1px solid var(--border);font-size:var(--fs-sm,.875rem);color:var(--text-muted)}.quote-modal__summary-total strong{font-size:1.125rem;font-weight:700;color:#2563eb;font-variant-numeric:tabular-nums}.quote-modal__form{padding:var(--space-5)var(--space-6)var(--space-6)}.quote-modal__form .form__textarea{min-height:9rem}.quote-modal__actions{margin-top:var(--space-2);flex-wrap:wrap;align-items:center;gap:var(--space-3)}.quote-modal__actions .btn{min-width:10rem}.quote-modal__turnstile{margin-top:var(--space-1);min-height:65px}@media(max-width:800px){.quote-modal{width:100%;max-width:none;height:100%;max-height:100%;margin:0;border-radius:0;border:0}.quote-modal__inner{max-height:100%;height:100%}.quote-modal__body{grid-template-columns:1fr}.quote-modal__summary{border-right:0;border-bottom:1px solid var(--border)}.quote-modal__summary-pre{max-height:10rem}.quote-modal__head,.quote-modal__summary,.quote-modal__form{padding-inline:var(--space-4)}}@media(prefers-reduced-motion:reduce){.quote-modal[open]{animation:none}}