.viewer-layout{margin-bottom:58px}
.coffin-palette{max-width:1184px;margin:0 auto 88px;padding:38px;border:1px solid var(--linka);border-radius:22px;background:#fdfbf7}
.palette-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:28px}
.palette-heading h2{margin:11px 0 0;font-size:clamp(29px,4vw,46px);font-weight:400;line-height:1.12}
.palette-heading p{flex:none;margin:0;color:var(--mut);font:13px/1.5 system-ui,sans-serif}
.palette-heading strong{display:block;margin-top:4px;color:#5d5279}
.color-swatches{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.color-swatches button{display:grid;grid-template-columns:36px 30px 1fr;align-items:center;gap:8px;min-width:0;padding:8px;border:1px solid #ded7ce;border-radius:12px;background:#fff;color:#4d463f;text-align:left;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}
.color-swatches button:hover,.color-swatches button:focus-visible{border-color:#5d5279;box-shadow:0 5px 18px rgba(93,82,121,.12);outline:none;transform:translateY(-1px)}
.color-swatches button[aria-pressed="true"]{border-color:#5d5279;box-shadow:0 0 0 2px rgba(93,82,121,.18)}
.color-swatches span{width:36px;height:36px;border:1px solid rgba(72,61,50,.13);border-radius:50%;background:var(--swatch);box-shadow:inset 0 0 0 3px rgba(255,255,255,.36)}
.color-swatches b{color:#8d806f;font:700 10px system-ui,sans-serif}
.color-swatches small{overflow:hidden;color:#514a43;font:600 10px/1.25 system-ui,sans-serif}
.palette-note{margin:22px 0 0;color:var(--mut);font:12px/1.7 system-ui,sans-serif}
@media(max-width:1050px){.color-swatches{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.coffin-palette{margin-left:28px;margin-right:28px}.palette-heading{align-items:start;flex-direction:column;gap:14px}}
@media(max-width:650px){.color-swatches{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.viewer-layout{margin-bottom:42px}.coffin-palette{margin:0 12px 62px;padding:26px 16px;border-radius:16px}.palette-heading h2{font-size:31px}.color-swatches{gap:8px}.color-swatches button{grid-template-columns:32px 23px 1fr;gap:5px;padding:7px 6px}.color-swatches span{width:32px;height:32px}.color-swatches small{font-size:9px}}
