/* Small first-party preferences and product viewer. */
.contact-details .contact-email { grid-column: 1 / -1; }
.mobile-contact-bar a:only-child { grid-column: 1 / -1; }
.monumente-modal-open { overflow: hidden; }
.privacy-banner[hidden], .google-map [hidden] { display: none; }
.privacy-banner { position: fixed; inset: auto 20px 20px; z-index: 120; max-width: 760px; margin-inline: auto; padding: 24px; background: var(--paper); color: var(--ink); border: 1px solid var(--bronze); box-shadow: 0 8px 48px #0005; }
.privacy-banner h2, .privacy-dialog h2 { font-family: var(--serif); font-size: 28px; margin: 0 0 12px; }
.privacy-banner p, .privacy-dialog p { margin: 0 0 16px; line-height: 1.55; }
.privacy-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.privacy-actions button, .map-preferences { border: 1px solid var(--bronze); background: var(--paper); color: var(--ink); padding: 12px 16px; font: 600 15px/1.3 var(--sans); min-height: 46px; cursor: pointer; }
.privacy-actions button:hover, .map-preferences:hover { background: var(--paper-2); }
.privacy-banner a, .privacy-dialog a, .google-map a { color: inherit; text-decoration: underline; }
.privacy-settings-link { font: inherit; text-align: start; color: inherit; cursor: pointer; background: transparent; border: 0; padding: 8px 0; text-decoration: underline; min-height: 44px; }
.footer-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 24px; padding-top: 16px; }
.footer-legal a { color: inherit; }
.privacy-dialog { padding: 0; max-width: min(580px,calc(100vw - 24px)); max-height: calc(100dvh - 32px); border: 1px solid var(--bronze); background: var(--paper); color: var(--ink); overflow: auto; }
.privacy-dialog::backdrop, .product-lightbox::backdrop { background: #000b; }
.privacy-dialog-inner { padding: 24px; }
.privacy-close { display: block; margin: 0 0 12px auto; min-width: 44px; min-height: 44px; background: transparent; border: 1px solid var(--line); color: inherit; font: inherit; cursor: pointer; }
.privacy-option { padding-block: 16px; border-top: 1px solid var(--line); }
.privacy-option label { display: flex; gap: 12px; align-items: center; font-weight: 600; min-height: 44px; }
.privacy-option input { width: 22px; height: 22px; accent-color: var(--bronze); }
.privacy-option p { margin-top: 8px; }
.google-map { position: relative; min-height: 350px; border: 1px solid var(--line); background: var(--paper-2); }
.google-map iframe { display: block; width: 100%; height: 350px; border: 0; }
.map-placeholder { min-height: 350px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; padding: 30px; }
.map-placeholder p { margin: 0; max-width: 48ch; }
.map-placeholder strong { font: 400 27px/1.2 var(--serif); }
.product-lightbox { border: 0; padding: 16px; background: transparent; width: min(1200px,96vw); max-width: 96vw; max-height: 96dvh; overflow: auto; }
.product-lightbox figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.product-lightbox img { object-fit: contain; width: auto; max-width: 100%; height: auto; max-height: calc(96dvh - 100px); background: #101211; }
.product-lightbox button { align-self: flex-end; min-height: 44px; padding: 10px 18px; background: #fff; color: #171918; border: 1px solid #aaa; font: 600 16px/1.3 var(--sans); cursor: pointer; }
.privacy-actions button:focus-visible,.privacy-close:focus-visible,.privacy-settings-link:focus-visible,.map-preferences:focus-visible,.product-lightbox button:focus-visible { outline: 3px solid var(--bronze); outline-offset: 3px; }
@media(max-width:800px) {
 .mobile-contact-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 0 0 env(safe-area-inset-bottom); background: var(--line); }
 .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 12px 6px; white-space: nowrap; font-size: 15px; }
 .mobile-contact-bar .mobile-whatsapp { background: #176741; color: #fff; }
 .mobile-contact-bar svg { width: 22px; height: 22px; flex: 0 0 auto; }
 .privacy-banner { inset: auto 12px calc(68px + env(safe-area-inset-bottom)); padding: 18px; max-height: calc(100dvh - 100px); overflow: auto; }
 .privacy-actions button { flex: 1 1 120px; }
 .privacy-dialog-inner { padding: 18px; }
 .map-placeholder { padding: 20px; }
}

.legal-page { max-width: 82ch; padding-block: 150px 80px; line-height: 1.7; }
.legal-page h1 { font: 400 clamp(36px,5vw,60px)/1.12 var(--serif); margin: 0 0 40px; }
.legal-content h2 { font: 400 30px/1.25 var(--serif); margin: 40px 0 16px; }
.legal-content p { margin: 0 0 18px; overflow-wrap: anywhere; }
.legal-content a { color: inherit; text-decoration: underline; }
@media(max-width:800px) { .legal-page { padding-block: 120px 60px; } }
.product-gallery { align-content: start; }
