/*
Theme Name: Cyprus Property Media
Theme URI: https://example.com/
Author: OpenAI
Description: Luxury WordPress theme for real-estate photography, drone media, video and construction progress services in Cyprus.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: cpm
*/
:root{
  --bg:#0b0b0c;
  --surface:#141416;
  --text:#f6f3ec;
  --muted:#b7b2a8;
  --gold:#c8a96b;
  --white:#fff;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),92%);margin:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(11,11,12,.86);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:78px}
.brand{font-weight:800;letter-spacing:.08em}
.brand span{color:var(--gold)}
.menu{display:flex;gap:24px;align-items:center}
.menu a{font-size:.95rem;color:#ddd}
.menu a:hover{color:var(--gold)}
.btn{display:inline-block;padding:13px 20px;border:1px solid var(--gold);color:var(--gold);border-radius:999px;font-weight:700}
.btn.filled{background:var(--gold);color:#111}
.hero{min-height:88vh;display:grid;place-items:center;position:relative;background:
linear-gradient(rgba(0,0,0,.42),rgba(0,0,0,.72)),
url('assets/hero.jpg') center/cover no-repeat}
.hero-inner{max-width:900px;text-align:center;padding:80px 0}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;font-weight:800}
h1{font-size:clamp(2.7rem,7vw,6.6rem);line-height:.98;margin:.3em 0}
h2{font-size:clamp(2rem,4vw,3.7rem);line-height:1.1;margin:.2em 0 .55em}
h3{margin-top:0}
.lead{font-size:clamp(1.05rem,2vw,1.35rem);color:#ded9cf;max-width:720px;margin:0 auto 30px}
.actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
section{padding:100px 0}
.section-head{max-width:720px;margin-bottom:44px}
.muted{color:var(--muted)}
.grid{display:grid;gap:22px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--surface);border:1px solid rgba(255,255,255,.08);padding:28px;border-radius:18px}
.card .num{color:var(--gold);font-size:.8rem;letter-spacing:.16em}
.media-card{min-height:320px;position:relative;overflow:hidden;border-radius:18px;background:#222}
.media-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.media-card .overlay{position:absolute;inset:auto 0 0;padding:24px;background:linear-gradient(transparent,rgba(0,0,0,.9))}
.price{font-size:2.5rem;font-weight:800;color:var(--gold)}
.feature-list{padding:0;list-style:none}
.feature-list li{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.band{background:#efe8dc;color:#141414}
.band .muted{color:#57534c}
.contact-wrap{display:grid;grid-template-columns:1.2fr .8fr;gap:30px}
.contact-box{background:var(--surface);padding:30px;border-radius:18px}
.site-footer{padding:42px 0;border-top:1px solid rgba(255,255,255,.08);color:var(--muted)}
.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.wp-content{padding:80px 0}
@media(max-width:900px){
  .grid-3,.grid-2,.contact-wrap{grid-template-columns:1fr}
  .menu{display:none}
  section{padding:72px 0}
  .hero{min-height:78vh}
}
