.photo-board{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;min-height:420px}.photo-slot,.photo-plan-card,.photo-brief-card{position:relative;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,rgba(255,248,239,.96),rgba(241,223,202,.92));box-shadow:0 8px 26px rgba(68,42,24,.07);overflow:hidden}.photo-slot{min-height:168px;padding:18px;display:flex;flex-direction:column;justify-content:space-between}.photo-slot--large{grid-row:span 2;min-height:360px}.photo-slot__label,.photo-plan-card strong,.photo-brief-card strong{display:block;color:#3a2416;font-size:20px;font-weight:900}.photo-slot__note,.photo-plan-card p,.photo-brief-card p{color:var(--muted);margin:8px 0 0}.photo-slot__mark{display:inline-flex;width:fit-content;border-radius:999px;background:#fff;border:1px solid var(--line);padding:7px 10px;color:var(--wood);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.photo-plan-grid,.photo-brief-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo-plan-card,.photo-brief-card{padding:22px}.photo-plan-card:before,.photo-brief-card:before,.photo-slot:before{content:"";position:absolute;right:18px;bottom:18px;width:88px;height:54px;border-radius:14px;border:2px dashed rgba(111,70,40,.25);background:rgba(255,255,255,.4)}.photo-rule{border-left:4px solid var(--wood);background:#fff7ed;border-radius:0 18px 18px 0;padding:18px;color:var(--muted)}.hero__visual--plan{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.person-card--photo-plan:before{content:"Место для фото Ивана";display:grid;place-items:center;min-height:220px;margin-bottom:16px;border:2px dashed rgba(111,70,40,.28);border-radius:18px;background:linear-gradient(135deg,#fff8ef,#f1dfca);color:var(--wood);font-weight:900;text-align:center}.side-card--photo-plan>img{display:none}.side-card--photo-plan:before{content:attr(data-photo-slot);display:grid;place-items:center;min-height:220px;margin-bottom:16px;border:2px dashed rgba(111,70,40,.28);border-radius:18px;background:linear-gradient(135deg,#fff8ef,#f1dfca);color:var(--wood);font-weight:900;text-align:center;padding:18px}.portfolio-grid figure[data-photo-slot]:before{content:attr(data-photo-slot);display:grid;place-items:center;min-height:210px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff8ef,#f1dfca);color:var(--wood);font-weight:900;text-align:center;padding:18px}.portfolio-grid figure[data-photo-slot] img{display:none}@media(max-width:900px){.photo-board,.photo-plan-grid,.photo-brief-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.photo-board,.photo-plan-grid,.photo-brief-grid{grid-template-columns:1fr}.photo-slot--large{grid-row:auto;min-height:240px}}
