:root{
  --wine:#5b1730;
  --wine-dark:#3e0e20;
  --rose:#8f3855;
  --gold:#c8a45d;
  --cream:#fbf7f1;
  --soft:#f4ece6;
  --ink:#241b1d;
  --muted:#6f6265;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{font-family:"DM Sans",sans-serif;color:var(--ink);background:#fff;line-height:1.7}
h1,h2,h3,.navbar-brand{font-family:"Playfair Display",serif}
a{text-decoration:none}
.topbar{background:var(--wine-dark);color:#f9eee9;font-size:.84rem;padding:8px 0}
.topbar a{color:#fff}
.navbar{transition:.25s;padding:14px 0}
.navbar-brand{font-size:1.35rem;color:var(--wine)!important;display:flex;align-items:center;gap:10px}
.brand-mark{width:38px;height:38px;border:1px solid var(--gold);border-radius:50%;display:inline-grid;place-items:center;color:var(--gold);font-size:1.05rem}
.nav-link{font-weight:600;color:#3d3033!important;font-size:.94rem}
.nav-link:hover{color:var(--wine)!important}
.btn-primary{background:var(--wine);border-color:var(--wine)}
.btn-primary:hover{background:var(--wine-dark);border-color:var(--wine-dark)}
.btn-outline-primary{color:var(--wine);border-color:var(--wine)}
.btn-outline-primary:hover{background:var(--wine);border-color:var(--wine)}
.min-vh-75{min-height:78vh}
.hero-section{position:relative;min-height:78vh;background-image:url("https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=2000&q=90");background-size:cover;background-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(35,10,18,.86) 0%,rgba(46,16,28,.63) 52%,rgba(46,16,28,.12) 100%)}
.hero-section .container{z-index:1}
.hero-section h1{font-size:clamp(3rem,6vw,5.6rem);line-height:1.03;color:#fff;max-width:800px;margin:18px 0}
.hero-section h1 span{color:#e3c27a}
.hero-copy{color:#f8e9e5;font-size:1.12rem;max-width:660px}
.eyebrow,.section-kicker{letter-spacing:.16em;text-transform:uppercase;font-size:.76rem;font-weight:800}
.eyebrow{color:#e7c779}
.hero-points{display:flex;flex-wrap:wrap;gap:18px;color:#f9eeee;font-size:.88rem}
.hero-points i{color:#dfbd70;margin-right:5px}
.scroll-indicator{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);color:#fff;font-size:1.4rem}
.trust-strip{background:var(--wine);color:#fff;padding:17px 0}
.trust-strip div div{display:flex;justify-content:center;align-items:center;gap:9px;font-size:.87rem;font-weight:600}
.trust-strip i{color:#dfbd70}
.section-padding{padding:95px 0}
.about-section{background:var(--cream)}
.section-kicker{color:var(--rose)}
h2{font-size:clamp(2.25rem,4vw,3.45rem);line-height:1.12;margin:12px 0 20px}
.section-heading{max-width:700px}
.section-heading p,.about-section p,.experience-section p,.faq-section p{color:var(--muted)}
.image-frame{position:relative;padding:0 28px 28px 0}
.image-frame:after{content:"";position:absolute;right:0;bottom:0;width:72%;height:72%;border:1px solid var(--gold);z-index:0}
.image-frame img{width:100%;height:570px;object-fit:cover;position:relative;z-index:1}
.floating-card{position:absolute;z-index:2;bottom:0;left:0;background:#fff;padding:17px 22px;box-shadow:0 14px 40px rgba(44,15,27,.15)}
.floating-card strong,.floating-card small{display:block}
.floating-card strong{font-family:"Playfair Display";font-size:1.1rem;color:var(--wine)}
.floating-card small{color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.feature-grid>div{background:#fff;padding:20px;border:1px solid #eee2dc}
.feature-grid i{color:var(--gold);font-size:1.4rem;display:block;margin-bottom:8px}
.feature-grid strong{display:block;font-size:.96rem}
.feature-grid small{color:var(--muted)}
.services-section{background:#fff}
.service-card{height:100%;padding:34px 30px;border:1px solid #eadfda;background:#fff;transition:.3s;position:relative}
.service-card:hover{transform:translateY(-7px);box-shadow:0 18px 50px rgba(65,20,35,.1)}
.featured-service{background:var(--wine);color:#fff;border-color:var(--wine)}
.featured-service p{color:#eadfe2}
.service-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#f5e9e7;color:var(--wine);font-size:1.35rem;margin-bottom:22px}
.featured-service .service-icon{background:rgba(255,255,255,.13);color:#e6c578}
.service-card h3{font-size:1.65rem}
.service-card p{color:var(--muted);font-size:.94rem}
.service-card a{color:var(--wine);font-weight:700}
.featured-service a{color:#e6c578}
.experience-section{background:var(--cream)}
.process-list{margin-top:28px}
.process-list>div{display:flex;gap:18px;margin:20px 0}
.process-list>div>span{min-width:43px;height:43px;border-radius:50%;background:var(--wine);color:#fff;display:grid;place-items:center;font-weight:700;font-size:.8rem}
.process-list strong{font-family:"Playfair Display";font-size:1.2rem}
.process-list p{margin:2px 0 0}
.experience-collage{position:relative;min-height:550px}
.collage-main{position:absolute;right:0;top:0;width:78%;height:470px;object-fit:cover}
.collage-small{position:absolute;left:0;bottom:0;width:48%;height:250px;object-fit:cover;border:10px solid var(--cream)}
.cta-section{padding:40px 0;background:#fff}
.cta-box{background:linear-gradient(120deg,var(--wine),#7b2946);color:#fff;padding:42px 50px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta-box h2{margin-bottom:8px}
.cta-box p{margin:0;color:#f3dfe5}
.faq-section{background:#fff}
.custom-accordion .accordion-item{border:0;border-bottom:1px solid #e8ddda}
.custom-accordion .accordion-button{font-family:"Playfair Display";font-size:1.15rem;padding:22px 4px;box-shadow:none;background:#fff;color:var(--ink)}
.custom-accordion .accordion-button:not(.collapsed){color:var(--wine);background:#fff}
.custom-accordion .accordion-body{padding:0 4px 22px;color:var(--muted)}
.contact-section{background:var(--cream)}
.contact-info{padding-right:20px}
.contact-item{display:flex;gap:16px;margin:24px 0}
.contact-item>i{color:var(--gold);font-size:1.25rem}
.contact-item strong{display:block}
.contact-item p{margin:2px 0;color:var(--muted)}
.contact-item a{color:var(--wine);font-weight:700}
.contact-card{background:#fff;padding:35px;box-shadow:0 15px 50px rgba(58,17,30,.08)}
.form-label{font-weight:700;font-size:.87rem}
.form-control,.form-select{border:1px solid #e2d8d4;padding:13px 15px;border-radius:10px}
.form-control:focus,.form-select:focus{border-color:var(--rose);box-shadow:0 0 0 .2rem rgba(143,56,85,.12)}
.seo-keywords-section{padding:42px 0 55px;background:#fff}
.seo-keywords-box{background:#f8f1ec;border:1px solid #eadbd4;padding:38px}
.seo-keywords-box h2{font-size:2rem}
.seo-keywords-box p{color:var(--muted);max-width:850px}
.keyword-cloud{display:flex;flex-wrap:wrap;gap:9px}
.keyword-cloud span{padding:8px 13px;border-radius:100px;background:#fff;border:1px solid #e7d9d2;color:#624b52;font-size:.82rem}
.footer{background:#241318;color:#d9c9cd;padding:60px 0 20px}
.footer-brand{color:#fff!important}
.footer p{color:#bcaeb2;font-size:.9rem}
.footer h3{color:#fff;font-size:1.15rem}
.footer ul{padding:0;list-style:none}
.footer li{margin:7px 0}
.footer a{color:#d9c9cd}
.footer a:hover{color:#e3c27a}
.social-btn{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid #6e5059;border-radius:50%;color:#e3c27a!important}
.footer-bottom{border-top:1px solid #49343b;margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;gap:15px;font-size:.78rem;color:#9e8d92}
.floating-whatsapp{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:1.55rem;z-index:1000;box-shadow:0 10px 25px rgba(0,0,0,.2)}
.back-to-top{position:fixed;right:20px;bottom:88px;width:42px;height:42px;border:0;border-radius:50%;background:var(--wine);color:#fff;display:none;z-index:999}
@media(max-width:991.98px){
  .navbar-collapse{padding-top:15px}
  .hero-section{min-height:720px}
  .min-vh-75{min-height:720px}
  .image-frame img{height:480px}
  .experience-collage{min-height:470px}
  .cta-box{padding:35px;flex-direction:column;align-items:flex-start}
}
@media(max-width:767.98px){
  .topbar{font-size:.72rem}
  .topbar .container{justify-content:center!important}
  .topbar span{display:none}
  .hero-section{min-height:680px;background-position:58% center}
  .min-vh-75{min-height:680px}
  .hero-section h1{font-size:3rem}
  .hero-copy{font-size:1rem}
  .hero-points{gap:8px;flex-direction:column}
  .section-padding{padding:70px 0}
  .feature-grid{grid-template-columns:1fr}
  .image-frame{padding-right:15px;padding-bottom:15px}
  .image-frame img{height:420px}
  .experience-collage{min-height:390px}
  .collage-main{height:330px;width:82%}
  .collage-small{height:190px;width:52%}
  .seo-keywords-box{padding:28px 20px}
  .footer-bottom{flex-direction:column}
}
