:root{
  --ink:#202131;
  --muted:#6f7282;
  --pink:#ff4e91;
  --orange:#ff875b;
  --cream:#fff8f3;
  --line:#ece8ef;
  --card:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Nunito",system-ui,sans-serif;
  color:var(--ink);
  background:#fffdfa;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.topbar{
  width:min(1180px,calc(100% - 28px));
  height:72px;
  margin:16px auto 0;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:sticky;top:12px;z-index:50;
  border:1px solid rgba(236,232,239,.9);
  border-radius:22px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(15px);
  box-shadow:0 12px 34px rgba(40,34,52,.08)
}
.brand{display:flex;align-items:center;gap:10px;font-family:"Baloo 2";font-size:22px}
.logo{
  width:38px;height:38px;border-radius:13px;display:grid;place-items:center;
  background:linear-gradient(145deg,var(--pink),var(--orange));color:#fff;font-weight:900
}
.brand em{font-style:normal;color:var(--pink);margin-left:4px}
nav{display:flex;gap:8px}
nav a{padding:9px 12px;border-radius:12px;font-weight:900;font-size:14px}
nav a:hover{background:#fff0f6}

main{width:min(1180px,calc(100% - 28px));margin:auto}
.hero{
  padding:72px 18px 72px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:54px;
  align-items:center
}
.kicker{
  display:inline-block;
  color:#bd4175;
  font-size:12px;font-weight:900;letter-spacing:2px;margin-bottom:13px
}
h1,h2{font-family:"Baloo 2";margin:0;line-height:1}
h1{font-size:clamp(54px,6.7vw,86px);letter-spacing:-3px}
.hero p{font-size:19px;line-height:1.7;color:var(--muted);max-width:620px;margin:22px 0 28px}
.hero-actions,.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  min-height:50px;padding:0 20px;border-radius:15px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:900;transition:.2s
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--pink);color:#fff;box-shadow:0 12px 28px rgba(255,78,145,.25)}
.btn-light{background:#fff;border:1px solid var(--line)}
.badges{display:flex;gap:16px;flex-wrap:wrap;margin-top:26px;font-size:13px;color:#666a78;font-weight:800}

.hero-gallery{
  min-height:550px;position:relative;
  background:linear-gradient(145deg,#fff0f6,#fff6df);
  border-radius:34px;
  overflow:hidden;
}
.hero-gallery img{
  position:absolute;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 20px 48px rgba(52,43,61,.18);
  border:6px solid #fff
}
.g1{width:48%;height:64%;left:7%;top:8%;transform:rotate(-4deg)}
.g2{width:43%;height:48%;right:6%;top:10%;transform:rotate(5deg)}
.g3{width:45%;height:43%;right:10%;bottom:5%;transform:rotate(-2deg)}

.categories{padding:70px 0}
.section-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:30px}
.section-title h2,.cta h2{font-size:clamp(40px,5vw,58px);letter-spacing:-1.5px}
.section-title p{margin:10px 0 0;color:var(--muted)}
.search{
  width:260px;height:48px;border:1px solid var(--line);border-radius:15px;
  background:#fff;display:flex;align-items:center;gap:9px;padding:0 14px
}
.search span{font-size:23px;color:#8a8496}
.search input{width:100%;border:0;outline:0;background:transparent;font:inherit}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{
  background:#fff;border:1px solid var(--line);border-radius:25px;overflow:hidden;
  box-shadow:0 10px 30px rgba(40,34,52,.06);
  transition:.22s
}
.card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(40,34,52,.12)}
.card-image{aspect-ratio:4/3;overflow:hidden;background:#f5f2f5;position:relative}
.card-image img{width:100%;height:100%;object-fit:cover;transition:.25s}
.card:hover .card-image img{transform:scale(1.035)}
.tag{
  position:absolute;top:14px;left:14px;background:rgba(255,255,255,.92);
  border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:1.4px
}
.card-body{padding:21px}
.card-body h3{font-family:"Baloo 2";font-size:27px;line-height:1.05;margin:0}
.card-body p{margin:8px 0 16px;color:var(--muted);line-height:1.5;font-size:14px}
.card-link{font-weight:900;color:#c44379;font-size:13px}
.empty{text-align:center;padding:40px;color:var(--muted)}

.photo-strip{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 82px
}
.photo-strip img{
  width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:22px;border:1px solid var(--line)
}

.cta{
  padding:48px;border-radius:32px;background:linear-gradient(115deg,#2a2638,#393044);
  color:#fff;display:flex;justify-content:space-between;align-items:center;gap:32px;margin-bottom:44px
}
.cta p{color:#cbc5d3;max-width:650px;line-height:1.6}
.kicker.light{color:#ff94bd}
.btn-white{background:#fff;color:#292437}
.btn-outline{color:#fff;border:1px solid rgba(255,255,255,.35)}

footer{
  width:min(1180px,calc(100% - 28px));
  margin:auto;padding:8px 0 40px;color:#8c8695;font-size:13px;
  display:flex;justify-content:space-between;gap:20px
}

@media(max-width:900px){
  .hero{grid-template-columns:1fr}
  .hero-gallery{min-height:500px}
  .grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .topbar{height:64px}
  nav a:first-child{display:none}
  .hero{padding:52px 4px}
  h1{font-size:52px;letter-spacing:-2px}
  .hero-gallery{min-height:390px}
  .section-title{flex-direction:column;align-items:stretch}
  .search{width:100%}
  .grid{grid-template-columns:1fr}
  .photo-strip{grid-template-columns:repeat(2,1fr)}
  .cta{padding:30px 24px;flex-direction:column;align-items:flex-start}
  footer{flex-direction:column}
}


.cta-actions-wrap{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
}
.address-link{
  color:#d9d4df;
  font-size:14px;
  font-weight:800;
  text-align:right;
  line-height:1.5;
}
.address-link:hover{color:#fff;text-decoration:underline}

@media(max-width:620px){
  .cta-actions-wrap{align-items:flex-start}
  .address-link{text-align:left}
}


.source-status{
  display:inline-block;
  margin-left:8px;
  padding:4px 8px;
  border-radius:999px;
  background:#f2eef3;
  color:#777081;
  font-size:11px;
  font-weight:900;
  vertical-align:middle;
}
.source-status.live{
  background:#e8f8ef;
  color:#267447;
}
.missing-image{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#fff0f6,#fff8df);
  color:#9b8490;
  font-weight:900;
}
