@charset "UTF-8";
/* STYLES FOR ABOVE THE FOLD */
/*-- -------------------------- -->
<---           Hero             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero {
    z-index: 1;
    position: relative;
    overflow: hidden;
    /* padding-top: bar height + nav height (~6rem) + breathing room */
    padding: max(9.25rem, 16svh) 1rem max(2rem, 4svh);
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    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 2rem;
    gap: clamp(1.5rem, 4svh, 3rem);
  }
  #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, 7vw, 4.5rem);
    line-height: 1.1em;
    margin-bottom: clamp(0.5rem, 2svh, 1.5rem);
    /* Removed slant */
    text-align: inherit;
  }
  #hero .cs-text {
    margin-bottom: clamp(0.75rem, 2.5svh, 2.5rem);
    color: var(--bodyTextColor);
    font-size: clamp(0.95rem, 3vw, 1.25rem);
    line-height: 1.5em;
    text-align: inherit;
  }
  #hero .cs-button-group {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  #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.875em, 5.5vw, 3.5em);
    width: auto;
    min-width: 11.25rem;
    box-sizing: border-box;
    padding: 0 2rem;
    text-decoration: none;
    font-family: "Cinzel", serif;
    font-size: 1.4rem;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    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);
  }
}
/* Desktop - 1200px+ (side-by-side) */
@media only screen and (min-width: 75rem) {
  #hero {
    text-align: left;
    padding: clamp(9rem, 12vw, 11rem) 2rem clamp(5rem, 8vw, 7rem);
    height: 100vh;
    height: 100svh;
    height: 100dvh;
  }
  #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: flex-start;
  }
  #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%;
    height: 750px;
    overflow: hidden;
  }
  #hero .cs-picture {
    width: 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(160px, 55vw, 420px);
    height: clamp(160px, 55vw, 420px);
  }
  .hero-jar {
    position: relative;
    width: clamp(180px, 48vw, 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;
  }
}
