.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:8px;--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;font-size:var(--fs-body);line-height:var(--lh-body);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#000000;text-decoration:none;}.elementor-kit-5 a:hover{color:#000000;text-decoration:none;}.elementor-kit-5 h1{font-family:"Manrope", Sans-serif;font-size:var(--fs-h1);font-weight:800;line-height:var(--lh-tight);letter-spacing:-0.01em;}.elementor-kit-5 h2{font-family:"Manrope", Sans-serif;font-size:var(--fs-h2);font-weight:700;}.elementor-kit-5 h3{font-family:"Manrope", Sans-serif;font-size:var(--fs-h3);font-weight:700;}.elementor-kit-5 h4{font-size:var(--fs-h4);font-weight:600;}.elementor-kit-5 h5{font-family:"Manrope", Sans-serif;font-size:var(--fs-h5);font-weight:600;}.elementor-kit-5 h6{font-family:"Manrope", Sans-serif;font-size:var(--fs-h6);font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:500px;}.e-con{--container-max-width:500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.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{
  /* Font families */
  --ff-primary: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ff-secondary: "Work Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ff-text: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --ff-accent: "Cormorant Garamond", Georgia, "Times New Roman", serif;

  /* We keep base at 16px (multiple of 4) */
  font-size: 100%;

  /* Type scale — min/max clamp (all 4px steps) */
  --fs-h1: clamp(2.5rem, 2rem + 2vw, 3.5rem); /* 40 → 56 */
  --fs-h2: clamp(2rem, 1.5rem + 1.2vw, 2.75rem); /* 32 → 44 */
  --fs-h3: clamp(1.5rem, 1.25rem + 0.8vw, 2rem); /* 24 → 32 */
  --fs-h4: clamp(1.25rem, 1.125rem + 0.5vw, 1.5rem); /* 20 → 24 */
  --fs-h5: clamp(1rem, 0.875rem + 0.5vw, 1.25rem); /* 16 → 20 */
  --fs-h6: clamp(0.75rem, 0.75rem + 0.2vw, 1rem);  /* 12 → 16 */

  --fs-body: 1rem;     /* 16 */
  --fs-small: 0.75rem; /* 12 */
  --fs-label: 0.75rem; /* 12 */
  --fs-button: 1rem;   /* 16 */

  /* Line-heights snap to 4px grid at common sizes */
  --lh-tight: 1.25; /* e.g., 16 → 20; 24 → 30 (rounds closely on web) */
  --lh-body: 1.5;  /* e.g., 16 → 24 */
  --lh-loose: 1.75;

  /* Letterspacing guidance */
  --track-tight: -0.01em; /* Headlines */
  --track-normal: 0;
  --track-wide: 0.08em;   /* All-caps buttons/labels */

  /* Font weights */
  --fw-reg: 400;
  --fw-med: 500;
  --fw-sb: 600;
  --fw-b: 700;
  --fw-xb: 800;
}

/* Global base */
body{
  font-family: var(--ff-text);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--track-normal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Headings */
h1, .h1{font-family: var(--ff-primary); font-weight: var(--fw-xb); font-size: var(--fs-h1); line-height: var(--lh-tight); letter-spacing: var(--track-tight);}
h2, .h2{font-family: var(--ff-primary); font-weight: var(--fw-b);  font-size: var(--fs-h2); line-height: var(--lh-tight); letter-spacing: var(--track-tight);}
h3, .h3{font-family: var(--ff-primary); font-weight: var(--fw-b);  font-size: var(--fs-h3); line-height: var(--lh-tight);}
h4, .h4{font-family: var(--ff-secondary); font-weight: var(--fw-sb); font-size: var(--fs-h4); line-height: var(--lh-tight);}
h5, .h5{font-family: var(--ff-secondary); font-weight: var(--fw-sb); font-size: var(--fs-h5); line-height: var(--lh-tight);}
h6, .h6{font-family: var(--ff-secondary); font-weight: var(--fw-med); font-size: var(--fs-h6); line-height: var(--lh-tight);}

/* Paragraphs & small */
p, .text{font-family: var(--ff-text); font-weight: var(--fw-reg); font-size: var(--fs-body); line-height: var(--lh-body);}
.small, small{font-size: var(--fs-small); line-height: var(--lh-body);}

/* Buttons */
.button, .elementor-button, button, input[type=submit]{
  font-family: var(--ff-primary);
  font-weight: var(--fw-b);
  font-size: var(--fs-button);
  line-height: var(--lh-tight);
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
}

/* Labels & UI */
label, .form-label, .menu a, .badge, .chip{
  font-family: var(--ff-secondary);
  font-weight: var(--fw-sb);
  font-size: var(--fs-label);
  letter-spacing: 0.04em;
}

/* Accent usage (quotes, pull-quote, figure captions) */
.pullquote, blockquote, .accent{
  font-family: var(--ff-accent);
  font-weight: 500;
  font-size: clamp(1.25rem, 1rem + 0.8vw, 2rem); /* 20 → 32 */
  line-height: var(--lh-loose);
}
figcaption{font-family: var(--ff-accent); font-size: var(--fs-small); line-height: var(--lh-body);}
a { 
    text-decoration: none !important;
    color: inherit;
    }

.elementor-location-header .e-con,
.elementor-location-header .e-con-inner {
  padding-block: 0 !important;   /* top & bottom */
  padding-inline: 0 !important;  /* left & right */
  gap: 0 !important;             /* container item spacing */
}
.hero hero--video .featured .about{
    scroll-margin-top: 80px;
}
/* Center WooCommerce Thank You / Order Received page */
body.woocommerce-order-received .woocommerce {
  max-width: 960px;      /* set your width */
  margin: 0 auto;        /* center it */
  padding: 48px 24px;    /* breathing room */
}

body.woocommerce-order-received .woocommerce-order {
  text-align: center;    /* center headings and texts */
}

body.woocommerce-order-received .woocommerce-order table.shop_table {
  margin: 32px auto;     /* center the table */
}
/* Global nav menu text color (Elementor 'New' Nav Menu / Mega Menu) */
.elementor-location-header .elementor-widget-n-menu,
.elementor-location-header .elementor-widget-nav-menu {
  --n-menu-title-color-normal: #000000;
  --n-menu-title-color-hover:  #000000;
  --n-menu-title-color-active: #000000;
}

/* Fallback for any stray titles */
.elementor-location-header .e-n-menu-title-text,
.elementor-location-header .elementor-nav-menu a {
  color: #000000;
}

/* Visible focus (WCAG 2.4.7) */
.elementor-location-header .elementor-nav-menu a:focus,
.elementor-location-header .e-n-menu a:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}/* End custom CSS */