
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600;700&display=swap');

:root{
  --wine:#5b2638;
  --wine-dark:#3d1826;
  --gold:#b48a4a;
  --cream:#fbf7f1;
  --ivory:#fffdf9;
  --blush:#ead8d2;
  --text:#30252a;
  --muted:#74686d;
  --white:#fff;
  --border:#eadfd9;
  --shadow:0 15px 45px rgba(61,24,38,.10);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans",sans-serif;color:var(--text);background:var(--ivory);line-height:1.7}
img{width:100%;display:block;object-fit:cover}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,92%);margin:auto}
header{position:sticky;top:0;z-index:100;background:rgba(255,253,249,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{display:flex;align-items:center;gap:10px}
.logo img{width:58px;height:58px;object-fit:contain}
.logo-text{line-height:1}
.logo-text strong{font:600 27px "Playfair Display",serif;letter-spacing:1px;color:var(--wine)}
.logo-text span{display:block;font:italic 17px "Playfair Display",serif;color:var(--gold);margin-top:3px}
nav ul{display:flex;list-style:none;gap:30px}
nav a{font-size:14px;font-weight:500;color:var(--text);transition:.25s}
nav a:hover,nav a.active{color:var(--wine)}
.nav-icons{display:flex;gap:14px;font-size:18px;color:var(--wine)}
.menu{display:none;font-size:25px}

.hero{min-height:650px;background:linear-gradient(90deg,rgba(251,247,241,.98) 0%,rgba(251,247,241,.82) 45%,rgba(251,247,241,.08) 75%),url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1800&q=85") center/cover}
.hero-content{padding:145px 0 110px;max-width:590px}
.eyebrow{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--wine);font-weight:600;margin-bottom:18px}
h1,h2,h3{font-family:"Playfair Display",serif;line-height:1.2}
h1{font-size:clamp(45px,6vw,76px);color:var(--wine-dark);margin-bottom:22px}
h2{font-size:42px;color:var(--wine-dark);margin-bottom:16px}
h3{font-size:24px;color:var(--wine)}
.lead{font-size:18px;color:var(--muted);max-width:560px}
.btn{display:inline-block;margin-top:28px;padding:13px 25px;background:var(--wine);color:#fff;font-size:13px;font-weight:600;letter-spacing:.5px;border:1px solid var(--wine);transition:.25s}
.btn:hover{background:var(--wine-dark);transform:translateY(-2px)}
.btn.light{background:transparent;color:var(--wine)}
.section{padding:90px 0}
.section-head{text-align:center;max-width:680px;margin:0 auto 45px}
.section-head .eyebrow{margin-bottom:10px}
.section-head p{color:var(--muted)}
.features{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.feature{text-align:center;padding:32px 20px;border-right:1px solid var(--border)}
.feature:last-child{border-right:0}
.feature .icon{font-size:27px;color:var(--gold);margin-bottom:10px}
.feature h3{font-size:18px;margin-bottom:5px}
.feature p{font-size:13px;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--border);overflow:hidden;box-shadow:0 8px 25px rgba(61,24,38,.05)}
.card img{height:310px}
.card-body{padding:18px;text-align:center}
.card-body h3{font-size:20px;margin-bottom:5px}
.card-body p{font-size:13px;color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.split-img{height:530px}
.checks{margin-top:25px;display:grid;gap:12px}
.checks div{font-size:15px}.checks span{color:var(--gold);margin-right:9px}
.banner{padding:85px 0;background:linear-gradient(90deg,rgba(61,24,38,.82),rgba(61,24,38,.45)),url("https://images.unsplash.com/photo-1525507119028-ed4c629a60a3?auto=format&fit=crop&w=1800&q=85") center/cover;color:#fff;text-align:center}
.banner h1{color:#fff;font-size:55px}
.banner p{color:#f4e9e7}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service{padding:35px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}
.service .number{font:600 14px "DM Sans";color:var(--gold);letter-spacing:2px}
.service h3{margin:12px 0 8px}.service p{font-size:14px;color:var(--muted)}
.service a{display:inline-block;margin-top:18px;font-size:13px;color:var(--wine);font-weight:600}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.gallery img{height:350px;transition:.35s}.gallery a{overflow:hidden}.gallery a:hover img{transform:scale(1.04)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px}
.contact-info{display:grid;gap:20px;margin-top:25px}
.contact-item{display:flex;gap:15px}.contact-item .ci{font-size:22px;color:var(--gold)}
.contact-item strong{display:block;color:var(--wine);font-size:14px}.contact-item span{font-size:14px;color:var(--muted)}
form{background:#fff;padding:35px;border:1px solid var(--border);box-shadow:var(--shadow)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
label{font-size:13px;font-weight:600;color:var(--wine);display:block;margin-bottom:7px}
input,textarea,select{width:100%;padding:13px 14px;border:1px solid var(--border);font:14px "DM Sans";outline:none;background:#fffdfb}
input:focus,textarea:focus,select:focus{border-color:var(--gold)}
textarea{min-height:135px;resize:vertical}
.form-group{margin-bottom:18px}
footer{background:var(--wine-dark);color:#f8eee9;padding:55px 0 20px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}
footer .logo-text strong{color:#fff} footer .logo-text span{color:#d6af76}
footer p,footer a{color:#d9c9cc;font-size:13px}
footer h3{font-family:"DM Sans";font-size:14px;color:#fff;margin-bottom:15px}
footer ul{list-style:none;display:grid;gap:8px}
.copyright{border-top:1px solid rgba(255,255,255,.15);margin-top:40px;padding-top:18px;display:flex;justify-content:space-between;font-size:12px;color:#cdbdc0}

@media(max-width:900px){
  nav ul{gap:16px}.cards{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}
  .service-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .nav{height:72px}.menu{display:block}.nav-icons{display:none}nav{display:none}
  .hero{min-height:590px;background:linear-gradient(90deg,rgba(251,247,241,.96),rgba(251,247,241,.65)),url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1000&q=80") center/cover}
  .hero-content{padding:110px 0 80px}h1{font-size:48px}h2{font-size:35px}
  .features{grid-template-columns:1fr 1fr}.feature:nth-child(2){border-right:0}.feature:nth-child(3),.feature:nth-child(4){border-top:1px solid var(--border)}
  .split,.contact-grid{grid-template-columns:1fr;gap:35px}.split-img{height:400px}
  .service-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery img{height:250px}
  .form-row{grid-template-columns:1fr}.banner h1{font-size:42px}
}
@media(max-width:430px){
  .cards{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}
  .copyright{flex-direction:column;gap:7px}.logo img{width:48px;height:48px}.logo-text strong{font-size:23px}
}
