:root {
  --bg: #f5efe7;
  --bg-soft: #efe5d7;
  --card: rgba(255, 255, 255, 0.76);
  --text: #2d1a12;
  --muted: #6f5748;
  --primary: #5b2f13;
  --primary-2: #8b5a3c;
  --line: rgba(91, 47, 19, 0.12);
  --shadow: 0 20px 50px rgba(61, 34, 16, 0.12);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f8f2eb 0%, #f3eadf 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.bg-blur {
  position: fixed; border-radius: 999px; filter: blur(70px); opacity: .18; z-index: -1;
}
.blur-1 { width: 280px; height: 280px; background: #b98a68; top: 80px; left: -80px; }
.blur-2 { width: 360px; height: 360px; background: #7c4d33; bottom: -120px; right: -80px; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(248, 242, 235, 0.78);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.brand img {
  width: 48px; height: 48px; object-fit: cover; border-radius: 14px;
  box-shadow: 0 8px 20px rgba(91,47,19,.18);
}
nav { display: flex; gap: 22px; flex-wrap: wrap; }
nav a { color: var(--muted); font-size: .96rem; }
.hero { padding: 72px 0 48px; }
.hero-grid, .two-col, .contact-grid {
  display: grid; gap: 28px; align-items: center;
}
.hero-grid { grid-template-columns: 1.15fr .85fr; }
.two-col { grid-template-columns: 1fr 1fr; }
.contact-grid { grid-template-columns: .9fr 1.1fr; }
.eyebrow, .section-tag {
  text-transform: uppercase; letter-spacing: .18em; font-size: .76rem;
  color: var(--primary-2); font-weight: 600;
}
.hero h1, .section h2, .price-copy h3 {
  font-family: 'Cormorant Garamond', serif;
  line-height: .94; margin: 12px 0 18px;
}
.hero h1 { font-size: clamp(3.1rem, 8vw, 5.8rem); max-width: 10ch; }
.section h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.lead, .section p, .service-box p, .price-copy p, .contact-copy p, .contact-list span, .form-note {
  color: var(--muted); line-height: 1.8;
}
.hero-highlight, .hero-card, .card, .price-card, .service-box, .contact-form, .video-card {
  background: var(--card);
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.hero-highlight { padding: 24px; margin: 26px 0; }
.hero-highlight h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; margin: 0 0 10px;
}
.hero-highlight ul {
  margin: 0; padding-left: 18px; color: var(--muted); line-height: 1.9;
}
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: 999px; font-weight: 600; transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; }
.btn-secondary {
  background: transparent; color: var(--primary); border: 1px solid rgba(91,47,19,.24);
}
.full { width: 100%; border: 0; cursor: pointer; }
.hero-card { overflow: hidden; }
.hero-logo { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.hero-card-content { padding: 24px; }
.quote {
  font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin: 0 0 18px;
}
.quick-info { display: grid; gap: 16px; }
.quick-info span { color: var(--primary-2); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; }
.quick-info strong { display: block; margin-top: 5px; }
.section { padding: 40px 0 72px; }
.soft { background: linear-gradient(180deg, rgba(139,90,60,.06), rgba(139,90,60,0)); }
.card, .price-card, .contact-form { padding: 28px; }
.image-card { padding: 0; overflow: hidden; }
.image-card img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.section-head { max-width: 780px; margin-bottom: 24px; }
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 28px;
}
.service-box { padding: 24px; }
.service-box h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin: 0 0 12px;
}
.price-card {
  margin-top: 28px; display: grid; gap: 24px; grid-template-columns: .9fr 1.1fr; align-items: center;
}
.price-image-wrap { display: block; overflow: hidden; border-radius: 24px; }
.price-image { width: 100%; object-fit: cover; transition: transform .3s ease; }
.price-image-wrap:hover .price-image { transform: scale(1.02); }
.gallery {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.gallery-item {
  border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1 / 1;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.video-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.video-card { overflow: hidden; padding: 0; }
.video-card iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; }
.social-links { display: grid; gap: 14px; margin-top: 22px; }
.social-btn {
  display: flex; flex-direction: column; gap: 6px; padding: 18px 20px; border-radius: 22px;
  background: rgba(91,47,19,.06); border: 1px solid rgba(91,47,19,.08);
}
.social-btn span { font-weight: 700; }
.social-btn small { color: var(--muted); }
.map-wrap {
  overflow: hidden; border-radius: 22px; margin-top: 16px; min-height: 320px;
  border: 1px solid rgba(91,47,19,.08);
}
.map-wrap iframe { width: 100%; height: 320px; border: 0; }
.contact-list {
  display: flex; flex-direction: column; gap: 10px; margin-top: 18px;
}
.contact-list a, .contact-list span { font-size: 1.05rem; }
.contact-form {
  display: grid; gap: 16px;
}
.contact-form label {
  display: grid; gap: 8px; color: var(--text); font-weight: 600;
}
.contact-form input, .contact-form textarea {
  width: 100%; border-radius: 18px; border: 1px solid rgba(91,47,19,.12);
  padding: 14px 16px; font: inherit; background: rgba(255,255,255,.72);
}
.site-footer {
  padding: 24px 0 90px; border-top: 1px solid var(--line);
}
.footer-wrap {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; color: var(--muted);
}
.footer-wrap a { color: var(--primary); }
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; width: 60px; height: 60px; z-index: 150;
  border-radius: 50%; display: grid; place-items: center; color: white;
  background: linear-gradient(135deg, #27d366, #0f9d58); box-shadow: 0 18px 35px rgba(15, 157, 88, .35);
}
.whatsapp-float svg { width: 30px; height: 30px; }
.lightbox {
  position: fixed; inset: 0; display: none; place-items: center; background: rgba(18,12,8,.88);
  z-index: 220; padding: 20px;
}
.lightbox.open { display: grid; }
.lightbox img { max-width: min(92vw, 980px); max-height: 86vh; border-radius: 20px; }
.lightbox-close {
  position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border-radius: 50%;
  border: 0; font-size: 2rem; cursor: pointer; background: rgba(255,255,255,.12); color: white;
}
.reveal { opacity: 0; transform: translateY(24px); transition: all .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 980px) {
  .hero-grid, .two-col, .contact-grid, .price-card, .services-grid, .video-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 12ch; }
}
@media (max-width: 720px) {
  nav { display: none; }
  .hero { padding-top: 42px; }
  .gallery { grid-template-columns: 1fr; }
  .brand span { font-size: .98rem; }
  .card, .price-card, .contact-form, .service-box { padding: 22px; }
  .site-footer { padding-bottom: 96px; }
}
