h2{font-size:clamp(1.6rem,4vw,2rem);margin:2rem 0 1rem;position:relative;display:inline-block}h2:after{content:"";display:block;width:70px;height:2px;background:var(--accent);margin-top:8px}.hero-placeholder{width:100%;aspect-ratio:16/9;max-height:600px;background:linear-gradient(145deg,#d8d2c5,#c0b9ab);border-radius:24px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;color:#2c3e4e;font-size:clamp(1rem,3vw,1.6rem);font-weight:300;margin-bottom:1.8rem;text-align:center}.hero-placeholder i{font-size:clamp(2rem,6vw,3rem);color:var(--primary);opacity:.7;margin-right:.8rem}.hero-placeholder span{background:rgba(255,255,255,.5);backdrop-filter:blur(10px);padding:.8rem 1.5rem;border-radius:60px;font-family:"Playfair Display",serif}.expandable.expanded{max-height:2500px}@media (max-width:700px){.hero-placeholder{aspect-ratio:4/3}}