.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&display=swap');

:root {
  --ink:        #063c2c;
  --ink-soft:   #1a5c43;
  --gold:       #b5a86e;
  --gold-light: #d8ce92;
  --gold-pale:  #f3f0da;
  --cream:      #f5f3e8;
  --white:      #FFFFFF;
  --dark:       #031e16;
  --dark-soft:  #042a1e;
  --mid:        #6B6B6B;
  --border:     rgba(184,168,110,0.2);
  --wpp:        #25D366;
  --font-display: 'Cormorant Garamond', serif;
  --font-body:    'DM Sans', sans-serif;
  --max-w: 1180px;
  --radius: 4px;
  --radius-lg: 12px;
  --transition: 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

.btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-body); font-size: 13px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; border-radius: 3px; cursor: pointer; transition: all var(--transition); white-space: nowrap; border: none; }
.btn-primary { background: var(--gold-light); color: var(--dark); padding: 15px 28px; }
.btn-primary:hover { background: var(--gold); color: var(--white); }
.btn-outline { background: transparent; color: rgba(255,255,255,0.7); padding: 14px 24px; border: 1px solid rgba(255,255,255,0.2); }
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.btn-dark { background: var(--ink); color: var(--gold-light); padding: 13px 26px; }
.btn-dark:hover { background: var(--dark-soft); }
.btn-gold { background: transparent; color: var(--gold-light); padding: 13px 26px; border: 1px solid var(--gold-light); }
.btn-gold:hover { background: var(--gold-light); color: var(--dark); }

.section-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.section-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.section-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(32px, 3.8vw, 52px); line-height: 1.1; color: var(--ink); margin-bottom: 24px; }
.section-title em { color: var(--gold); font-style: italic; }

.navbar { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); transition: box-shadow var(--transition); }
.navbar.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.08); }
.navbar__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 32px; }
.navbar__logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.navbar__logo-img { height: 52px; width: auto; display: block; max-width: 200px; }
.navbar__nav { display: flex; align-items: center; gap: 4px; }
.navbar__nav a { font-size: 13px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; color: var(--ink-soft); padding: 6px 14px; border-radius: var(--radius); transition: color var(--transition), background var(--transition); }
.navbar__nav a:hover { color: var(--ink); background: var(--cream); }
.navbar__actions { display: flex; align-items: center; gap: 12px; }
.navbar__social { display: flex; align-items: center; gap: 10px; }
.navbar__social a { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid var(--border); color: var(--mid); transition: all var(--transition); }
.navbar__social a:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.navbar__social svg { width: 15px; height: 15px; }
.navbar__cta { font-size: 12px !important; letter-spacing: 1px !important; }
.navbar__hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.navbar__hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: all var(--transition); }
.navbar__mobile { display: none; flex-direction: column; background: var(--white); border-top: 1px solid var(--border); padding: 16px 24px 24px; gap: 4px; }
.navbar__mobile.open { display: flex; }
.navbar__mobile a { font-size: 14px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; color: var(--ink-soft); padding: 10px 0; border-bottom: 1px solid var(--cream); }
.navbar__mobile-cta { color: var(--gold) !important; border-bottom: none !important; margin-top: 8px; }

.elementor-section, .elementor-container, .elementor-widget-wrap, .elementor-widget-html { padding: 0 !important; margin: 0 !important; max-width: 100% !important; width: 100% !important; }

@media (max-width: 768px) {
  .navbar__nav, .navbar__social, .navbar__cta { display: none; }
  .navbar__hamburger { display: flex; }
}/* End custom CSS */