:root{
    --bg:#0b0c10;
    --panel:#0f1117;
    --panel2:#111525;
    --text:#f3f4f6;
    --muted:#b8bcc7;
    --muted2:#8b90a0;
    --brand:#c96867;
    --brand2:#e3a7a6;
    --line:rgba(255,255,255,.10);
    --shadow: 0 18px 50px rgba(0,0,0,.55);
    --shadow2: 0 10px 30px rgba(201,104,103,.18);
    --radius: 18px;
    --radius2: 26px;
    --max: 1160px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    background:
            radial-gradient(1100px 500px at 70% -10%, rgba(201,104,103,.22), transparent 60%),
            radial-gradient(900px 500px at 10% 0%, rgba(227,167,166,.12), transparent 55%),
            linear-gradient(180deg, #07080c 0%, var(--bg) 40%, #07080c 100%);
    color:var(--text);
    font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    overflow-x:hidden;
}

a{color:inherit}
img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}

/* Accessibility */
.skip{
    position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{
    left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
    background:#111; border:1px solid var(--line); border-radius:12px; z-index:9999;
}
:focus-visible{outline: 2px solid var(--brand); outline-offset: 3px; border-radius:12px}

/* Header */
.header{
    position:fixed; inset:0 0 auto 0; z-index:1000;
    background: rgba(11,12,16,.65);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner{
    height:72px;
    display:flex; align-items:center; justify-content:space-between;
    gap:14px;
}
.brand{
    display:flex; align-items:center; gap:10px; text-decoration:none;
    font-weight:800; letter-spacing:.14em;
}
.brand-mark{
    width:34px; height:34px; border-radius:12px;
    background:
            radial-gradient(circle at 30% 30%, rgba(255,255,255,.22), transparent 50%),
            linear-gradient(135deg, rgba(201,104,103,1), rgba(227,167,166,.75));
    box-shadow: var(--shadow2);
}
.brand span{
    font-size:.95rem;
    color: var(--text);
}
.nav{
    display:none;
    gap:18px;
    align-items:center;
    color: var(--muted);
    font-weight:600;
    font-size:.95rem;
}
.nav a{
    text-decoration:none;
    padding:10px 10px;
    border-radius:12px;
    transition: background .2s ease, color .2s ease;
}
.nav a:hover{
    background: rgba(201,104,103,.10);
    color: var(--text);
}
.actions{display:flex; gap:10px; align-items:center}

.btn{
    display:inline-flex; align-items:center; justify-content:center;
    gap:10px;
    padding:12px 14px;
    border-radius: 14px;
    border:1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: var(--text);
    text-decoration:none;
    font-weight:800;
    letter-spacing:.02em;
    transition: transform .15s ease, background .15s ease, border-color .15s ease;
    user-select:none;
}
.btn:hover{transform: translateY(-1px); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.09)}
.btn-primary{
    border-color: rgba(201,104,103,.35);
    background: linear-gradient(135deg, rgba(201,104,103,1), rgba(227,167,166,.78));
    box-shadow: var(--shadow2);
    color:#0b0c10;
}
.btn-primary:hover{background: linear-gradient(135deg, rgba(227,167,166,.90), rgba(201,104,103,1))}
.btn-ghost{
    background: transparent;
}

.chip{
    display:inline-flex; align-items:center; gap:8px;
    padding:8px 10px;
    border-radius: 999px;
    border:1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.06);
    color: var(--muted);
    font-weight:700;
    font-size:.85rem;
    width:max-content;
}
.dot{
    width:8px; height:8px; border-radius:99px;
    background: var(--brand);
    box-shadow: 0 0 0 4px rgba(201,104,103,.18);
}

/* Hero */
.hero{
    padding-top: 110px;
    padding-bottom: 56px;
    position:relative;
}
.hero-grid{
    display:grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items:stretch;
}
.hero-card{
    border:1px solid rgba(255,255,255,.10);
    background:
            radial-gradient(900px 420px at 20% -20%, rgba(201,104,103,.25), transparent 60%),
            linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    border-radius: var(--radius2);
    box-shadow: var(--shadow);
    overflow:hidden;
}
.hero-content{
    padding: 26px 22px;
}
.kicker{
    display:flex; gap:10px; flex-wrap:wrap; align-items:center;
    margin-bottom: 14px;
}
h1{
    margin: 10px 0 10px 0;
    font-family: "Playfair Display", serif;
    font-weight:700;
    letter-spacing:.01em;
    line-height:1.05;
    font-size: clamp(2.2rem, 5vw, 3.6rem);
}
.lead{
    color: var(--muted);
    font-size: 1.05rem;
    line-height:1.7;
    max-width: 56ch;
    margin: 0 0 18px 0;
}
.hero-ctas{
    display:flex; flex-wrap:wrap; gap:10px;
    margin-top: 10px;
}
.trustbar{
    display:grid;
    grid-template-columns: 1fr;
    gap:10px;
    margin-top: 18px;
}
.trust-item{
    display:flex; gap:12px; align-items:flex-start;
    padding: 14px 14px;
    border-radius: 16px;
    border:1px solid rgba(255,255,255,.10);
    background: rgba(17,21,37,.30);
}
.trust-ico{
    width:34px; height:34px; border-radius: 14px;
    background: rgba(201,104,103,.12);
    border:1px solid rgba(201,104,103,.28);
    display:flex; align-items:center; justify-content:center;
    flex: 0 0 auto;
}
.trust-ico svg{width:18px; height:18px; fill: var(--brand)}
.trust-item b{display:block; margin-bottom:2px}
.trust-item span{color: var(--muted2); font-weight:600; font-size:.92rem}

.hero-media{
    position:relative;
    min-height: 240px;
    background:
            radial-gradient(500px 220px at 20% 20%, rgba(255,255,255,.10), transparent 55%),
            linear-gradient(135deg, rgba(201,104,103,.20), rgba(17,21,37,.40)),
            url("img/b.jpg");
    background-size: cover;
    background-position: center;
    border-radius: var(--radius2);
    border:1px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow);
    overflow:hidden;
}
.hero-media::after{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(11,12,16,.25) 0%, rgba(11,12,16,.85) 100%);
}
.hero-media-inner{
    position:absolute; inset:auto 16px 16px 16px; z-index:1;
    display:flex; flex-wrap:wrap; gap:10px; align-items:center; justify-content:space-between;
}
.pill{
    display:inline-flex; align-items:center; gap:10px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(11,12,16,.60);
    border: 1px solid rgba(255,255,255,.12);
    color: var(--text);
    font-weight:800;
}
.pill small{color: var(--muted); font-weight:700}

/* Sections */
section{padding: 64px 0}
.section-head{
    display:flex; align-items:flex-end; justify-content:space-between; gap:18px;
    margin-bottom: 18px;
}
.eyebrow{
    color: var(--brand2);
    font-weight:900;
    letter-spacing:.18em;
    text-transform:uppercase;
    font-size:.78rem;
}
.h2{
    font-family:"Playfair Display", serif;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    margin: 8px 0 0 0;
    line-height:1.12;
}
.sub{
    color: var(--muted);
    line-height:1.7;
    margin: 10px 0 0 0;
    max-width: 70ch;
    font-weight:600;
}

.grid-3{
    display:grid;
    grid-template-columns: 1fr;
    gap:14px;
    margin-top: 20px;
}
.card{
    border:1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.card h3{margin:10px 0 6px 0; font-size:1.05rem}
.card p{margin:0; color: var(--muted); line-height:1.7; font-weight:600}

.icon{
    width:42px; height:42px; border-radius: 16px;
    background: rgba(201,104,103,.12);
    border:1px solid rgba(201,104,103,.28);
    display:flex; align-items:center; justify-content:center;
}
.icon svg{width:20px; height:20px; fill: var(--brand)}

/* Services */
.services{
    background: radial-gradient(900px 380px at 80% 0%, rgba(201,104,103,.14), transparent 55%);
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.pricing{
    display:grid;
    grid-template-columns: 1fr;
    gap:14px;
    margin-top: 20px;
}
.price-card{
    position:relative;
    overflow:hidden;
    border-radius: var(--radius);
    border:1px solid rgba(255,255,255,.12);
    background:
            radial-gradient(500px 220px at 10% -10%, rgba(201,104,103,.20), transparent 60%),
            rgba(17,21,37,.28);
    padding: 18px;
    box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.price-card::before{
    content:"";
    position:absolute; inset:-30% -40% auto auto;
    width:240px; height:240px;
    background: radial-gradient(circle, rgba(201,104,103,.18), transparent 60%);
    transform: rotate(20deg);
}
.price-top{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; position:relative}
.price-title{margin:0; font-weight:900; letter-spacing:.02em}
.badge{
    display:inline-flex; align-items:center; gap:8px;
    padding: 8px 10px;
    border-radius: 999px;
    font-size:.82rem;
    font-weight:900;
    background: rgba(201,104,103,.16);
    border:1px solid rgba(201,104,103,.30);
    color: var(--brand2);
    white-space:nowrap;
}
.amount{
    margin: 10px 0 2px 0;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing:-.02em;
}
.meta{
    color: var(--muted2);
    font-weight:700;
    font-size:.9rem;
    margin:0 0 12px 0;
}
.list{
    margin: 0;
    padding: 0;
    list-style:none;
    display:grid;
    gap:10px;
    color: var(--muted);
    font-weight:650;
    position:relative;
}
.list li{display:flex; gap:10px; align-items:flex-start}
.tick{
    width:18px; height:18px; border-radius: 999px;
    background: rgba(201,104,103,.16);
    border:1px solid rgba(201,104,103,.30);
    display:inline-flex; align-items:center; justify-content:center;
    flex: 0 0 auto;
    margin-top:2px;
}
.tick svg{width:12px; height:12px; fill: var(--brand2)}
.price-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px; position:relative}

/* Gallery */
.gallery-grid{
    display:grid;
    grid-template-columns: 1fr;
    gap:12px;
    margin-top: 20px;
}
.shot{
    position:relative;
    border-radius: 18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
    cursor:pointer;
    min-height: 220px;
}
.shot img{
    width:100%; height:100%;
    object-fit: cover;
    filter: saturate(1.06) contrast(1.02);
    transform: scale(1.01);
    transition: transform .25s ease;
}
.shot:hover img{transform: scale(1.06)}
.shot .cap{
    position:absolute; inset:auto 12px 12px 12px;
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(11,12,16,.62);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    font-weight:900;
    display:flex; align-items:center; justify-content:space-between; gap:10px;
}
.shot .cap small{color: var(--muted); font-weight:700}

/* Testimonials */
.quotes{
    display:grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
}
.quote{
    border-radius: var(--radius);
    border:1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.05);
    padding: 18px;
}
.quote p{margin:0; color: var(--text); line-height:1.7; font-weight:650}
.quote footer{
    margin-top: 12px;
    color: var(--muted);
    font-weight:800;
    display:flex; align-items:center; justify-content:space-between; gap:10px;
}
.stars{letter-spacing:.12em; color: var(--brand2)}

/* FAQ */
details{
    border:1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
    border-radius: 16px;
    padding: 14px 14px;
}
summary{
    cursor:pointer;
    font-weight:900;
    color: var(--text);
    list-style:none;
    display:flex; align-items:center; justify-content:space-between; gap:12px;
}
summary::-webkit-details-marker{display:none}
details p{color: var(--muted); line-height:1.75; font-weight:650; margin: 10px 0 0 0}

.faq-grid{display:grid; gap:12px; margin-top:20px}

/* Contact */
.contact-wrap{
    display:grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
}
.contact-card{
    border-radius: var(--radius);
    border:1px solid rgba(255,255,255,.10);
    background: rgba(17,21,37,.25);
    padding: 18px;
    overflow:hidden;
}
.rows{display:grid; gap:10px; margin-top: 10px}
.row{
    display:flex; align-items:flex-start; justify-content:space-between; gap:12px;
    padding: 12px 12px;
    border-radius: 14px;
    border:1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
}
.row b{display:block}
.row span{color: var(--muted); font-weight:650}
.row a{color: var(--text); font-weight:900; text-decoration:none}
.map{
    border:0; width:100%; min-height: 320px;
    border-radius: 18px;
    filter: grayscale(.2) contrast(1.02);
}

/* Footer */
.footer{
    padding: 28px 0 88px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    color: var(--muted);
}
.footer-inner{
    display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:12px;
}
.footer a{text-decoration:none; font-weight:900}

/* Sticky mobile bar */
.stickybar{
    position:fixed; inset:auto 12px 12px 12px;
    z-index:1100;
    display:flex; gap:10px;
    padding: 10px;
    border-radius: 18px;
    border:1px solid rgba(255,255,255,.10);
    background: rgba(11,12,16,.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 18px 50px rgba(0,0,0,.55);
}
.stickybar a{flex:1}

/* Modal */
.modal{
    position:fixed; inset:0;
    background: rgba(0,0,0,.86);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:2000;
    padding: 18px;
}
.modal.open{display:flex}
.modal-card{
    max-width: 980px;
    width: 100%;
    border-radius: 18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    background: #0b0c10;
    box-shadow: var(--shadow);
}
.modal-top{
    display:flex; align-items:center; justify-content:space-between; gap:12px;
    padding: 12px 12px;
    border-bottom:1px solid rgba(255,255,255,.10);
    color: var(--muted);
    font-weight:850;
}
.xbtn{
    appearance:none; border:1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: var(--text);
    border-radius: 12px;
    padding: 10px 12px;
    font-weight:900;
    cursor:pointer;
}
.xbtn:hover{background: rgba(255,255,255,.09)}
.modal-card img{width:100%; height: auto; display:block}

/* Desktop */
@media (min-width: 860px){
    .nav{display:flex}
    .hero-grid{grid-template-columns: 1.12fr .88fr; gap: 18px}
    .hero-content{padding: 34px 34px}
    .trustbar{grid-template-columns: 1fr 1fr}
    .grid-3{grid-template-columns: repeat(3, 1fr)}
    .pricing{grid-template-columns: repeat(2, 1fr)}
    .gallery-grid{grid-template-columns: repeat(3, 1fr)}
    .quotes{grid-template-columns: repeat(3, 1fr)}
    .contact-wrap{grid-template-columns: 1fr 1fr}
    .stickybar{display:none}
}

@media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto}
    .btn{transition:none}
    .shot img{transition:none}
}