:root{
  --bg:#f7f1e8;
  --paper:#f6f1e8;
  --text:#1d1d1b;
  --muted:#5f5b56;
  --green:#5ea658;
  --deepgreen:#1d4f3c;
  --red:#c74436;
  --red-dark:#a23328;
  --line:#ddd0bf;
  --shadow:0 12px 32px rgba(0,0,0,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',sans-serif;color:var(--text);background:var(--bg);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.dl-container{width:min(1180px, calc(100% - 40px));margin:0 auto}
.dl-main{overflow:hidden}

.dl-site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(12,12,11,.35);backdrop-filter:blur(10px);transition:.3s ease;border-bottom:1px solid rgba(255,255,255,.08)}
.dl-site-header.scrolled{background:rgba(12,12,11,.88)}
.dl-header-row{display:flex;align-items:center;gap:18px;min-height:96px}
.dl-brand{display:flex;align-items:center;gap:14px;color:#fff;min-width:240px}
.dl-brand-mark{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d34c3f,#ffffff 55%,#56a050);display:grid;place-items:center;font-size:18px;box-shadow:0 4px 12px rgba(0,0,0,.25)}
.dl-brand-text strong{display:block;font-family:'Cormorant Garamond',serif;font-size:28px;line-height:1;letter-spacing:.03em}
.dl-brand-text small{display:block;font-size:12px;opacity:.86;margin-top:4px}
.dl-nav{margin-left:auto}
.dl-nav .menu{display:flex;gap:30px;list-style:none;margin:0;padding:0;align-items:center}
.dl-nav a{color:#fff;font-weight:500;font-size:14px;opacity:.95}
.dl-nav a:hover{color:#f7d2bf}
.dl-header-cta{background:var(--red);padding:12px 20px;border-radius:999px;color:#fff;font-weight:700;box-shadow:0 10px 20px rgba(199,68,54,.28)}
.dl-header-cta:hover{background:var(--red-dark)}
.dl-mobile-toggle{display:none;margin-left:auto;background:transparent;border:0;padding:6px;cursor:pointer}
.dl-mobile-toggle span{display:block;width:26px;height:2px;background:#fff;margin:6px 0}

.dl-hero,.dl-highlight,.dl-contact-section{position:relative;background-size:cover;background-position:center}
.dl-parallax{background-attachment:fixed}
.dl-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;color:#fff}
.dl-hero-overlay,.dl-highlight-overlay,.dl-contact-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.78) 0%, rgba(8,8,8,.55) 45%, rgba(8,8,8,.45) 100%)}
.dl-hero-grid,.dl-highlight-grid,.dl-contact-grid{position:relative;z-index:1}
.dl-hero-grid{display:grid;grid-template-columns:1.1fr .6fr;gap:40px;align-items:center}
.dl-kicker{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:800;letter-spacing:.28em;color:#a44639;text-transform:uppercase;margin-bottom:14px}
.dl-kicker:after{content:'';display:block;width:70px;height:1px;background:currentColor;opacity:.6}
.dl-kicker.light{color:#f0e6d4}
.dl-hero h1,.dl-about-copy h2,.dl-section-head h2,.dl-highlight h2,.dl-contact-info h2,.entry-title{font-family:'Cormorant Garamond',serif;line-height:.95;margin:0 0 18px;font-weight:700}
.dl-hero h1{font-size:clamp(52px, 8vw, 106px);letter-spacing:.02em}
.dl-hero p{font-size:24px;max-width:560px;line-height:1.4;color:#f8efe7}
.dl-hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:34px 0}
.dl-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 26px;border-radius:999px;font-weight:700;transition:.25s ease;border:1px solid transparent}
.dl-btn.primary{background:var(--red);color:#fff;box-shadow:0 12px 24px rgba(199,68,54,.25)}
.dl-btn.primary:hover{background:var(--red-dark);transform:translateY(-1px)}
.dl-btn.secondary{color:#fff;border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.08)}
.dl-btn.secondary:hover{background:rgba(255,255,255,.16)}
.dl-btn.full{width:100%}
.dl-feature-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:28px;font-size:14px;color:#f9f1e9}
.dl-feature-row span{display:flex;align-items:center;gap:10px}
.dl-feature-row span:before{content:'✦';font-size:12px;color:#9bd17c}
.dl-hero-side-note{justify-self:end;max-width:300px;font-family:'Cormorant Garamond',serif;font-size:42px;line-height:1.1;color:#f6ebdf;text-align:right;font-style:italic}

.dl-section{padding:90px 0}
.dl-paper{background:linear-gradient(180deg,#f9f5ef 0%,#f5efe5 100%)}
.dl-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.dl-about-copy h2{font-size:64px;color:#18231e}
.dl-about-copy p{font-size:17px;color:var(--muted)}
.dl-sign{margin-top:26px;font-family:'Cormorant Garamond',serif;font-size:48px;color:#7e3d2d;font-style:italic}
.dl-collage{position:relative;min-height:500px}
.dl-collage figure{margin:0;position:absolute;background:#fff;padding:10px;border-radius:10px;box-shadow:var(--shadow)}
.dl-collage img{width:100%;height:100%;object-fit:cover;border-radius:6px}
.dl-collage .big{left:0;top:40px;width:52%;height:370px;transform:rotate(-5deg)}
.dl-collage .small.top{right:0;top:0;width:42%;height:220px;transform:rotate(5deg)}
.dl-collage .small.bottom{right:18px;bottom:20px;width:44%;height:220px;transform:rotate(-3deg)}

.dl-section-head{margin-bottom:34px}
.dl-section-head.center{text-align:center}
.dl-section-head.between{display:flex;justify-content:space-between;align-items:end;gap:25px}
.dl-section-head h2{font-size:62px;color:#20211c}
.dl-gallery-note{font-family:'Cormorant Garamond',serif;font-size:34px;font-style:italic;color:#884f3e;text-align:right}

.dl-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.dl-menu-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.dl-menu-card img{height:180px;width:100%;object-fit:cover}
.dl-menu-card-inner{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.dl-menu-card h3{margin:0 0 16px;font-family:'Cormorant Garamond',serif;font-size:32px;line-height:1}
.dl-card-list{display:grid;gap:10px;flex:1}
.dl-card-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;font-size:15px;color:#2b2a28;border-bottom:1px dotted rgba(0,0,0,.08);padding-bottom:6px}
.dl-card-row .name{font-weight:500}
.dl-card-row .price{font-weight:700}
.dl-card-link{margin-top:18px;color:#a53f34;font-weight:700}

.dl-highlight{padding:110px 0;color:#fff}
.dl-highlight-grid{display:grid;grid-template-columns:1fr .8fr;gap:40px;align-items:center}
.dl-highlight h2{font-size:72px;color:#fff;max-width:640px}
.dl-highlight p{max-width:600px;font-size:18px;color:#f0e5da}
.dl-highlight-quote{justify-self:end;max-width:280px;font-family:'Cormorant Garamond',serif;font-size:42px;line-height:1.2;color:#fff3ea;text-align:right;font-style:italic}

.dl-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.dl-gallery-grid figure{margin:0;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.dl-gallery-grid img{width:100%;height:250px;object-fit:cover;display:block}

.dl-contact-section{padding:95px 0;color:#fff}
.dl-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}
.dl-contact-info h2{font-size:62px;color:#fff;max-width:460px}
.dl-info-block{margin-bottom:24px}
.dl-info-block strong{display:block;font-size:18px;margin-bottom:6px}
.dl-info-block span{display:block;color:#e8ebe8}
.dl-contact-form-wrap{background:rgba(24,61,49,.78);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.16);padding:26px;border-radius:24px;box-shadow:var(--shadow)}
.dl-alert{padding:14px 16px;border-radius:14px;margin-bottom:16px;font-weight:600}
.dl-alert.success{background:#dff5e3;color:#14532d}
.dl-alert.error{background:#fde4e4;color:#8b1d1d}
.dl-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.dl-contact-form input,.dl-contact-form select,.dl-contact-form textarea{width:100%;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.08);color:#fff;font-size:15px;outline:none}
.dl-contact-form input::placeholder,.dl-contact-form textarea::placeholder{color:rgba(255,255,255,.78)}
.dl-contact-form textarea{min-height:130px;grid-column:1 / -1;resize:vertical}
.dl-contact-form option{color:#111}

.dl-site-footer{background:#0d1110;color:#dfe6df;padding:26px 0;border-top:1px solid rgba(255,255,255,.06)}
.dl-footer-inner{display:grid;grid-template-columns:1.2fr 1.2fr .8fr;gap:20px;align-items:center}
.dl-footer-brand{font-family:'Cormorant Garamond',serif;font-size:34px;line-height:1}
.dl-footer-tag,.dl-footer-note{font-size:14px;color:#bfcabf}
.dl-footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:center}
.dl-footer-links a{color:#fff;opacity:.88}

.dl-post{background:#fff;border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.entry-title{font-size:52px;margin-bottom:18px}

@media (max-width: 1100px){
  .dl-card-grid{grid-template-columns:repeat(2,1fr)}
  .dl-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .dl-about-grid,.dl-contact-grid,.dl-highlight-grid,.dl-hero-grid,.dl-footer-inner{grid-template-columns:1fr}
  .dl-hero-side-note,.dl-highlight-quote{justify-self:start;text-align:left}
}
@media (max-width: 860px){
  .dl-nav{position:absolute;left:20px;right:20px;top:82px;background:rgba(12,12,11,.96);padding:18px;border-radius:18px;display:none}
  .dl-nav.open{display:block}
  .dl-nav .menu{flex-direction:column;align-items:flex-start;gap:14px}
  .dl-header-cta{display:none}
  .dl-mobile-toggle{display:block}
  .dl-hero h1{font-size:60px}
  .dl-section-head h2,.dl-about-copy h2,.dl-highlight h2,.dl-contact-info h2,.entry-title{font-size:44px}
  .dl-card-grid{grid-template-columns:1fr}
  .dl-gallery-grid{grid-template-columns:1fr}
  .dl-form-grid{grid-template-columns:1fr}
  .dl-collage{min-height:420px}
}
@media (max-width: 640px){
  .dl-container{width:min(100% - 24px, 1180px)}
  .dl-site-header .dl-header-row{min-height:84px}
  .dl-brand{min-width:0}
  .dl-brand-text strong{font-size:22px}
  .dl-brand-text small{display:none}
  .dl-hero{min-height:auto;padding:120px 0 60px}
  .dl-hero p{font-size:18px}
  .dl-hero-side-note,.dl-highlight-quote{font-size:30px}
  .dl-section{padding:70px 0}
  .dl-about-copy h2,.dl-section-head h2,.dl-highlight h2,.dl-contact-info h2,.entry-title{font-size:38px}
  .dl-about-copy p{font-size:16px}
  .dl-collage .big{position:relative;width:100%;height:250px;transform:none;top:auto;left:auto}
  .dl-collage .small.top,.dl-collage .small.bottom{position:relative;width:100%;height:180px;right:auto;bottom:auto;top:auto;transform:none;margin-top:14px}
  .dl-kicker{font-size:12px}
  .dl-feature-row{gap:14px;font-size:13px}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .dl-parallax{background-attachment:scroll}
}

.dl-contact-tagline{max-width:520px;color:#f0ebe4;font-size:18px;margin:0 0 24px}
.dl-contact-mini-note{margin-top:24px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.08);color:#f0ebe4;font-size:14px;line-height:1.6}

/* v2.2.0: real logo, WhatsApp and Google Maps */
.dl-brand-image{width:300px;min-width:300px;max-width:300px;display:block;padding:0}
.dl-brand-image img,.dl-brand-image .custom-logo{display:block;width:300px;height:100px;object-fit:contain;object-position:left center;background:transparent;padding:4px 8px;border-radius:0;box-shadow:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.22))}
.dl-brand-image .custom-logo-link{display:block}
.dl-map-section{padding:80px 0;background:#efe7da}
.dl-map-wrap{overflow:hidden;border-radius:24px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.08);background:#fff}
.dl-map-wrap iframe{display:block;width:100%;height:460px;border:0}
.dl-whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:160;display:flex;align-items:center;gap:10px;background:#25D366;color:#fff;padding:13px 18px;border-radius:999px;font-weight:800;box-shadow:0 14px 34px rgba(0,0,0,.24);transition:.2s ease}
.dl-whatsapp-float:hover{transform:translateY(-2px);background:#1ebe5a;color:#fff}
.dl-wa-icon{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#25D366;font-size:11px;font-weight:900;letter-spacing:-.03em}
@media (max-width:860px){.dl-brand-image{width:260px;min-width:0;max-width:260px}.dl-brand-image img,.dl-brand-image .custom-logo{width:260px;height:87px}.dl-whatsapp-float{right:14px;bottom:14px;padding:12px 14px}.dl-whatsapp-float span:last-child{display:none}.dl-map-wrap iframe{height:360px}}

.dl-map-open{display:flex;justify-content:center;margin-top:18px}

/* v2.3.1: true Elementor one-page parallax */
.dl-elementor-onepage{padding-top:0}
.dl-elementor-onepage .elementor-section.dl-el-section{padding:90px 0}
.dl-elementor-onepage .elementor-section.dl-el-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;position:relative;color:#fff}
.dl-elementor-onepage .elementor-section.dl-el-hero:before,.dl-elementor-onepage .elementor-section.dl-el-highlight:before,.dl-elementor-onepage .elementor-section.dl-el-contact:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.78) 0%,rgba(8,8,8,.55) 45%,rgba(8,8,8,.45) 100%);z-index:0;pointer-events:none}
.dl-elementor-onepage .elementor-section.dl-el-hero>.elementor-container,.dl-elementor-onepage .elementor-section.dl-el-highlight>.elementor-container,.dl-elementor-onepage .elementor-section.dl-el-contact>.elementor-container{position:relative;z-index:1}
.dl-elementor-onepage .dl-el-parallax{background-attachment:fixed!important;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important}
.dl-elementor-onepage .dl-el-hero-title .elementor-heading-title{font-family:'Cormorant Garamond',serif;font-size:clamp(52px,8vw,106px);line-height:.95;color:#fff;font-weight:700}
.dl-elementor-onepage .dl-el-hero-copy{font-size:24px;color:#f8efe7}
.dl-elementor-onepage .dl-el-about .elementor-heading-title,.dl-elementor-onepage .dl-el-menu .elementor-heading-title,.dl-elementor-onepage .dl-el-highlight .elementor-heading-title,.dl-elementor-onepage .dl-el-contact .elementor-heading-title{font-family:'Cormorant Garamond',serif}
.dl-elementor-onepage .dl-el-highlight{color:#fff}
.dl-elementor-onepage .dl-el-highlight .elementor-heading-title,.dl-elementor-onepage .dl-el-contact .elementor-heading-title{color:#fff;font-size:62px;line-height:1}
.dl-elementor-onepage .dl-el-contact{color:#fff}
.dl-elementor-onepage .elementor-widget-button .elementor-button{background:var(--red);border-radius:999px;padding:15px 24px;font-weight:700}
.dl-elementor-onepage .dl-paper{background:linear-gradient(180deg,#f9f5ef 0%,#f5efe5 100%)}
@media(max-width:860px){.dl-elementor-onepage .dl-el-parallax{background-attachment:scroll!important}.dl-elementor-onepage .elementor-section.dl-el-hero{min-height:auto;padding:120px 0 60px}.dl-elementor-onepage .dl-el-highlight .elementor-heading-title,.dl-elementor-onepage .dl-el-contact .elementor-heading-title{font-size:40px}}
