/* AZARCO Properties — cookie consent. Drawn in the site's own tokens (midnight ground, ivory ink,
   copper action, Manrope + Cormorant, square 2px corners) with literal fallbacks, because /review
   names its tokens differently. Every rule is scoped under .azc-consent and sets the properties a
   page's bare element rules (button{}, input{}, label{}, h2{}, a{}) would otherwise leak in. */
.azc-consent{position:fixed;left:24px;right:24px;bottom:24px;z-index:1000;margin:0 auto;max-width:1120px;
  font-family:var(--sans,'Manrope',system-ui,-apple-system,'Segoe UI',sans-serif);color:#F7F4EE;
  -webkit-font-smoothing:antialiased;text-align:left;line-height:1.6}
.azc-consent[hidden]{display:none}
.azc-consent[data-mode="manage"]{max-width:620px}
.azc-consent .azc-panel{background:var(--midnight,#102C35);border:1px solid rgba(247,244,238,.14);border-top:2px solid var(--copper,#B36E49);
  border-radius:2px;box-shadow:0 18px 50px rgba(16,44,53,.34);padding:20px 24px}
.azc-consent .azc-banner{display:flex;align-items:center;gap:28px}
.azc-consent .azc-text{margin:0;font-size:13.5px;line-height:1.65;color:rgba(247,244,238,.84);max-width:none}
.azc-consent .azc-banner .azc-text{flex:1 1 auto;min-width:0}
.azc-consent .azc-text strong{color:#F7F4EE;font-weight:700}
.azc-consent .azc-text em{font-style:normal;color:#F7F4EE}
.azc-consent a{color:#dabfa8;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(218,191,168,.45);white-space:nowrap}
.azc-consent a:hover{color:#F7F4EE;border-bottom-color:#F7F4EE}
.azc-consent .azc-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}
/* Reject all and Accept all share this one rule: refusing must look exactly as easy as agreeing. */
.azc-consent .azc-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:44px;margin:0;
  padding:0 20px;border:1.5px solid var(--copper,#B36E49);border-radius:2px;background:var(--copper,#B36E49);color:#F7F4EE;
  font-family:inherit;font-size:12.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;line-height:1;
  white-space:nowrap;cursor:pointer;box-shadow:none;transition:background .2s,border-color .2s,color .2s}
.azc-consent .azc-btn:hover{background:#9d5d3b;border-color:#9d5d3b}
.azc-consent .azc-btn.azc-primary{background:#F7F4EE;border-color:#F7F4EE;color:var(--midnight,#102C35)}
.azc-consent .azc-btn.azc-primary:hover{background:#fff;border-color:#fff}
.azc-consent .azc-link{display:inline-flex;align-items:center;width:auto;min-height:44px;margin:0 6px 0 0;padding:0 4px;border:0;border-radius:0;
  background:none;color:#dabfa8;font-family:inherit;font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:none;
  text-decoration:underline;text-underline-offset:4px;text-decoration-color:rgba(218,191,168,.5);cursor:pointer;white-space:nowrap}
.azc-consent .azc-link:hover{color:#F7F4EE}
.azc-consent .azc-btn:focus-visible,.azc-consent .azc-link:focus-visible,.azc-consent a:focus-visible,
.azc-consent input:focus-visible+.azc-sw{outline:2px solid #dabfa8;outline-offset:3px}
.azc-consent .azc-title{margin:0 0 8px;font-family:var(--serif,'Cormorant Garamond',Georgia,serif);font-size:28px;font-weight:500;
  line-height:1.1;letter-spacing:0;color:#F7F4EE;outline:none}
.azc-consent .azc-cats{list-style:none;margin:16px 0 18px;padding:0;display:grid;gap:8px}
.azc-consent .azc-cats li{margin:0;padding:0}
.azc-consent .azc-cat{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0;padding:13px 16px;
  border:1px solid rgba(247,244,238,.14);border-radius:2px;background:rgba(247,244,238,.04);cursor:pointer;
  font-size:13px;font-weight:400;color:inherit;text-align:left}
.azc-consent .azc-cat-t{display:grid;gap:2px;min-width:0}
.azc-consent .azc-cat-t b{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#F7F4EE}
.azc-consent .azc-cat-t span{font-size:13px;line-height:1.55;color:rgba(247,244,238,.72)}
/* The real checkbox stays in the tab order and the accessibility tree; .azc-sw only draws it. */
.azc-consent .azc-cat input{position:absolute;right:16px;top:50%;width:40px;height:22px;margin:-11px 0 0;padding:0;border:0;opacity:0;cursor:pointer}
.azc-consent .azc-cat input:disabled{cursor:default}
.azc-consent .azc-sw{pointer-events:none;position:relative;flex:0 0 auto;width:40px;height:22px;border-radius:11px;background:rgba(247,244,238,.22);transition:background .2s}
.azc-consent .azc-sw::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#F7F4EE;transition:transform .2s}
.azc-consent input:checked+.azc-sw{background:var(--copper,#B36E49)}
.azc-consent input:checked+.azc-sw::after{transform:translateX(18px)}
.azc-consent input:disabled+.azc-sw{opacity:.55}
.azc-consent .azc-manage .azc-actions{justify-content:flex-start;flex-wrap:wrap}
@media (max-width:900px){
  .azc-consent .azc-banner{flex-direction:column;align-items:stretch;gap:14px}
  .azc-consent .azc-banner .azc-actions{justify-content:flex-end}
}
/* Phone: a full-width sheet on the bottom edge, the two choices side by side. */
@media (max-width:760px){
  .azc-consent,.azc-consent[data-mode="manage"]{left:0;right:0;bottom:0;max-width:none}
  .azc-consent .azc-panel{border-left:0;border-right:0;border-bottom:0;padding:16px 16px calc(16px + env(safe-area-inset-bottom));
    max-height:88vh;overflow-y:auto;-webkit-overflow-scrolling:touch}
  .azc-consent .azc-text{font-size:13px}
  .azc-consent .azc-actions,.azc-consent .azc-banner .azc-actions,.azc-consent .azc-manage .azc-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .azc-consent .azc-link{grid-column:1/-1;order:3;justify-content:center;min-height:40px;margin:0}
  .azc-consent .azc-btn{width:100%;padding:0 10px}
  .azc-consent .azc-btn.azc-primary{grid-column:1/-1}
  .azc-consent .azc-title{font-size:25px}
  .azc-consent .azc-cat{padding:12px 14px}
}
@media (prefers-reduced-motion:reduce){.azc-consent .azc-btn,.azc-consent .azc-sw,.azc-consent .azc-sw::after{transition:none}}
@media print{.azc-consent{display:none}}
