.elementor-kit-6{--e-global-color-primary:#EAEAEA;--e-global-color-secondary:#202020;--e-global-color-text:#FFFFFF;--e-global-color-accent:#8A6A2B;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Switzer Variable";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Tahoma";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Switzer Variable";--e-global-typography-accent-font-weight:500;background-color:#202020;font-family:"Switzer Variable", Sans-serif;font-size:24px;font-weight:300;text-transform:none;text-decoration:none;line-height:28px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#111111;font-family:"Georgia", Sans-serif;font-weight:600;text-decoration:none;color:#DFB76C;border-radius:12px 12px 12px 12px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#DFB76C;font-family:"Switzer Variable", Sans-serif;font-size:22px;font-weight:normal;text-transform:none;font-style:normal;text-decoration:underline;}.elementor-kit-6 h1{font-family:"Switzer Variable", Sans-serif;font-size:60px;font-weight:600;text-transform:none;}.elementor-kit-6 h2{font-family:"Switzer Variable", Sans-serif;font-size:52px;font-weight:600;}.elementor-kit-6 h3{font-family:"Switzer Variable", Sans-serif;font-size:30px;font-weight:700;}.elementor-kit-6 h4{font-family:"Switzer Variable", Sans-serif;font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-6{font-size:16px;}.elementor-kit-6 a{font-size:16px;}.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:330px;}.e-con{--container-max-width:330px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}
/* Start custom CSS *//* ============================================================
   LION & LAND - Global Design Tokens v2.1
   ============================================================ */

:root {
  --ll-deep:       #0F1A10;
  --ll-deep-dark:  #0D1810;
  --ll-mid:        #1E2D1F;
  --ll-brand:      #283D2A;
  --ll-icp-bg:     #1A2A1B;
  --ll-tools-bg:   #162018;
  --ll-gold:       #C9A84C;
  --ll-gold-a:     #BB881E;
  --ll-gold-c:     #EAC063;
  --ll-gold-b:     #CCBA7B;
  --ll-gold-d:     #AA8121;
  --ll-gold-e:     #D3A84E;
  --ll-cream:      #F5F0E8;
  --ll-dim-60:     rgba(255,255,255,0.60);
  --ll-dim-40:     rgba(255,255,255,0.40);
  --ll-dim-20:     rgba(255,255,255,0.20);
  --ll-border:     rgba(201,168,76,0.18);
  --ll-border-hi:  rgba(201,168,76,0.45);
  --ll-grad:       linear-gradient(105deg, #BB881E 0%, #EAC063 35%, #CCBA7B 55%, #D3A84E 75%, #BB881E 100%);
  --ll-grad-h:     linear-gradient(90deg, #BB881E, #EAC063, #CCBA7B, #EAC063, #BB881E);
}

/* Typography base */
body { -webkit-font-smoothing: antialiased; }

/* Gold text gradient utility */
.ll-gold-text {
  background: var(--ll-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Primary button (gold fill) */
.ll-btn-primary .elementor-button {
  background: var(--ll-grad) !important;
  color: #0F1A10 !important;
  -webkit-text-fill-color: #0F1A10 !important;
  border-radius: 6px !important;
  border: none !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 15px 34px !important;
  transition: opacity 0.25s, transform 0.25s !important;
}
.ll-btn-primary .elementor-button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.ll-btn-primary .elementor-button:focus-visible {
  outline: 2px solid var(--ll-gold) !important;
  outline-offset: 3px !important;
}

/* Outline button */
.ll-btn-outline .elementor-button {
  background: transparent !important;
  color: var(--ll-gold) !important;
  border: 1px solid var(--ll-border-hi) !important;
  border-radius: 6px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 15px 34px !important;
  transition: border-color 0.25s, color 0.25s !important;
}
.ll-btn-outline .elementor-button:hover {
  border-color: var(--ll-gold-c) !important;
  color: var(--ll-gold-c) !important;
}
.ll-btn-outline .elementor-button:focus-visible {
  outline: 2px solid var(--ll-gold) !important;
  outline-offset: 3px !important;
}

/* Text link button */
.ll-text-link .elementor-button {
  background: transparent !important;
  border: none !important;
  color: var(--ll-gold) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  padding: 0 !important;
  transition: gap 0.25s, color 0.25s !important;
}
.ll-text-link .elementor-button:hover {
  color: var(--ll-gold-c) !important;
}

/* Eyebrow label */
.ll-eyebrow {
  font-family: 'Inter', sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase !important;
  color: var(--ll-gold) !important;
  line-height: 1 !important;
}

/* Card base */
.ll-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid var(--ll-border) !important;
  border-radius: 8px !important;
  transition: border-color 0.3s, background 0.3s !important;
}
.ll-card:hover {
  border-color: rgba(201,168,76,0.40) !important;
  background: rgba(255,255,255,0.07) !important;
}

/* Card with gold top accent */
.ll-card-accent {
  border-top: 2px solid var(--ll-gold) !important;
}

/* Market card image placeholder */
.ll-market-img {
  background: var(--ll-tools-bg) !important;
  border-radius: 8px 8px 0 0 !important;
  min-height: 180px !important;
}

/* Tag label (used on comparison and insight cards) */
.ll-tag {
  font-family: 'Inter', sans-serif !important;
  font-size: 9.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--ll-gold) !important;
}

/* Section divider */
.ll-divider .elementor-divider-separator {
  background: var(--ll-grad-h) !important;
  border: none !important;
  height: 1px !important;
  opacity: 0.25 !important;
}

/* Step number */
.ll-step-num {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  color: var(--ll-gold) !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Switzer Variable';
	font-display: auto;
	src: url('https://lionandland.com/wp-content/uploads/2025/10/Switzer-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */