@charset "UTF-8";
/* Generated by scripts/build-wordpress-home-css.js. */
/* Source: style.css */
/*
Theme Name: Queens Hive
Theme URI: https://queenshive.com
Author: Queens Hive
Version: 1.2.3
*/

/* Self-hosted font faces live in the first theme stylesheet so they do not
   require a separate render-blocking request. The matching font preloads use
   these exact, unversioned URLs so browsers reuse the downloaded response. */
@font-face {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('../fonts/cinzel-var.woff2') format('woff2');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/lora-var.woff2') format('woff2');
}

@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lora-italic-var.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/lato-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/lato-700.woff2') format('woff2');
}

/* Source: assets/css/root.css */
/* Queens Hive — Cottagecore Typography loaded via Google Fonts in base.html */
/* CODESTITCH STYLES, RESET, HEADER/NAVIGATION AND FOOTER */
/*-- -------------------------- -->
<---        Core Styles         -->
<--- -------------------------- -*/
/* CodeStitch Root and Helpers */
@media only screen and (min-width: 0rem) {
  :root {
    /* Height of the free-shipping announcement bar — used to offset nav */
    --bar-height: 2rem;
    /* Bright Metallic Gold (Crown Royal Embroidery & Foil) */
    --primary: #D4AF37;
    --primaryLight: #F5D76E;
    /* Metallic Gold Gradient for Royal Feel */
    --goldGradient: linear-gradient(90deg, #997A15 0%, #D4AF37 20%, #F5D76E 45%, #F5D76E 55%, #D4AF37 80%, #997A15 100%);
    /* Deep Royal Purple (Crown Royal Velvet Bag) - Used for Footer & Accents */
    --brandPurple: #1C0D24;
    /* Very Deep Purple/Black - Brand Name, Outlines */
    --secondary: #D4AF37;
    --secondaryLight: #F5D76E;
    /* Text Colors — High Contrast on Dark Purple */
    --headerColor: #FFFFFF;
    --bodyTextColor: #F4EED8;
    --bodyTextColorWhite: #FFFFFF;
    /* Background — Dark Royal Purple (Velvet Base) */
    --background: #180D28;
    /* Accent Colors */
    --forestGreen: #FAFAFA;
    --accentLavender: #F4EED8;
    /* 13px - 16px */
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    /* 31px - 49px */
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    /* 60px - 100px top and bottom */
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  }
  /* Website Corner Decorations */
  .site-corners {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10000;
    overflow: hidden;
  }
  .site-corners img {
    position: absolute;
    width: clamp(100px, 15vw, 180px);
    height: auto;
  }
  .site-corners .corner-tl {
    top: 0;
    left: 0;
  }
  .site-corners .corner-tr {
    top: 0;
    right: 0;
    transform: scaleX(-1);
  }
  .site-corners .corner-bl {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
  }
  .site-corners .corner-br {
    bottom: 0;
    right: 0;
    transform: scale(-1, -1);
  }
  /* Section Corner Decorations */
  .section-with-corners {
    position: relative;
  }
  .section-corners {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
  }
  .section-corners img {
    position: absolute;
    width: clamp(120px, 18vw, 220px);
    height: auto;
    opacity: 0.35;
    /* Subtle blend */
  }
  .section-corners .corner-tl {
    top: 0;
    left: 0;
  }
  .section-corners .corner-tr {
    top: 0;
    right: 0;
    transform: scaleX(-1);
  }
  .section-corners .corner-bl {
    bottom: 0;
    left: 0;
    transform: scaleY(-1);
  }
  .section-corners .corner-br {
    bottom: 0;
    right: 0;
    transform: scale(-1, -1);
  }
  .cs-topper {
    display: block;
    margin-bottom: 0.5rem;
    font-family: "Cinzel", serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    line-height: 1.2em;
    font-weight: 600;
    color: var(--primary);
    text-align: inherit;
  }
  .cs-title {
    position: relative;
    margin: 0 0 1rem 0;
    max-width: 43.75rem;
    font-size: var(--headerFontSize);
    line-height: 1.2em;
    font-weight: 400;
    font-family: "Cinzel", serif;
    color: var(--headerColor);
    text-align: inherit;
    /* Removed slant */
  }
  .cs-text {
    margin: 0;
    max-width: 40.625rem;
    width: 100%;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    font-family: "Lora", serif;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  .cs-button-solid {
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    border-radius: 0.375rem;
    width: auto;
    min-height: 3.125em;
    white-space: nowrap;
    padding: 0 clamp(0.75rem, 3vw, 1.875rem);
    text-decoration: none;
    text-transform: none;
    /* Handwritten font doesn't need all-caps */
    font-family: "Cinzel", serif;
    font-size: clamp(1.1rem, 5vw, 1.4rem);
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: 0.02em;
    /* Organic orientation */
    /* Removed slant */
    color: #000 !important;
    /* Force black text for contrast on gold */
    transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
    transition-delay: 0s;
    text-align: center;
    border: none;
  }
  .cs-button-solid:hover {
    background-color: var(--primaryLight);
    transform: rotate(0deg) scale(1.05);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #000 !important;
  }
  .cs-button-solid,
  .cs-button-solid:visited,
  .cs-button-solid:hover,
  .cs-button-solid:focus-visible,
  .cs-button-solid:active {
    color: #000 !important;
    text-decoration: none !important;
  }
  .cs-button-solid:before {
    display: none;
  }
  .cs-hide-on-mobile {
    display: none;
  }
  .cs-handwritten {
    font-family: "Cinzel", serif;
    letter-spacing: 0.05em;
    /* Optionally rotate slightly for a more organic feel */
    display: inline-block;
    /* Removed slant */
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  .cs-hide-on-mobile {
    display: block;
  }
  .cs-hide-on-desktop {
    display: none;
  }
}
/* Fonts and general styles */
@media only screen and (min-width: 0rem) {
  html {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    font-family: "Lato", Arial, sans-serif;
    font-size: 100%;
    color: var(--bodyTextColor);
    background-color: var(--background);
  }
  *,
  *:before,
  *:after {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
  }
  body {
    background-color: transparent;
  }
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("../images/noise-velvet.png");
    background-repeat: repeat;
    background-size: 256px 256px;
    opacity: 0.08;
    pointer-events: none;
    z-index: -1;
  }
  .container {
    position: relative;
    margin: auto;
    width: 92%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    color: var(--headerColor);
    font-family: "Cinzel", serif;
    font-weight: 400;
  }
  p,
  li,
  a {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5em;
  }
  p,
  li {
    /* Ensure text correctly inherits global body color instead of hardcoded grey */
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
  #free-shipping-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    background-color: var(--primary);
    background-image: var(--goldGradient);
    color: var(--brandPurple);
    text-align: center;
    font-family: "Cinzel", serif;
    font-size: clamp(0.58rem, 2.4vw, 0.85rem);
    font-weight: 700;
    letter-spacing: clamp(0.01em, 0.8vw, 0.06em);
    padding: 0.45rem 0.5rem;
    height: var(--bar-height);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: background-color 0.4s, background-image 0.4s, color 0.4s;
  }
  #free-shipping-bar strong {
    font-weight: 900;
  }
  #free-shipping-bar[data-freeship=progress] {
    background-color: #b8921e;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.05) 18%, rgba(255, 255, 255, 0.22) 36%, rgba(0, 0, 0, 0.06) 58%, rgba(255, 255, 255, 0.1) 82%, rgba(255, 255, 255, 0.16) 100%);
    border-top-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  #free-shipping-bar[data-freeship=qualified] {
    background-color: #2e7d32;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 22%, rgba(255, 255, 255, 0.18) 42%, rgba(0, 0, 0, 0.08) 64%, rgba(255, 255, 255, 0.08) 84%, rgba(255, 255, 255, 0.14) 100%);
    border-top-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .skip {
    z-index: -1111111;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
}
/* Reset Margins */
@media only screen and (min-width: 1024px) {
  body,
  html {
    margin: 0;
    padding: 0;
  }
}
/* Scale full website with the viewport width */
@media only screen and (min-width: 3000px) {
  body,
  html {
    font-size: 0.55vw;
  }
}
/*-- -------------------------- -->
<---        Navigation          -->
<--- -------------------------- -*/
/* All screen sizes — hamburger + centered logo */
@media only screen and (min-width: 0rem) {
  body.cs-open {
    overflow: hidden;
  }
  #cs-navigation {
    z-index: 10000;
    position: fixed;
    top: var(--bar-height);
    background-color: var(--brandPurple);
    width: 100%;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0 1rem;
    font-family: "Lato", Arial, sans-serif;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 4px solid;
    border-image-source: var(--goldGradient);
    border-image-slice: 1;
    /* Shrunk state on scroll */
  }
  #cs-navigation::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/noise-grain.png");
    background-repeat: repeat;
    background-size: 150px 150px;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
  }
  #cs-navigation .cs-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 1fr;
    align-items: stretch;
    width: 100%;
    height: 4.8rem;
    transition: height 0.4s ease;
  }
  #cs-navigation .cs-logo {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* Sits the image perfectly on the bottom */
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 12rem;
    box-sizing: border-box;
    filter: none;
  }
  #cs-navigation .cs-logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 4.2rem;
    /* A little smaller to fit inside 4.8rem */
    margin-bottom: 0.15rem;
    /* Tiny buffer above the bezel */
    object-fit: contain;
    transition: max-height 0.4s ease;
  }
  #cs-navigation .cs-logo picture {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
    max-height: 100%;
  }
  #cs-navigation.cs-scrolled .cs-container {
    height: 3.6rem;
  }
  #cs-navigation.cs-scrolled .cs-logo img {
    max-height: 3.1rem;
    /* Fits inside 3.6rem */
  }
  #cs-navigation .cs-toggle {
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.25rem;
    margin: 0;
    /* Remove any margins that might push it left */
    background-color: transparent;
    height: 2.5rem;
    width: 2.5rem;
  }
  #cs-navigation .cs-toggle .cs-line {
    background-color: var(--headerColor);
  }
  #cs-navigation .cs-active .cs-line1 {
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  #cs-navigation .cs-active .cs-line2 {
    top: 50%;
    transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
    transform-origin: center;
  }
  #cs-navigation .cs-active .cs-line3 {
    bottom: 100%;
    opacity: 0;
  }
  #cs-navigation .cs-box {
    position: relative;
    /* 14px - 16px */
    height: clamp(0.875rem, 1.5vw, 1rem);
    /* 24px - 28px */
    width: clamp(1.5rem, 2vw, 1.75rem);
  }
  #cs-navigation .cs-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    background-color: #1a1a1a;
    height: 2px;
    width: 100%;
  }
  #cs-navigation .cs-line1 {
    top: 0;
    width: 65%;
    transform-origin: center;
    transition: transform 0.3s, top 0.3s, width 0.3s;
  }
  #cs-navigation .cs-line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  #cs-navigation .cs-line3 {
    bottom: 0;
    width: 75%;
    transition: transform 0.3s, bottom 0.3s, opacity 0.3s, width 0.3s;
  }
  #cs-navigation .cs-ul-wrapper {
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    background-color: var(--brandPurple);
    height: 100vh;
    width: min(78%, 26rem);
    overflow: hidden;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0s linear 0.45s;
  }
  #cs-navigation .cs-ul-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/noise-grain.png");
    background-repeat: repeat;
    background-size: 150px 150px;
    opacity: 0.08;
    pointer-events: none;
  }
  #cs-navigation .cs-ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    margin: 0;
    width: 100%;
    overflow-y: auto;
    padding: 3rem 2.5rem 2rem clamp(1.75rem, 3vw, 2.5rem);
    gap: 1.25rem;
  }
  #cs-navigation .cs-li {
    opacity: 0;
    transform: translateX(-2.5rem);
    transition: transform 0.5s, opacity 0.6s;
    margin-right: 0;
    width: 100%;
    list-style: none;
    text-align: left;
  }
  #cs-navigation .cs-li-link {
    position: relative;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    /* 16px - 24px */
    font-size: clamp(1.2rem, 2.5vw, 1.75rem);
    line-height: 1.2em;
    color: var(--headerColor);
    font-family: "Cinzel", serif;
    font-weight: 400;
  }
  #cs-navigation .cs-li-link:before {
    position: absolute;
    bottom: -0.125rem;
    left: 0;
    /* active state underline */
    content: "";
    opacity: 1;
    display: none;
    background: currentColor;
    height: 1px;
    width: 100%;
  }
  #cs-navigation .cs-li-link.cs-active:before {
    display: block;
  }
  #cs-navigation .cs-button-solid {
    display: none;
  }
  #cs-navigation:before {
    z-index: -11;
    position: absolute;
    top: 100%;
    left: 0;
    /* black blurred overlay */
    content: "";
    opacity: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 0%;
    transition: width 0.5s, opacity 0.3s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  #cs-navigation.cs-active .cs-ul-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0s linear 0s;
  }
  #cs-navigation.cs-active .cs-li {
    opacity: 1;
    transform: translateX(0);
  }
  #cs-navigation.cs-active:before {
    opacity: 1;
    width: 100%;
  }
  #cs-navigation .cs-cart-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.25rem;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
  }
  #cs-navigation .cs-cart-button:hover {
    background-color: rgba(212, 175, 55, 0.1);
  }
  #cs-navigation .cs-cart-icon {
    height: 1.25rem;
    width: 1.25rem;
    flex: none;
    color: var(--headerColor);
  }
  #cs-navigation .cs-cart-count {
    position: absolute;
    top: 0.05rem;
    right: 0.05rem;
    width: 1.15rem;
    height: 1.15rem;
    background: var(--primary);
    color: #110820;
    font-family: "Cinzel", serif;
    font-size: 0.58rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    pointer-events: none;
  }
  #cs-navigation .cs-nav-button-group {
    align-self: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
/*-- -------------------------- -->
<---     Navigation Dropdown    -->
<--- -------------------------- -*/
/* All screen sizes — dropdown in drawer */
@media only screen and (min-width: 0rem) {
  #cs-navigation .cs-dropdown {
    position: relative;
    color: var(--bodyTextColorWhite);
  }
  #cs-navigation .cs-dropdown .cs-li-link {
    position: relative;
    transition: opacity 0.3s;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    margin: 0.75rem 0 0 0;
    height: auto;
    padding: 1.5rem;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-link {
    opacity: 1;
  }
  #cs-navigation .cs-dropdown-button {
    border: none;
    background-color: transparent;
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: clamp(1.2rem, 2.5vw, 1.75rem);
    color: var(--headerColor);
    /* Dark text for light background */
    cursor: pointer;
    appearance: none;
  }
  #cs-navigation .cs-drop-icon {
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
    height: auto;
    width: 0.9375rem;
  }
  #cs-navigation .cs-drop-ul {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    background-color: var(--primary);
    height: 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 1.5rem 0 1.5rem;
    transition: padding 0.3s, margin 0.3s, height 0.3s, opacity 0.3s, transform 0.3s, visibility 0.3s;
    gap: 0.75rem;
    transform-origin: top left;
  }
  #cs-navigation .cs-drop-li {
    list-style: none;
    text-align: left;
  }
  #cs-navigation .cs-li-link.cs-drop-link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    color: #110820;
  }
}
/* Desktop — larger header and logo */
@media only screen and (min-width: 64rem) {
  #cs-navigation {
    padding: 0 2rem;
  }
  #cs-navigation .cs-container {
    height: 5.5rem;
  }
  #cs-navigation .cs-logo {
    max-width: 15.4rem;
  }
  #cs-navigation .cs-logo img {
    max-height: 5.06rem;
    /* Fits inside 5.5rem container */
  }
  #cs-navigation.cs-scrolled .cs-container {
    height: 3.85rem;
  }
  #cs-navigation.cs-scrolled .cs-logo img {
    max-height: 3.41rem;
    /* Fits inside 3.85rem container */
  }
}
/*-- -------------------------- -->
<---   Interior Page Header     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  #int-hero {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 35vh;
    /* Slightly taller for photo impact */
    padding-top: 3.125rem;
    border-bottom: 4px solid;
    border-image-source: var(--goldGradient);
    border-image-slice: 1;
  }
  #int-hero picture {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #int-hero picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #int-hero h1 {
    position: relative;
    margin: 0 auto;
    margin-top: 4.375rem;
    margin-bottom: 1.875rem;
    max-width: 50rem;
    width: 96%;
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    color: #fff !important;
    /* Pure white text for photo background */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    text-align: center;
    font-family: "Cinzel", serif;
    font-weight: 400;
    /* Removed slant */
  }
  #int-hero p {
    display: block;
    margin: auto;
    margin-bottom: 1.875rem;
    max-width: 37.5rem;
    width: 96%;
    color: #fff !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    text-align: center;
    font-family: "Cinzel", serif;
    font-size: 1.5rem;
  }
  #int-hero:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.6;
    /* Semi-transparent dark overlay to let photo through */
    display: block;
    background-color: #000;
    height: 100%;
    width: 100%;
  }
}
/* Tablet */
@media only screen and (min-width: 48rem) {
  #int-hero {
    font-size: 100%;
  }
  #int-hero h1 {
    font-size: 4rem;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64rem) {
  #int-hero {
    background-attachment: fixed;
    min-height: 18.75rem;
    height: auto;
    padding-top: 11.25rem;
    font-size: inherit;
    padding-block-end: 6.25rem;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  #cta {
    position: relative;
    padding: clamp(3rem, 8vw, 5rem) 0;
    border-bottom: 4px solid;
    border-image-source: var(--goldGradient);
    border-image-slice: 1;
  }
  #cta .container {
    text-align: center;
  }
  #cta .title {
    margin-bottom: 2.25rem;
    font-size: min(9vw, 3.5rem);
    line-height: 1.2083333333em;
    font-weight: 400;
    font-family: "Cinzel", serif;
    color: var(--headerColor);
    text-align: center;
  }
  #cta p {
    margin: auto;
    margin-bottom: 2.25rem;
    max-width: 37.375rem;
    width: 96%;
    color: var(--headerColor);
    text-align: center;
    font-family: "Lato", Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64rem) {
  #cta {
    padding: clamp(5rem, 8vw, 8rem) 0;
  }
}
/*-- -------------------------- -->
<---           Footer           -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  #footer {
    position: relative;
    z-index: 3;
    background-color: var(--brandPurple);
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-image-source: var(--goldGradient);
    border-image-slice: 1;
    padding: clamp(2.5rem, 6vw, 4rem) 0 2rem;
    font-size: min(4vw, 1.2em);
    color: var(--bodyTextColorWhite);
    position: relative;
    overflow: hidden;
  }
  #footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/noise-grain.png");
    background-repeat: repeat;
    background-size: 150px 150px;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
  }
  #footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .section-corners {
    overflow: visible;
  }
  #footer .left-section {
    margin: auto;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  #footer .left-section .logo {
    display: inline-block;
    margin: auto;
    margin-bottom: 1.5rem;
    height: 4rem;
    width: auto;
    text-align: center;
    /* Make logo white for dark background */
    filter: none;
  }
  #footer .left-section .logo img {
    display: block;
    height: 100%;
    width: auto;
  }
  #footer .left-section .logo picture {
    display: block;
    height: 100%;
  }
  #footer .left-section p {
    opacity: 0.9;
    margin: auto;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.6em;
    color: var(--bodyTextColorWhite);
    text-align: center;
    font-family: "Lato", sans-serif;
  }
  #footer .right-section {
    margin: auto;
    max-width: 25.4375rem;
    width: 96%;
    padding-top: 1.5rem;
    position: relative;
    z-index: 10;
  }
  #footer .right-section .lists {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
    margin: auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  #footer .right-section .lists ul {
    margin-top: 0;
    margin-bottom: 2rem;
    padding: 0;
  }
  #footer .right-section .lists ul li {
    opacity: 0.9;
    margin-bottom: 0.75rem;
    list-style: none;
    font-size: 1rem;
    color: var(--bodyTextColorWhite);
  }
  #footer .right-section .lists ul li a {
    text-decoration: none;
    line-height: 1.5em;
    color: var(--bodyTextColorWhite);
    font-family: "Cinzel", serif;
    font-size: 1.3rem;
    transition: color 0.3s;
  }
  #footer .right-section .lists ul li a:hover {
    color: var(--primary);
  }
  #footer .right-section .lists ul h2 {
    position: relative;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.15em;
    line-height: 1.2em;
    font-family: "Cinzel", serif;
    font-weight: bold;
    color: var(--primary);
  }
  #footer .right-section .lists ul h2:before {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    opacity: 1;
    display: block;
    background: var(--primary);
    height: 2px;
    width: 2rem;
  }
  #footer .right-section .lists ul:nth-of-type(3) {
    margin-top: 0;
  }
  #footer .right-section .lists ul:nth-of-type(3) li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }
  #footer .right-section .lists ul:nth-of-type(3) li:last-of-type {
    margin-bottom: 0;
  }
  #footer .right-section .buttons {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  #footer .right-section .cs-button-solid {
    margin: 0;
    width: auto;
    padding: 0 2rem;
  }
  #footer .footer-divider {
    border: none;
    border-top: 1px solid rgba(244, 240, 230, 0.15);
    width: 60%;
    margin: 0;
    padding: 0;
    align-self: center;
  }
  #footer .credit {
    margin: auto;
    margin-top: 2.5rem;
    width: 96%;
    font-size: 0.9rem;
    line-height: 1.5em;
    color: var(--bodyTextColorWhite);
    text-align: center;
    border-top: 1px solid rgba(244, 240, 230, 0.1);
    padding-top: 2rem;
  }
  #footer .credit a {
    text-decoration: none;
    color: var(--primary);
  }
  #footer .credit a,
  #footer .credit a:visited,
  #footer .credit a:hover,
  #footer .credit a:focus-visible,
  #footer .credit a:active {
    color: var(--primary) !important;
  }
  #footer .credit a:hover {
    text-decoration: underline;
  }
  #footer .credit .copyright {
    display: block;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64rem) {
  #footer {
    font-size: min(1.2vw, 1em);
  }
  #footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    max-width: 1600px;
    width: 100%;
    padding: 0 2rem;
    gap: 1.5rem;
  }
  #footer .left-section {
    margin: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 560px;
    text-align: center;
  }
  #footer .left-section .logo {
    margin-left: auto;
    margin-right: auto;
    height: 5rem;
    text-align: center;
  }
  #footer .left-section p {
    text-align: center;
  }
  #footer .right-section {
    margin: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .right-section .lists {
    margin: 0;
    width: 100%;
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  #footer .right-section .lists ul {
    text-align: center;
  }
  #footer .right-section .lists ul h2::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #footer .right-section .buttons {
    justify-content: center;
    width: 100%;
  }
  #footer .credit .copyright {
    display: inline-block;
  }
}

/* Source: assets/css/critical.css */
/* STYLES FOR ABOVE THE FOLD */
/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero {
    z-index: 1;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    /* padding-top: bar height + nav height (~6rem) + breathing room */
    padding: clamp(6.75rem, 14svh, 9.25rem) 1rem clamp(1rem, 3svh, 2rem);
    height: 100vh;
    height: 100dvh;
    height: 100svh;
    background-color: transparent;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 3svh, 3rem);
  }
  #hero .cs-container {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 45rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 clamp(0.25rem, 3vw, 2rem);
    gap: clamp(0.75rem, 2.5svh, 2.25rem);
  }
  #hero .cs-flex-group {
    max-width: 45rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #hero .cs-topper {
    margin-bottom: clamp(0.5rem, 1.5svh, 1rem);
    color: var(--primary);
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: inherit;
  }
  #hero .cs-title {
    width: 100%;
    color: var(--headerColor);
    font-family: "Cinzel", serif;
    font-size: clamp(1.75rem, min(7vw, 6svh), 4.5rem);
    line-height: 1.1em;
    margin-bottom: clamp(0.35rem, 1.5svh, 1.5rem);
    /* Removed slant */
    text-align: inherit;
  }
  #hero .cs-text {
    margin-bottom: clamp(0.5rem, 2svh, 2.5rem);
    color: var(--bodyTextColor);
    font-size: clamp(0.875rem, min(3vw, 2.4svh), 1.25rem);
    line-height: 1.5em;
    text-align: inherit;
  }
  #hero .cs-button-group {
    /* Equal 1fr columns size both buttons to the widest label, so they always match */
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: auto;
    max-width: 100%;
    gap: clamp(0.4rem, 2vw, 0.75rem);
  }
  #hero .cs-button-group .cs-button-solid,
  #hero .cs-button-group .cs-button-transparent {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    height: clamp(2.55rem, 12vw, 3.5rem);
    min-width: 0;
    box-sizing: border-box;
    padding: 0 clamp(0.75rem, 3vw, 1.75rem);
    font-size: clamp(0.82rem, 3.5vw, 1.25rem);
    line-height: 1;
  }
  #hero .cs-button-transparent {
    z-index: 1;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    border: 1px solid var(--headerColor);
    margin: 0;
    background-color: transparent;
    height: clamp(2.55rem, 12vw, 3.5rem);
    width: auto;
    min-width: 0;
    box-sizing: border-box;
    padding: 0 clamp(0.5rem, 2.5vw, 1.25rem);
    text-decoration: none;
    font-family: "Cinzel", serif;
    font-size: clamp(0.82rem, 3.7vw, 1.4rem);
    line-height: 1;
    font-weight: 400;
    color: var(--headerColor);
    /* Removed slant */
    transition: transform 0.3s, background-color 0.3s, color 0.3s;
  }
  #hero .cs-button-transparent:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transform: rotate(0deg) scale(1.05);
  }
  #hero .cs-image-group {
    width: 100%;
    max-width: 45rem;
    height: clamp(160px, 32svh, 680px);
    position: relative;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero .cs-picture {
    width: clamp(220px, 38vw, 430px);
    height: auto;
    position: absolute;
    transition: none;
    /* Removed hover transitions */
  }
  #hero .cs-picture img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px;
    border: 0.4rem solid var(--background);
    background-color: var(--background);
    display: block;
  }
  #hero .cs-picture1 {
    z-index: 1;
    transform: translateX(-35%) rotate(-8deg);
  }
  #hero .cs-picture2 {
    z-index: 3;
    transform: translateY(-5%) rotate(2deg);
  }
  #hero .cs-picture3 {
    z-index: 2;
    transform: translateX(35%) rotate(12deg);
  }
}
/* Tablet - 768px to 1199px (iPad) */
@media only screen and (min-width: 48rem) and (max-width: 74.9375rem) {
  #hero .cs-button-group {
    gap: 1.25rem;
  }
  #hero .cs-button-group .cs-button-solid,
  #hero .cs-button-group .cs-button-transparent {
    min-width: 12rem;
    height: 3.5rem;
    padding: 0 1.75rem;
    font-size: 1.25rem;
  }
}
/* Desktop - 1200px+ (side-by-side) */
@media only screen and (min-width: 75rem) {
  #hero {
    text-align: left;
    /* Top clears the nav + announcement bar; scales with viewport height so the hero fits one screen */
    padding: clamp(6rem, 9svh, 8rem) 2rem clamp(2rem, 4svh, 3.5rem);
    height: 100vh;
    height: 100dvh;
    height: 100svh;
  }
  #hero .cs-container {
    margin: auto;
    flex-direction: row;
    /* Side-by-side layout inside the container */
    justify-content: space-between;
    align-items: center;
    max-width: 80rem;
    /* Reverted to 1280px */
    gap: 3rem;
  }
  #hero .cs-flex-group {
    align-items: flex-start;
  }
  #hero .cs-button-group {
    justify-content: start;
    gap: clamp(0.75rem, 2svh, 1.5rem);
  }
  #hero .cs-button-group .cs-button-solid,
  #hero .cs-button-group .cs-button-transparent {
    min-width: 11.25rem;
    height: clamp(2.875em, 5.5vw, 3.5em);
    padding: 0 clamp(1.25rem, 5vw, 2rem);
    font-size: clamp(1rem, min(4.5vw, 2.6svh), 1.4rem);
  }
  #hero .cs-flex-group {
    max-width: 45rem;
    /* Ensure text doesn't span full width */
    flex: 1;
  }
  #hero .cs-image-group {
    margin-top: 0;
    flex: 0 0 auto;
    max-width: 52rem;
    width: 48%;
    /* Scales down on shorter viewports so the hero stays within one screen */
    height: clamp(360px, 62svh, 750px);
    overflow: hidden;
  }
  #hero .cs-picture {
    width: clamp(240px, 20vw, 360px);
  }
  #hero .cs-picture1 {
    transform: translateX(-28%) translateY(5%) rotate(-12deg);
  }
  #hero .cs-picture2 {
    transform: translateY(-5%) rotate(2deg);
  }
  #hero .cs-picture3 {
    transform: translateX(28%) translateY(8%) rotate(15deg);
  }
}
/* ── Hero jar illustration ─────────────────────────────────────────────────── */
@media only screen and (min-width: 0rem) {
  .hero-jar-group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .hero-jar-ring {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 163, 115, 0.18) 0%, rgba(212, 163, 115, 0.04) 70%, transparent 100%);
    width: clamp(130px, min(50vw, 25svh), 420px);
    height: clamp(130px, min(50vw, 25svh), 420px);
  }
  .hero-jar {
    position: relative;
    width: clamp(140px, min(44vw, 23svh), 480px);
    height: auto;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0 16px 32px rgba(180, 120, 50, 0.25));
  }
}
@media only screen and (min-width: 75rem) {
  .hero-jar-group {
    flex: 0 0 auto;
    width: 50%;
    /* Give it half the container space */
    display: flex;
    justify-content: flex-end;
    /* Push to the right edge */
  }
  .hero-jar-ring {
    width: 600px;
    /* Scaled up ring */
    height: 600px;
    right: 0;
    /* Align to right */
  }
  .hero-jar {
    width: clamp(400px, 45vw, 650px);
    /* Massively scaled up honey jar */
    /* Removed slant */
  }
}
/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0rem) {
  .services {
    z-index: 100;
    position: relative;
    border-top: 0.375em solid var(--primary);
    border-radius: 0.3125em;
    margin: auto;
    margin-top: -10.4375em;
    margin-bottom: 3.125em;
    background: #fff;
    max-width: 82.5em;
    width: 90%;
    padding: 3.125em 1.25em;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
  }
  .services .card {
    display: block;
    margin: auto;
    margin-bottom: 3.125em;
    max-width: 22.3125em;
    width: 100%;
  }
  .services .card picture {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1.4375em;
    background: var(--primary);
    height: 5.5em;
    width: 5.5em;
  }
  .services .card picture img {
    height: 3em;
    width: 3em;
  }
  .services .card h2 {
    margin-bottom: 0.65em;
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
  }
  .services .card p {
    opacity: 0.7;
    width: 100%;
    line-height: 1.3333333333em;
    text-align: center;
  }
  .services .card:last-of-type {
    margin-bottom: 0;
  }
}
/* Inbetween */
@media only screen and (min-width: 768px) {
  .services {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 98%;
    font-size: min(1.8vw, 1em);
  }
  .services .card {
    margin: 0;
    max-width: 20.3125em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  .services {
    padding: 3.125em 5em;
  }
  .services .card {
    max-width: 22.3125em;
  }
}

/* Source: assets/css/local.css */
/* PAGE-SPECIFIC STYLES FOR THE HOME PAGE */
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs {
    padding: var(--sectionPadding);
  }
  #sbs .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    row-gap: 2.5rem;
  }
  #sbs .cs-left {
    position: relative;
    height: 39.75em;
    /* using ems so we can use font size to scale the whole section */
    width: 39.4375em;
    /* scaling the font size with the view width */
    font-size: min(2.31vw, 0.7em);
  }
  #sbs .cs-picture {
    position: absolute;
    display: block;
    border-radius: 1.5em;
    /* clips img tag corners */
    overflow: hidden;
  }
  #sbs .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes image act like a background image */
    object-fit: cover;
  }
  #sbs .cs-picture1 {
    top: 0;
    left: 0;
    height: 36.3125em;
    width: 32.625em;
  }
  #sbs .cs-picture2 {
    bottom: 0;
    right: 0;
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--background);
    background-color: var(--background);
    height: 25em;
    width: 25.875em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
  }
  #sbs .cs-right {
    margin: auto;
    max-width: 33.875rem;
  }
  #sbs .cs-topper {
    margin-bottom: 0.25rem;
    text-align: left;
  }
  #sbs .cs-title {
    max-width: 50rem;
    text-align: left;
  }
  #sbs .cs-text {
    margin-bottom: 1rem;
    max-width: 46.875rem;
    text-align: left;
  }
  #sbs .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs .cs-flex-group {
    position: relative;
    border-radius: 1rem;
    background-color: var(--background);
    border: 1px solid rgba(212, 175, 55, 0.2);
    /* 16px - 32px */
    padding: clamp(1rem, 3vw, 2rem);
  }
  #sbs .cs-flex-p {
    margin: 0 0 1rem;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #sbs .cs-name {
    display: block;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
  }
  #sbs .cs-job {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #sbs .cs-quote-icon {
    position: absolute;
    bottom: 0rem;
    /* 16px - 32px */
    right: clamp(1rem, 4vw, 2rem);
    height: auto;
    /* 60px - 136px */
    width: clamp(3.75rem, 10vw, 8.5rem);
  }
  #sbs .cs-button-solid {
    display: block;
    width: fit-content;
    margin: 2rem auto 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs .cs-left {
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs .cs-right {
    margin: 0;
  }
  #sbs .cs-button-solid {
    margin-left: 0;
    margin-right: 0;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-r {
    padding: var(--sectionPadding);
  }
  #sbs-r .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    row-gap: 2.5rem;
  }
  #sbs-r .cs-left {
    position: relative;
    height: 39.75em;
    /* using ems so we can use font size to scale the whole section */
    width: 39.4375em;
    /* scaling the font size with the view width */
    font-size: min(2.31vw, 0.7em);
  }
  #sbs-r .cs-picture {
    position: absolute;
    display: block;
    border-radius: 1.5em;
    /* clips img tag corners */
    overflow: hidden;
  }
  #sbs-r .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes image act like a background image */
    object-fit: cover;
  }
  #sbs-r .cs-picture1 {
    top: 0;
    right: 0;
    height: 36.3125em;
    width: 32.625em;
  }
  #sbs-r .cs-picture2 {
    bottom: 0;
    left: 0;
    /* 6px - 12px */
    border: clamp(0.375em, 1.5vw, 0.75em) solid var(--background);
    background-color: var(--background);
    height: 25em;
    width: 25.875em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 40px;
  }
  #sbs-r .cs-right {
    margin: auto;
    max-width: 33.875rem;
  }
  #sbs-r .cs-topper {
    margin-bottom: 0.25rem;
    text-align: left;
  }
  #sbs-r .cs-title {
    max-width: 50rem;
    text-align: left;
  }
  #sbs-r .cs-text {
    margin-bottom: 1rem;
    max-width: 46.875rem;
    text-align: left;
  }
  #sbs-r .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-r .cs-flex-group {
    position: relative;
    border-radius: 1rem;
    background-color: var(--background);
    border: 1px solid rgba(212, 175, 55, 0.2);
    /* 16px - 32px */
    padding: clamp(1rem, 3vw, 2rem);
  }
  #sbs-r .cs-flex-p {
    margin: 0 0 1rem;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #sbs-r .cs-name {
    display: block;
    margin: 0 0 0.25rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--headerColor);
  }
  #sbs-r .cs-job {
    display: block;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #sbs-r .cs-quote-icon {
    position: absolute;
    bottom: 0rem;
    /* 16px - 32px */
    right: clamp(1rem, 4vw, 2rem);
    height: auto;
    /* 60px - 136px */
    width: clamp(3.75rem, 10vw, 8.5rem);
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-r .cs-container {
    flex-flow: row;
    justify-content: space-between;
    gap: 3.25rem;
  }
  #sbs-r .cs-left {
    /* sends it to the right */
    order: 2;
    font-size: min(1.2vw, 1em);
    flex: none;
  }
  #sbs-r .cs-right {
    margin: 0;
  }
}
/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/
/* Mobile - 360px - Contains hover animation */
@media only screen and (min-width: 0rem) {
  #gallery {
    position: relative;
    /* Prevents overflow from the image going off screen */
    overflow: hidden;
    padding: var(--sectionPadding);
    /* Centers button */
    text-align: center;
  }
  #gallery .cs-container {
    margin: auto;
    max-width: 82.625em;
    width: 100%;
  }
  #gallery .cs-topper {
    margin-bottom: 1rem;
    text-align: center;
  }
  #gallery .cs-title {
    margin-bottom: 2.5rem;
    max-width: 38.8125rem;
    text-align: center;
  }
  #gallery .cs-image-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 3.75rem;
    max-width: 82.625em;
    width: 100%;
    padding: 0;
    /* used rem so it doesn't scale with the font size of on parent */
    font-size: min(1.1vw, 1em);
    gap: 1.875em;
  }
  #gallery .cs-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.875em;
  }
  #gallery .cs-picture {
    position: relative;
    display: block;
  }
  #gallery .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #gallery .cs-row-1 .cs-picture1 {
    height: 35.4375em;
    width: 26.25em;
  }
  #gallery .cs-row-1 .cs-picture2 {
    height: 39.3125em;
    width: 26.25em;
  }
  #gallery .cs-row-1 .cs-picture3 {
    height: 32em;
    width: 26.25em;
  }
  #gallery .cs-row-2 .cs-picture1 {
    height: 30.75em;
    width: 26.25em;
  }
  #gallery .cs-row-2 .cs-picture2 {
    height: 32.3125em;
    width: 26.25em;
  }
  #gallery .cs-row-2 .cs-picture3 {
    height: 39.3125em;
    width: 26.25em;
  }
  #gallery .cs-row-3 .cs-picture1 {
    height: 39.0625em;
    width: 26.25em;
  }
  #gallery .cs-row-3 .cs-picture2 {
    height: 28.25em;
    width: 26.25em;
  }
  #gallery .cs-row-3 .cs-picture3 {
    height: 39.3125em;
    width: 26.25em;
  }
}
/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #reviews {
    padding: var(--sectionPadding);
    /* Centers the button */
    text-align: center;
  }
  #reviews .cs-container {
    margin: auto;
    max-width: 69rem;
    width: 100%;
  }
  #reviews .cs-topper {
    margin-bottom: 1rem;
    text-align: center;
  }
  #reviews .cs-title {
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #reviews .cs-text {
    /* 88px - 104px */
    margin-bottom: clamp(5.5em, 10.2vw, 6.5em);
    max-width: 40.625rem;
    text-align: center;
  }
  #reviews .cs-card-group {
    /* 48px - 64px */
    margin: clamp(3rem, 5vw, 4rem) auto clamp(3rem, 5vw, 4rem);
    padding: 0;
  }
  #reviews .cs-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.25rem;
    margin: 0 auto 4rem;
    background-color: var(--background);
    max-width: 33.875rem;
    width: 100%;
    /* Prevents padding from affecting height & width */
    box-sizing: border-box;
    /* Padding L & R - 16px - 32px */
    padding: 3.75rem clamp(1rem, 3.2vw, 2rem) 0;
    /* 32px - 40px */
    padding-bottom: clamp(2rem, 5.4vw, 2.5rem);
    list-style: none;
    text-align: left;
    box-shadow: 0px 20px 39px 0px rgba(0, 0, 0, 0.05);
  }
  #reviews .cs-item:last-of-type {
    margin-bottom: 0;
  }
  #reviews .cs-item-img {
    position: absolute;
    top: -2.5rem;
    height: 5rem;
    width: 5rem;
  }
  #reviews .cs-item-p {
    border-bottom: 1px solid #e8e9ec;
    margin: 0 0 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #reviews .cs-reviewer {
    display: block;
    margin: 0 auto 0 0;
    width: 40%;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #reviews .cs-desc {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(#353535);
  }
  #reviews .cs-item-stars {
    height: 1rem;
    width: 6rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #reviews .cs-card-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  #reviews .cs-item {
    /* reset margin so it won't interfere with flexbox */
    margin: 0;
  }
}
/* Stats Bar */
.stats-bar {
  background-color: var(--primary);
  background-image: var(--goldGradient);
  color: var(--brandPurple);
  text-align: center;
  padding: 0.85rem 0;
  font-size: 1.1rem;
  font-weight: 700;
  /* Metallic edge highlights */
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.stats-bar-marquee {
  overflow: hidden;
  /* Move overflow hidden here */
  width: 100%;
}

.stats-bar-container {
  display: flex;
  white-space: nowrap;
  width: max-content;
  gap: 4rem;
  /* Increased spacing */
  animation: scroll-stats 30s linear infinite;
  /* Slower for readability */
}

@keyframes scroll-stats {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
  /* Perfect seamless loop with duplicated content */
}
.stats-bar-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stats-bar .stats-divider {
  color: var(--brandPurple);
  opacity: 0.5;
}

/* Disable marquee on larger screens where it fits */
@media (min-width: 64rem) {
  .stats-bar-marquee {
    overflow: visible;
  }
  .stats-bar-container {
    animation: none;
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
}
/* Product Sizes */
#products-home {
  padding: var(--sectionPadding);
}

#products-home .cs-container {
  text-align: center;
  max-width: 80rem;
  margin: auto;
}

#products-home .cs-topper,
#products-home .cs-title,
#products-home .cs-text {
  margin-left: auto;
  margin-right: auto;
}

#products-home .size-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  max-width: 1300px;
  /* Increased to fit 4 cards + gaps */
  margin-left: auto;
  margin-right: auto;
}

.size-card {
  position: relative;
  flex: 0 1 280px;
  min-height: 430px;
  background-color: var(--background);
  border: 2px solid var(--primary);
  border-radius: 8px;
  padding: 1.25rem 1.5rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.size-card .size-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 8px;
}
.size-card .size-card-visual,
.size-card .size-card-visual:hover,
.size-card .size-card-visual:focus-visible,
.size-card .size-card-visual h3,
.size-card .size-card-visual:hover h3,
.size-card .size-card-visual:focus-visible h3 {
  text-decoration: none !important;
}
.size-card .size-card-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 18.5rem;
}
.size-card .size-card-visual *,
.size-card .size-card-visual:hover *,
.size-card .size-card-visual:focus-visible * {
  text-decoration: none !important;
}
.size-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}
.size-card .size-icon {
  width: min(100%, 220px);
  height: 220px;
  max-width: 220px;
  object-fit: contain;
  flex-shrink: 0;
  color: var(--primary);
  margin-bottom: 0.85rem;
}
.size-card .size-icon--photo {
  width: min(100%, 220px);
  height: 220px;
  border-radius: 0.75rem;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}
.size-card h3 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.08rem, 1.6vw, 1.45rem);
  color: var(--headerColor);
  min-height: 3.6rem;
  margin: 0 0 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.size-card h3 .size-note {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  font-weight: 700;
  margin-top: 0.1rem;
}
.size-card .cs-button-solid {
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.75rem 1rem;
  white-space: normal;
  margin-top: auto;
}

/* Ensure 4 across on desktop specifically */
@media (min-width: 64rem) {
  .size-card {
    flex: 0 1 calc(25% - 2rem);
    /* Force 4 columns if container is wide enough */
    min-width: 250px;
  }
}
.size-weight {
  font-family: "Lato", sans-serif;
  font-size: 0.85rem;
  color: rgba(244, 238, 216, 0.6);
  margin-bottom: 1rem;
}

.size-price {
  font-family: "Cinzel", serif;
  font-size: 1.35rem;
  color: var(--primary);
  font-weight: 700;
  line-height: 1.15;
  display: inline-block;
  min-height: 1.6rem;
  margin-bottom: 1.25rem;
}

/* Trust Strip */
#trust-strip {
  background-color: var(--brandPurple);
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-image-source: var(--goldGradient);
  border-image-slice: 1;
  padding: 4rem 1rem;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: visible;
}
#trust-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/noise-grain.png");
  background-repeat: repeat;
  background-size: 150px 150px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

#trust-strip .cs-container {
  max-width: 80rem;
  margin: auto;
}

.trust-grid {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  flex-wrap: wrap;
}

.trust-item {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trust-item img {
  margin-bottom: 1rem;
  /* Approximate #D4AF37 */
  filter: brightness(0) saturate(100%) invert(80%) sepia(35%) saturate(1002%) hue-rotate(345deg) brightness(96%) contrast(93%);
}

.trust-item h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.trust-item p {
  color: #e5e5e5;
  font-size: 1rem;
  line-height: 1.5;
}

/* About Teaser */
#about-teaser {
  padding: var(--sectionPadding);
}

#about-teaser .cs-container {
  max-width: 80rem;
  margin: auto;
}

.about-split {
  display: flex;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  flex-wrap: wrap;
}

.about-image {
  flex: 1.2;
  min-width: 300px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-content {
  flex: 1;
  text-align: left;
}

.about-quote {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  line-height: 1.2em;
  color: var(--primary);
  margin-bottom: 2rem;
  border-left: 4px solid var(--primary);
  padding-left: 1.5rem;
  /* Removed slant */
}

.about-content .cs-text {
  margin-bottom: 1.5rem;
}

.about-content .cs-button-solid {
  margin-top: 1rem;
}

/* Source: assets/css/shop.css */
.shop-notice {
    background-color: var(--background);
    border-left: 4px solid var(--primary);
    padding: 1.25rem 1.5rem;
    margin: 2rem auto 4rem;
    border-radius: 6px;
    max-width: 800px;
    text-align: center;
}

.shop-notice p {
    margin: 0;
    color: var(--bodyTextColor);
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
}

.size-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto 3rem;
}

/* Shop archive cards live in a CSS grid. local.css applies a homepage-only
   `min-width: 250px` to `.size-card` that leaks site-wide and overflows the
   grid tracks here (cards overlap). Cancel that leak for the shop grid only so
   the responsive auto-fit layout works. */
.size-grid--shop .size-card {
    flex: initial;
    min-width: 0;
}

.size-card {
    position: relative;
    min-height: 430px;
    background-color: var(--background);
    border: 2px solid var(--primary);
    border-radius: 8px;
    padding: 1.25rem 1.5rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.size-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}

.size-card-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    width: 100%;
    min-height: 18.5rem;
}

.size-card .size-icon {
    width: min(100%, 220px);
    height: 220px;
    max-width: 220px;
    object-fit: contain;
    flex-shrink: 0;
    margin-bottom: 0.85rem;
}

.size-card .size-icon--photo {
    width: min(100%, 220px);
    height: 220px;
    border-radius: 0.75rem;
    object-fit: cover;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.size-card h3 {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.08rem, 1.6vw, 1.45rem);
    color: var(--headerColor);
    min-height: 3.6rem;
    margin: 0 0 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

/* Title turns gold when the WHOLE card is hovered/focused — signals the card
   is clickable and opens the product page (not just hovering the title). */
.size-card:hover h3,
.size-card:focus-within h3,
.size-card-visual:hover h3,
.size-card-visual:focus-visible h3 {
    color: var(--primary);
}

.size-card .cs-button-solid {
    position: relative;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1;
    padding: 0.75rem 1rem;
    white-space: normal;
    margin-top: auto;
}

.qh-card-add-form {
    position: relative;
    z-index: 2;
    width: 100%;
}

.size-price {
    font-family: 'Cinzel', serif;
    font-size: 1.35rem;
    color: var(--primary);
    font-weight: 700;
    line-height: 1.15;
    min-height: 1.6rem;
    margin-bottom: 1.25rem;
}

/* ---- No underline on product card titles, ever (①) ---- */
.size-card-visual,
.size-card-visual:hover,
.size-card-visual:focus-visible,
.size-card h3,
.size-card h3 a {
    text-decoration: none;
}

/* ---- Shop grid: desktop max width without extra side padding ---- */
@media only screen and (min-width: 64rem) {
    .size-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        max-width: 1100px;
    }
}

@media only screen and (max-width: 63.99rem) {
    .size-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 40rem) {
    .size-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- Out-of-stock / Coming Soon card states (intentional, not "failed") ---- */
.size-state-badge {
    position: absolute;
    top: 0.85rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.size-state-badge--soldout {
    background: rgba(212, 175, 55, 0.16);
    color: var(--primary);
    border: 1px solid rgba(212, 175, 55, 0.5);
}

.size-state-badge--soon {
    background: var(--primary);
    color: #110820;
}

/* Reserve room at the top so the state badge never overlaps the icon */
.size-card--soldout,
.size-card--coming-soon {
    padding-top: 2.85rem;
}

.size-card--soldout {
    border-color: rgba(212, 175, 55, 0.4);
}

.size-card--coming-soon {
    border-color: var(--primary);
}

.size-card--soldout .size-icon,
.size-card--coming-soon .size-icon {
    opacity: 0.55;
    filter: grayscale(0.25);
}

.size-card--soldout .size-card-visual h3,
.size-card--coming-soon .size-card-visual h3 {
    color: rgba(255, 255, 255, 0.82);
}

.size-state-copy {
    margin-top: auto;
    color: rgba(244, 238, 216, 0.72);
    font-size: 0.9rem;
    line-height: 1.45;
    font-family: 'Lato', sans-serif;
}
