/* RESPIROS FOTOGRAFICOS — CASA COLMEIA
 * Troca futura: substitua o conteudo do slot por <img src="..." alt="...">.
 * Os ids e data-image-slot identificam cada fotografia de forma permanente. */
.photo-breath{width:min(1180px,calc(100% - 48px));margin:clamp(72px,9vw,132px) auto}
.photo-placeholder{position:relative;isolation:isolate;overflow:hidden;display:grid;place-items:end start;min-height:430px;padding:clamp(24px,4vw,44px);border-radius:2px 72px 2px 72px;color:#6e4b3b;background:linear-gradient(118deg,rgba(255,250,242,.82),rgba(221,190,151,.34)),radial-gradient(circle at 78% 22%,rgba(210,167,95,.32) 0 11%,transparent 11.5%),linear-gradient(145deg,#efe3d1,#d8b995 58%,#b7aa8b);box-shadow:inset 0 0 0 1px rgba(91,57,42,.10)}
.photo-placeholder::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,transparent 60%,rgba(69,45,35,.08))}
.photo-placeholder img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover}
.photo-label{max-width:420px;padding:16px 18px;border-left:2px solid rgba(139,83,47,.45);background:rgba(255,250,242,.76);backdrop-filter:blur(8px)}
.photo-label small{display:block;margin-bottom:6px;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.photo-label span{font-family:Georgia,'Times New Roman',serif;font-size:clamp(18px,2.1vw,25px);line-height:1.3}
.photo-breath--wide .photo-placeholder{min-height:clamp(360px,42vw,560px)}
.photo-breath--band{width:100%;margin-block:clamp(72px,8vw,112px)}
.photo-breath--band .photo-placeholder{min-height:clamp(320px,32vw,470px);border-radius:0}
.photo-breath--split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.72fr);gap:clamp(34px,6vw,88px);align-items:center}
.photo-breath--split .photo-placeholder{min-height:600px;border-radius:72px 2px 72px 2px}
.photo-context h2{margin:0 0 20px;font:400 clamp(34px,4vw,56px)/1.02 Georgia,serif;color:#4e3329}
.photo-context p{max-width:540px;color:#75675e;line-height:1.8}
.photo-breath--sage .photo-placeholder{background:linear-gradient(120deg,rgba(251,247,239,.84),rgba(164,167,130,.28)),linear-gradient(145deg,#e8e1d2,#c2bfa6 58%,#8f967d)}
.photo-breath--rose .photo-placeholder{background:linear-gradient(120deg,rgba(255,250,242,.82),rgba(190,137,123,.22)),linear-gradient(145deg,#eee0d6,#d5b5a8 58%,#a98779)}
.photo-breath--honey .photo-placeholder{background:linear-gradient(120deg,rgba(255,250,242,.82),rgba(207,159,78,.27)),linear-gradient(145deg,#efe2cd,#d5b37a 58%,#a6804e)}
@media(max-width:760px){.photo-breath{width:min(100% - 32px,560px);margin-block:64px}.photo-breath--band{width:100%}.photo-breath--split{grid-template-columns:1fr;gap:30px}.photo-breath--split .photo-placeholder,.photo-placeholder{min-height:68vh;max-height:680px;border-radius:2px 42px 2px 42px}.photo-breath--band .photo-placeholder{min-height:58vh}.photo-label{max-width:92%}}
