*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f7f4ef;color:#161616;line-height:1.6}.hero{background:linear-gradient(135deg,#050505,#1d1b16);color:white;min-height:560px;padding:24px}.nav{max-width:1120px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:16px}.brand{font-weight:800;color:#d7b35a;font-size:22px}.call-btn,.primary-btn{background:#d7b35a;color:#080808;text-decoration:none;padding:12px 18px;border-radius:999px;font-weight:800;display:inline-block}.hero-content{max-width:1120px;margin:110px auto 0}.eyebrow,.section-label{color:#d7b35a;text-transform:uppercase;font-weight:800;letter-spacing:.08em;font-size:13px}.hero h1{font-size:clamp(42px,7vw,76px);line-height:.95;margin:12px 0}.hero-text{font-size:20px;max-width:680px;color:#eee}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.secondary-btn{border:1px solid #d7b35a;color:#d7b35a;text-decoration:none;padding:12px 18px;border-radius:999px;font-weight:800}.section{max-width:1120px;margin:auto;padding:70px 24px}.section h2{font-size:clamp(30px,5vw,48px);margin:6px 0 26px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.service-card{background:white;border:1px solid #e8dcc1;border-radius:22px;padding:28px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.service-icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;background:#111;color:#d7b35a;font-weight:900;margin-bottom:18px}.service-card h3{font-size:28px;margin:0 0 8px}.dark-section{max-width:none;background:#111;color:white;text-align:center}.dark-section .wide-text{max-width:850px;margin:auto}.wide-text{font-size:18px;max-width:860px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:26px}.gallery-placeholder{min-height:210px;border:2px dashed #bba15a;border-radius:18px;background:#fffaf0;display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;color:#6d5b28;font-weight:800}.gallery-card{border-radius:18px;overflow:hidden;background:white;box-shadow:0 10px 30px rgba(0,0,0,.08)}.gallery-card img{width:100%;height:240px;object-fit:cover;display:block}.booking-form{display:grid;gap:16px;background:white;border-radius:22px;padding:24px;box-shadow:0 10px 30px rgba(0,0,0,.08)}label{display:grid;gap:6px;font-weight:700}input,select,textarea{width:100%;padding:13px;border:1px solid #d8d0c1;border-radius:10px;font:inherit}button{border:0;border-radius:999px;padding:15px;background:#111;color:#d7b35a;font-weight:900;font-size:16px;cursor:pointer}footer{text-align:center;background:#050505;color:white;padding:28px}footer a{color:#d7b35a}@media(max-width:650px){.nav{align-items:flex-start;flex-direction:column}.hero-content{margin-top:70px}.hero{min-height:520px}}