:root{
  --green:#163629;
  --green2:#244638;
  --cream:#fcf8f3;
  --rose:#d27f8e;
  --rose2:#f4dfe2;
  --ink:#241e20;
  --muted:#766b70;
  --line:#eadfe0;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{max-width:1180px;margin:auto;padding:0 22px}

header{height:82px;background:#fffdfa;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}
.nav{height:100%;display:flex;align-items:center;justify-content:space-between;gap:14px}
.logo{width:74px;height:74px;object-fit:cover;border-radius:50%;flex-shrink:0}
.links{display:flex;gap:34px;font:16px Georgia,serif;align-items:center}
.links a{padding:29px 0 25px;border-bottom:3px solid transparent;white-space:nowrap}
.links a:hover,.links .active{color:#bd6372;border-bottom-color:var(--rose)}
.book{background:var(--rose);color:white;border-radius:999px;padding:15px 25px;font:700 16px Georgia,serif;box-shadow:0 8px 20px rgba(184,102,119,.25);flex-shrink:0}
.nav-right{display:flex;align-items:center;gap:16px}
.burger{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;flex-shrink:0}
.burger span{display:block;width:20px;height:2px;background:var(--ink);margin:5px auto}

.hero{height:550px;background:center/cover no-repeat;position:relative}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(22,54,41,.15),rgba(22,54,41,.55));display:flex;align-items:flex-end}
.hero-text{color:#fff;padding:0 0 40px;max-width:640px}
.hero-eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:800;color:var(--rose2)}
.hero-text h1{font:400 46px Georgia,serif;margin:10px 0}
.hero-text p{color:#eee;line-height:1.6;margin:0 0 18px}

.service-strip{background:#fff4f5;border-bottom:1px solid #f0e2e3}
.strip{display:grid;grid-template-columns:repeat(4,1fr);padding:15px 0}
.strip-item{display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid #e8d4d7}
.strip-item:last-child{border:0}
.circle{width:48px;height:48px;border-radius:50%;background:#f2d8dc;display:grid;place-items:center;color:#bd6372;font-size:22px}
.strip strong{font:17px Georgia,serif;display:block}
.strip small{color:var(--muted);font-size:13px}

.section{padding:62px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.22em;color:#b75e6c;font-size:12px;font-weight:800}
.section-top{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px;gap:20px}
.section h2{font:400 40px Georgia,serif;margin:5px 0}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.about-grid img{width:100%;height:340px;object-fit:cover;border-radius:22px;box-shadow:0 20px 40px rgba(40,25,27,.12)}
.about-copy p{color:var(--muted);line-height:1.7}
.about-list{list-style:none;padding:0;margin:18px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.about-list li{color:var(--ink);font:15px Georgia,serif}
.about-list li:before{content:"✓";color:var(--rose);margin-right:8px;font-weight:700}

.price-section{padding:70px 0;background:#fff}
.price-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:25px}
.price-head h2{font:400 42px Georgia,serif;margin:5px 0}
.price-head p{color:var(--muted);margin:0;line-height:1.6}
.price-book{background:var(--rose);color:#fff;border-radius:999px;padding:13px 21px;font-weight:700;white-space:nowrap}
.price-card{background:#fbf7f2;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 16px 40px rgba(40,25,27,.08);text-align:center}
.price-card img{width:100%;max-width:1050px;height:auto;display:block;margin:auto;border-radius:14px}

.gallery-actions{display:flex;gap:12px;flex-wrap:wrap}
.outline,.admin-link{border-radius:999px;padding:12px 19px;font-weight:700;display:inline-block}
.outline{border:1px solid #e2bfc5;color:#bd6372;background:white}
.admin-link{background:var(--green);color:white}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:15px}
.filter{border:1px solid #e4d5d7;background:white;border-radius:999px;padding:9px 18px;cursor:pointer;font:14px Arial,sans-serif}
.filter.active{background:var(--rose);color:white;border-color:var(--rose)}
.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}
.photo{height:170px;border-radius:7px;overflow:hidden;background:#eee}
.photo img{width:100%;height:100%;object-fit:cover;display:block}
.empty,.gallery-loading{grid-column:1/-1;padding:50px;text-align:center;border:1px dashed #d9c8ca;border-radius:15px;color:var(--muted);background:white}

.contact{background:#fff0f2;padding:45px 0}
.contact-grid{display:grid;grid-template-columns:1.05fr 1.5fr 1.15fr;gap:25px;align-items:center}
.contact h2{font:400 42px Georgia,serif;margin:6px 0}
.contact p{color:var(--muted);line-height:1.6}
.details{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.detail{display:flex;gap:12px;align-items:flex-start}
.detail-link{display:flex;gap:12px;align-items:flex-start;transition:opacity .15s}
.detail-link:hover{opacity:.75}
.detail .ico{width:38px;height:38px;border-radius:50%;background:var(--rose);color:white;display:grid;place-items:center;flex-shrink:0}
.detail b{font:15px Georgia,serif}
.detail span{display:block;color:var(--muted);font-size:14px;margin-top:4px}
.map{height:180px;border:0;border-radius:10px;width:100%;background:#ddd}

footer{background:var(--green);color:white;padding:32px 0}
.foot{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.foot-logo{width:70px;height:70px;object-fit:cover;border-radius:50%;display:block;background:#fbf7f3}
.footlinks{display:flex;gap:22px;font:14px Georgia,serif;flex-wrap:wrap}
.social{display:flex;gap:14px;font-size:18px}
.social a{color:#fff;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.12);font-weight:700}
.social a:hover{background:rgba(255,255,255,.24)}
.copy{font-size:12px;color:#c7d0cb;width:100%;text-align:center;margin-top:10px}

.booking{padding:70px 0;background:white}
.booking-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:30px}
.info{background:var(--green);color:white;border-radius:24px;padding:32px}
.info h3{font:400 31px Georgia,serif;margin:8px 0}
.info p{color:#dbe5df;line-height:1.6}
.checks{list-style:none;padding:0}
.checks li{margin:13px 0}
.checks li:before{content:"✓";color:#e7a6b0;margin-right:9px}
.form{border:1px solid var(--line);border-radius:24px;padding:30px;background:#fff}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.field{display:flex;flex-direction:column;gap:7px}
.full{grid-column:1/-1}
label{font-size:11px;letter-spacing:.1em;font-weight:800;color:var(--muted);text-transform:uppercase}
input,select,textarea{padding:13px;border:1px solid #ddd1d3;border-radius:11px;font:inherit;width:100%}
.submit{border:0;background:var(--rose);color:white;border-radius:999px;padding:14px;width:100%;font-weight:800;cursor:pointer;font-size:15px}
.submit:disabled{opacity:.6;cursor:not-allowed}
.summary{background:#fbf2f3;padding:14px;border-radius:12px;margin:15px 0}
.summary-row{display:flex;justify-content:space-between;margin:5px 0}
.form-error{color:#a54d5b;background:#fbe6e9;border-radius:10px;padding:10px 14px;margin:0 0 14px;font-size:14px;display:none}
.form-error.show{display:block}

.modal{position:fixed;inset:0;background:rgba(23,19,22,.67);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}
.modal.show{display:flex}
.modalbox{background:white;border-radius:22px;padding:30px;max-width:450px;width:100%;text-align:center}
.done{border:0;background:var(--rose);color:white;border-radius:999px;padding:11px 22px;font-weight:700;cursor:pointer;font-size:14px}

.whatsapp-fab{position:fixed;bottom:22px;right:22px;width:58px;height:58px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 10px 25px rgba(0,0,0,.25);z-index:60;font-size:26px}

@media(max-width:900px){
  .links{gap:16px}
  .strip{grid-template-columns:1fr 1fr}
  .gallery{grid-template-columns:repeat(3,1fr)}
  .contact-grid,.booking-grid,.about-grid{grid-template-columns:1fr}
  .about-grid img{height:260px}
}

@media(max-width:620px){
  .price-head{display:block}
  .price-book{display:inline-block;margin-top:15px}
  .price-card{padding:8px;border-radius:16px}
  header{height:70px}
  .logo{width:54px;height:54px}
  .burger{display:block}
  .links{
    display:flex;flex-direction:column;gap:0;position:absolute;top:70px;left:0;right:0;
    background:#fffdfa;border-bottom:1px solid var(--line);padding:6px 22px 14px;
    box-shadow:0 12px 20px rgba(40,25,27,.08);max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s ease;
  }
  .links.open{max-height:420px;opacity:1}
  .links a{padding:12px 0;border-bottom:1px solid var(--line);width:100%}
  .book{padding:11px 16px;font-size:14px}
  .hero{height:430px}
  .hero-text h1{font-size:32px}
  .strip-item{justify-content:flex-start;padding:10px}
  .gallery{grid-template-columns:1fr 1fr}
  .photo{height:145px}
  .section-top{display:block}
  .gallery-actions{margin-top:15px}
  .details,.form-grid,.about-list{grid-template-columns:1fr}
  .full{grid-column:auto}
  .contact h2,.section h2{font-size:30px}
  .foot{flex-direction:column;text-align:center}
  .footlinks{justify-content:center}
  .whatsapp-fab{width:50px;height:50px;bottom:16px;right:16px}
}
