.elementor-kit-6{--e-global-color-primary:#4B0618;--e-global-color-secondary:#2A0710;--e-global-color-text:#342B28;--e-global-color-accent:#7B6E69;--e-global-color-02d533a:#C89B4E;--e-global-color-3e5d69a:#E4C67A;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;background-color:#F8F4EF;font-family:"Cormorant Garamond", Sans-serif;font-size:16px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#C89B4E;font-family:"Inter", Sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:0.8px;color:#FFFFFF;border-radius:99px 99px 99px 99px;padding:14px 26px 14px 26px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#B38435;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:78px;}.elementor-kit-6 h2{font-size:48px;}.elementor-kit-6 h3{font-size:30px;}.elementor-kit-6 h4{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */:root{
  --tb-cream:#F8F4EF;
  --tb-white:#FFFDF9;
  --tb-wine:#4B0618;
  --tb-wine-dark:#23040B;
  --tb-gold:#C89B4E;
  --tb-gold-light:#E2C47A;
  --tb-text:#342724;
  --tb-muted:#7B6A63;
  --tb-border:#E9DED2;
}

body{
  background:var(--tb-cream);
  color:var(--tb-text);
}

.tb-container{
  max-width:1360px;
  margin:0 auto;
}

.tb-section{
  padding:90px 24px;
}

.tb-eyebrow{
  font-family:Inter, sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:3px;
  text-transform:uppercase;
  color:var(--tb-gold);
}

.tb-card{
  background:var(--tb-white);
  border:1px solid var(--tb-border);
  border-radius:20px;
  box-shadow:0 18px 45px rgba(75,6,24,.07);
  overflow:hidden;
  transition:all .35s ease;
}

.tb-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 65px rgba(75,6,24,.12);
}

.tb-btn-gold a,
.tb-btn-gold .elementor-button{
  background:var(--tb-gold)!important;
  color:#fff!important;
  border-radius:999px!important;
}

.tb-btn-wine a,
.tb-btn-wine .elementor-button{
  background:var(--tb-wine)!important;
  color:#fff!important;
  border-radius:999px!important;
}

@media(max-width:767px){
  .tb-section{
    padding:56px 20px;
  }
}/* End custom CSS */