/* Reusable hanging wardrobe. Foreground wording stays independent of the artwork. */
.chateau-dress-code{aspect-ratio:auto;overflow:visible;padding:5cqw 0 9cqw;color:#60432e}
.dress-heading{display:block;margin:0 7%;padding:0;border:0;text-align:center;background:none}
.dress-heading h2{color:#69472c}
.dress-formality{margin:3cqw 0 0;font:400 clamp(13px,3.2cqw,19px)/1.5 Georgia,serif;letter-spacing:.04em}
.dress-wardrobe{width:100%;margin:6cqw 0 0;transform-origin:50% 8%;aspect-ratio:3/2}
.dress-wardrobe img{display:block;width:100%;height:100%;object-fit:contain}
.dress-colours{margin:3cqw 8% 0;text-align:center}
.dress-colours h3{font:400 clamp(25px,6.6cqw,39px)/1.25 'Pinyon Script',Georgia,serif;margin:0 0 4cqw;color:#775636}
.dress-palette{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:start;gap:4cqw 2%;margin:0;padding:0}
.dress-palette li{flex:0 1 23%;min-width:0;display:flex;flex-direction:column;align-items:center;gap:2cqw;font:400 clamp(12px,3cqw,18px)/1.4 Georgia,serif;overflow-wrap:anywhere;text-wrap:balance}
.dress-swatch{position:relative;display:block;width:clamp(30px,9cqw,55px);aspect-ratio:1;border-radius:50%;background:linear-gradient(110deg,#ffffff30 0%,transparent 38%,#ffffff45 49%,#00000016 61%,transparent 80%),var(--fabric);box-shadow:inset 0 0 0 1px #ffffff66,0 0 0 3px #f3f0e9,0 0 0 4px #b597644d}
.dress-guidance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:7cqw 6% 0}
.dress-guidance article{padding:0 4cqw;min-width:0;text-align:center}
.dress-guidance article+article{border-left:1px solid #bd9e713d}
.dress-guidance h3{margin:0 0 2.5cqw;font:400 clamp(28px,7.6cqw,44px)/1.3 'Pinyon Script',Georgia,serif;color:#755334;overflow-wrap:anywhere}
.dress-guidance p{margin:0;font:400 clamp(14px,3.5cqw,21px)/1.65 Georgia,serif;color:#634b38;overflow-wrap:anywhere;text-wrap:pretty}
.dress-guidance.dress-guidance-shared{display:block;max-width:85%;margin-inline:auto}
.dress-guidance-shared article{padding:0}
.dress-finishing-note{font:italic clamp(14px,3.5cqw,20px)/1.6 Georgia,serif;text-align:center;text-wrap:balance;max-width:80%;margin:6cqw auto 0;color:#81664a;overflow-wrap:anywhere}
.dress-revealing .dress-wardrobe{animation:wardrobe-arrive 1.3s cubic-bezier(.2,.65,.2,1) both}
.dress-revealing .dress-swatch{animation:swatch-arrive .85s ease .3s both}
.dress-revealing .dress-palette li:nth-child(2) .dress-swatch{animation-delay:.4s}
.dress-revealing .dress-palette li:nth-child(3) .dress-swatch{animation-delay:.5s}
.dress-revealing .dress-palette li:nth-child(4) .dress-swatch{animation-delay:.6s}
@keyframes wardrobe-arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes swatch-arrive{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
@media(prefers-reduced-motion:reduce){.chateau-dress-code .dress-wardrobe,.chateau-dress-code .dress-swatch{animation:none!important}}
@media print{.dress-wardrobe,.dress-colours{break-inside:avoid}}
