.elementor-4439 .elementor-element.elementor-element-8e78daa{--spacer-size:50px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --obsidian: #1a130d; --gold: #c9a96e; --gold-light: #dfc090;
  --ivory: #f5ede0; --peach: #e8b89a; --warm-white: #faf7f2;
  --espresso: #5a4535; --sand: #b09070; --sage: #7a9a7a;
  --muted: #7a6850; --border: #e8ddd0;
  --ff-display: 'Cormorant Garamond', Georgia, serif;
  --ff-sans: 'Jost', 'Helvetica Neue', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--warm-white); color: var(--obsidian); font-family: var(--ff-sans); font-weight: 300; -webkit-font-smoothing: antialiased; }
.eyebrow { font-family: var(--ff-sans); font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.ornament { font-family: var(--ff-display); font-size: 16px; letter-spacing: 0.35em; color: var(--gold); text-align: center; padding: 8px 0; }
.rule { width: 48px; height: 1px; background: var(--gold); margin: 0 auto; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(26,19,13,0.92); backdrop-filter: blur(8px); display: flex; justify-content: space-between; align-items: center; padding: 14px 24px; }
.nav-logo { font-family: var(--ff-display); font-size: 18px; font-weight: 300; color: var(--ivory); letter-spacing: 0.05em; }
.nav-logo em { font-style: italic; color: var(--gold); }
.nav-cta { font-family: var(--ff-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--obsidian); background: var(--gold); padding: 10px 18px; text-decoration: none; white-space: nowrap; }
.hero { min-height: 100vh; background: var(--obsidian); position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 0 60px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-content { position: relative; z-index: 2; padding: 0 28px; }
.hero-eyebrow { font-family: var(--ff-sans); font-size: 10px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.hero-h1 { font-family: var(--ff-display); font-size: 52px; font-weight: 300; color: var(--ivory); line-height: 1.0; letter-spacing: 0.02em; margin-bottom: 8px; }
.hero-h1 em { font-style: italic; color: var(--gold); }
.hero-tagline { font-family: var(--ff-display); font-size: 18px; font-style: italic; font-weight: 300; color: rgba(245,237,224,0.75); margin-bottom: 32px; line-height: 1.4; }
.hero-cta-wrap { display: flex; flex-direction: column; gap: 12px; }
.btn-hero { display: block; text-align: center; background: var(--gold); color: var(--obsidian); font-family: var(--ff-sans); font-size: 10px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; padding: 16px 28px; text-decoration: none; }
.btn-hero-outline { display: block; text-align: center; background: transparent; color: var(--ivory); font-family: var(--ff-sans); font-size: 10px; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; padding: 15px 28px; text-decoration: none; border: 1px solid rgba(245,237,224,0.4); }
.hero-scroll { position: relative; z-index: 2; text-align: center; margin-top: 40px; font-family: var(--ff-sans); font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,237,224,0.4); }
.hero-scroll::before { content: ''; display: block; width: 1px; height: 32px; background: rgba(201,169,110,0.5); margin: 0 auto 10px; }
.brand-promise { background: var(--warm-white); padding: 72px 28px; text-align: center; }
.promise-h2 { font-family: var(--ff-display); font-size: 36px; font-weight: 300; color: var(--obsidian); line-height: 1.15; margin: 16px 0; letter-spacing: 0.02em; }
.promise-h2 em { font-style: italic; color: var(--gold); }
.promise-body { font-family: var(--ff-sans); font-size: 15px; font-weight: 300; line-height: 1.75; color: var(--muted); margin-top: 20px; max-width: 520px; margin-left: auto; margin-right: auto; }
.gallery { background: var(--obsidian); padding: 56px 20px; }
.gallery-intro { text-align: center; margin-bottom: 36px; }
.gallery-title { font-family: var(--ff-display); font-size: 28px; font-weight: 300; font-style: italic; color: var(--ivory); margin: 12px 0 6px; }
.gallery-sub { font-size: 12px; font-weight: 300; color: rgba(245,237,224,0.5); letter-spacing: 0.08em; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery-grid .g-main { grid-column: 1 / -1; }
.photo-frame { position: relative; overflow: visible; }
.photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.photo-frame .frame-img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.photo-frame .frame-img.hero-ratio { aspect-ratio: 16/9; }
.corner-wrap { position: absolute; inset: -3px; pointer-events: none; z-index: 2; }
.corner-wrap .c { position: absolute; width: 18px; height: 18px; }
.corner-wrap .c.tl { top: 0; left: 0; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.corner-wrap .c.tr { top: 0; right: 0; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); }
.corner-wrap .c.bl { bottom: 0; left: 0; border-bottom: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.corner-wrap .c.br { bottom: 0; right: 0; border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold); }
.photo-caption { font-family: var(--ff-display); font-style: italic; font-size: 12px; color: rgba(201,169,110,0.8); text-align: center; margin-top: 10px; letter-spacing: 0.06em; }
.services { background: var(--ivory); padding: 72px 24px; }
.services-intro { text-align: center; margin-bottom: 48px; }
.services-h2 { font-family: var(--ff-display); font-size: 34px; font-weight: 300; line-height: 1.15; margin: 14px 0 16px; letter-spacing: 0.02em; }
.services-h2 em { font-style: italic; color: var(--gold); }
.services-body { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--muted); }
.service-cards { display: flex; flex-direction: column; gap: 20px; }
.service-card { background: var(--warm-white); border: 1px solid var(--border); padding: 32px 24px; position: relative; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 100%; background: var(--gold); }
.service-num { font-family: var(--ff-display); font-size: 40px; font-weight: 300; color: rgba(201,169,110,0.25); line-height: 1; margin-bottom: 12px; }
.service-icon { font-size: 22px; margin-bottom: 12px; }
.service-name { font-family: var(--ff-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--obsidian); margin-bottom: 10px; }
.service-desc { font-family: var(--ff-sans); font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--muted); }
.service-detail { font-family: var(--ff-display); font-style: italic; font-size: 13px; color: var(--sand); margin-top: 12px; }
.showcase { background: var(--obsidian); padding: 64px 24px; text-align: center; }
.showcase-eyebrow { color: var(--gold); margin-bottom: 16px; }
.showcase-h2 { font-family: var(--ff-display); font-size: 38px; font-weight: 300; font-style: italic; color: var(--ivory); line-height: 1.1; margin: 0 0 20px; letter-spacing: 0.03em; }
.showcase-h2 strong { font-style: normal; font-weight: 600; color: var(--gold); }
.showcase-body { font-size: 14px; font-weight: 300; line-height: 1.75; color: rgba(245,237,224,0.65); margin-bottom: 36px; }
.showcase-photo { position: relative; margin: 0 -24px; overflow: hidden; }
.showcase-photo img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; opacity: 0.9; }
.showcase-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(201,169,110,0.2); border: 1px solid rgba(201,169,110,0.2); margin-top: 40px; }
.stat { background: rgba(26,19,13,0.8); padding: 28px 16px; text-align: center; }
.stat-num { font-family: var(--ff-display); font-size: 42px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,237,224,0.5); }
.testimonials { background: var(--warm-white); padding: 72px 28px; }
.testimonials-intro { text-align: center; margin-bottom: 48px; }
.testimonials-h2 { font-family: var(--ff-display); font-size: 30px; font-weight: 300; line-height: 1.2; margin: 14px 0; }
.testimonials-h2 em { font-style: italic; color: var(--gold); }
.testimonial-card { background: var(--ivory); border: 1px solid var(--border); padding: 36px 28px; margin-bottom: 20px; position: relative; }
.testimonial-card::before { content: '\201C'; font-family: var(--ff-display); font-size: 80px; color: rgba(201,169,110,0.15); position: absolute; top: 8px; left: 18px; line-height: 1; }
.testimonial-quote { font-family: var(--ff-display); font-size: 18px; font-style: italic; font-weight: 400; line-height: 1.5; color: var(--espresso); margin-bottom: 20px; padding-top: 8px; }
.testimonial-stars { color: var(--gold); font-size: 14px; letter-spacing: 0.1em; margin-bottom: 10px; }
.testimonial-author { font-family: var(--ff-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--obsidian); }
.testimonial-role { font-size: 11px; font-weight: 300; color: var(--sand); margin-top: 2px; }
.booking { background: var(--obsidian); padding: 80px 28px; text-align: center; position: relative; overflow: hidden; }
.booking::before { content: ''; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(201,169,110,0.08) 0%, transparent 70%); pointer-events: none; }
.booking-eyebrow { margin-bottom: 16px; }
.booking-h2 { font-family: var(--ff-display); font-size: 40px; font-weight: 300; color: var(--ivory); line-height: 1.1; letter-spacing: 0.03em; margin: 0 0 16px; }
.booking-h2 em { font-style: italic; color: var(--gold); }
.booking-sub { font-family: var(--ff-display); font-size: 17px; font-style: italic; color: rgba(245,237,224,0.6); margin-bottom: 40px; line-height: 1.5; }
.booking-rule { background: rgba(201,169,110,0.3); }
.booking-contact { margin: 32px 0; display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; align-items: center; justify-content: center; gap: 12px; }
.contact-icon { width: 36px; height: 36px; border: 1px solid rgba(201,169,110,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.contact-label { font-size: 9px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,237,224,0.4); display: block; }
.contact-value { font-family: var(--ff-display); font-size: 18px; font-weight: 400; color: var(--ivory); text-decoration: none; }
.btn-booking { display: block; width: 100%; background: var(--gold); color: var(--obsidian); font-family: var(--ff-sans); font-size: 10px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; padding: 18px 28px; text-decoration: none; margin-top: 32px; }
.btn-whatsapp { display: block; width: 100%; background: transparent; color: var(--ivory); font-family: var(--ff-sans); font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; padding: 17px 28px; text-decoration: none; border: 1px solid rgba(245,237,224,0.25); margin-top: 12px; }
.booking-disclaimer { font-size: 11px; font-weight: 300; color: rgba(245,237,224,0.35); margin-top: 24px; line-height: 1.6; }
footer { background: #110d08; padding: 40px 28px; text-align: center; }
.footer-logo { font-family: var(--ff-display); font-size: 22px; font-weight: 300; color: var(--ivory); letter-spacing: 0.06em; margin-bottom: 4px; }
.footer-logo em { color: var(--gold); font-style: italic; }
.footer-tagline { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,237,224,0.3); margin-bottom: 24px; }
.footer-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 24px; }
.footer-links a { font-size: 10px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(245,237,224,0.45); text-decoration: none; }
.footer-copy { font-size: 10px; font-weight: 300; color: rgba(245,237,224,0.2); line-height: 1.6; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-content > * { animation: fadeUp 0.8s ease forwards; opacity: 0; }
.hero-eyebrow { animation-delay: 0.2s; }
.hero-h1 { animation-delay: 0.4s; }
.hero-tagline { animation-delay: 0.6s; }
.hero-cta-wrap { animation-delay: 0.8s; }/* End custom CSS */