/* Ayamen R128 — content, accessibility, availability and placeholder project fixes */
:root{--ayamen-r128-blue:#0c436a;--ayamen-r128-orange:#f6921e;--ayamen-r128-cream:#f7f4ee}

/* R128 nav uses the same full Ayamen logo asset used elsewhere. Keep its aspect ratio. */
.header img.icon-logo,header img.icon-logo{width:auto!important;height:clamp(34px,3.05vw,46px)!important;max-width:158px!important;object-fit:contain!important;object-position:center!important}
@media(max-width:767px){.header img.icon-logo,header img.icon-logo{height:36px!important;max-width:126px!important}}

/* Destination rows: remove decorative direction arrows, not the accordion/toggle affordance. */
.ayr-destination-row::before,.ayr-destination-row::after,
.ayr-destinations .ayr-destination-row [class*="arrow"]{content:none!important;display:none!important}

/* Two-column availability / sold presentation. */
.ayr-availability-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(14px,2vw,28px);margin-top:clamp(18px,2.2vw,34px)}
.ayr-availability-column{border:1px solid color-mix(in srgb,var(--ayamen-r128-blue) 22%,transparent);padding:clamp(18px,2.4vw,32px);min-width:0;background:#fff;color:var(--ayamen-r128-blue)}
.ayr-availability-column h3{font:inherit;font-weight:700;margin:0 0 14px;color:var(--ayamen-r128-blue)}
.ayr-availability-column ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.ayr-availability-column li{border-top:1px solid rgba(12,67,106,.14);padding-top:8px;line-height:1.45}
.ayr-availability-column--sold h3{color:#6f7478}
@media(max-width:720px){.ayr-availability-columns{grid-template-columns:1fr}}

/* Floor plan copy is intentionally reduced to plan + plan key. */
.ayr-plan-key{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding:16px 0;border-top:1px solid rgba(12,67,106,.18);border-bottom:1px solid rgba(12,67,106,.18);color:var(--ayamen-r128-blue)}
.ayr-plan-key span{font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;opacity:.7}
.ayr-plan-key strong{font-size:clamp(1rem,1.4vw,1.35rem);font-weight:500;text-align:end}
.ayr-plan-placeholder{padding:clamp(28px,5vw,72px);background:#fff;color:var(--ayamen-r128-blue);border:1px solid rgba(12,67,106,.15)}
.ayr-plan-placeholder h3{margin:0 0 10px;color:inherit}.ayr-plan-placeholder p{margin:0;max-width:52ch;color:inherit}

/* Status for sold projects. */
.ayp-status--sold-out{background:#5e6468!important;color:#fff!important}


/* Contrast guard class is applied only when JS confirms a genuinely light opaque surface. */
.ayamen-r128-light-surface-text{color:var(--ayamen-r128-blue)!important}
.ayamen-r128-light-surface-text svg,.ayamen-r128-light-surface-text svg *{color:currentColor!important;stroke:currentColor}
.ayamen-r128-project-status{display:inline-flex;margin-top:.6rem;padding:.3rem .58rem;border:1px solid currentColor;font-size:.72rem;line-height:1.1;letter-spacing:.05em;text-transform:uppercase}
.ayamen-r128-project-status--sold{color:#74797d}
