/** Shopify CDN: Minification failed

Line 12:0 All "@import" rules must come first

**/
.hs-hsnl *, .hs-hsnl *::before, .hs-hsnl *::after { box-sizing: border-box; margin: 0; padding: 0; }
.hs-hsnl {
  font-family: 'Georgia', serif;
  color: #1C2B1A;
  margin: 0 auto 50px;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

@media screen and (max-width: 1759px) {
  .content-holder-holder {
    box-sizing: border-box;
    width: calc(100% - 80px);
    margin-inline: auto;
  }
}

@media screen and (max-width: 749px) {
  .content-holder-holder {
    width: calc(100% - 32px);
  }
}

/* ── HEADER ── */
.hs-hsnl .hsnl-header {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(28,58,26,0.12);
  margin-bottom: 28px;
}
.hs-hsnl .hsnl-kicker {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: 0.36em;
  text-transform: uppercase; color: var(--hs-accent-color, #C14B1A);
  display: flex; align-items: center; gap: 9px; margin-bottom: 12px;
}
.hs-hsnl .hsnl-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: #C8921A; flex-shrink: 0;
  animation: hsnl-p 2.5s infinite;
}
@keyframes hsnl-p { 0%,100%{opacity:1} 50%{opacity:0.35} }
.hs-hsnl .hsnl-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5.5vw, 58px);
  font-weight: 700; line-height: 0.96;
  color: #1C3A1A; letter-spacing: -0.02em; margin-bottom: 14px;
}
.hs-hsnl .hsnl-headline em { 
  font-style: italic; 
  color: var(--hs-accent-color, #C14B1A); 
}
.hs-hsnl .hsnl-deck {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; 
  font-style: italic; 
  font-weight: 400;
  color: #6B7B68; 
  line-height: 1.6; 
}

/* ── HERO IMAGE ── */
.hs-hsnl .hsnl-hero {
  position: relative; 
  width: 100%;
  aspect-ratio: 16/7; 
  overflow: hidden;
  background: var(--hs-accent-color, #C14B1A); 
  margin-bottom: 28px;
}
.hs-hsnl .hsnl-hero img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 30%; display: block;
  transition: transform 0.6s ease;
}
.hs-hsnl .hsnl-hero:hover img { transform: scale(1.02); }
.hs-hsnl .hsnl-hero-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: rgba(247,244,238,0.8);
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 24px 18px 12px;
}
.hs-hsnl .hsnl-bar {
  height: 3px;
  background: linear-gradient(90deg, var(--hs-accent-color, #C14B1A) 0%, #C8921A 50%, #5A8C57 100%);
  margin-bottom: 28px;
}

  @media (max-width: 499px) {
    .content-holder-holder {
        padding: 30px 16px 0 16px;
    }
}

/* ── INTRO COLS ── */
.hs-hsnl .hsnl-intro {
  margin-bottom: 32px;
}
.hs-hsnl .hsnl-intro p {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px; 
  line-height: 1.8; 
  color: #3D4A3A;
}
.hs-hsnl .hsnl-intro p + p { margin-top: 12px; }

.hsnl-intro p:first-child::first-letter {
  float: left;
  font-family: "Vollkorn", serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 0.78;
  margin: 0.08em 0em 0 0;
  color: #003b49;
}

/* ── STAT STRIP ── */
.hs-hsnl .hsnl-stats {
  display: flex; gap: 0;
  background: rgba(28,58,26,0.07);
  margin-bottom: 36px;
}
.hs-hsnl .hsnl-stat {
  flex: 1; text-align: center; padding: 18px 10px;
  border-right: 1px solid rgba(28,58,26,0.10);
}
.hs-hsnl .hsnl-stat:last-child { border-right: none; }
.hs-hsnl .hsnl-stat-v {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px; font-weight: 700; line-height: 1;
  color: var(--hs-accent-color, #C14B1A); display: block; margin-bottom: 4px;
}
.hs-hsnl .hsnl-stat-l {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: #6B7B68; line-height: 1.4;
}

/* ── INLINE PHOTO RIGHT ── */
.hs-hsnl .hsnl-float-right {
  float: right; width: 46%;
  margin: 4px 0 20px 28px;
  position: relative; overflow: hidden;
}
.hs-hsnl .hsnl-float-right img {
  width: 100%; display: block;
  transition: transform 0.5s ease;
}
.hs-hsnl .hsnl-float-right:hover img { transform: scale(1.04); }
.hs-hsnl .hsnl-float-right .hsnl-cap {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 0.16em;
  text-transform: uppercase; color: #6B7B68;
  padding-top: 7px; line-height: 1.4;
}

/* ── INLINE PHOTO LEFT ── */
.hs-hsnl .hsnl-float-left {
  float: left; width: 44%;
  margin: 4px 28px 20px 0;
  position: relative; overflow: hidden;
}
.hs-hsnl .hsnl-float-left img {
  width: 100%; display: block;
  object-position: center top;
  transition: transform 0.5s ease;
}
.hs-hsnl .hsnl-float-left:hover img { transform: scale(1.04); }
.hs-hsnl .hsnl-float-left .hsnl-cap {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; letter-spacing: 0.16em;
  text-transform: uppercase; color: #6B7B68;
  padding-top: 7px; line-height: 1.4;
}

/* ── SECTION LABEL ── */
.hs-hsnl .hsnl-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px; font-weight: 600; letter-spacing: 0.38em;
  text-transform: uppercase; color: var(--hs-accent-color, #C14B1A);
  display: flex; align-items: center; gap: 9px; margin-bottom: 10px;
}
.hs-hsnl .hsnl-label-line { flex: 0 0 22px; height: 1px; background: var(--hs-accent-color, #C14B1A); }

/* ── SECTION TITLE ── */
.hs-hsnl .hsnl-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 30px); font-weight: 700;
  line-height: 1.15; color: #1C3A1A; margin-bottom: 12px;
}
.hs-hsnl .hsnl-section-title em { font-style: italic; color: var(--hs-accent-color, #C14B1A); }

/* ── BODY TEXT ── */
.hs-hsnl .hsnl-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px; line-height: 1.8; color: #3D4A3A; margin-bottom: 14px;
}

/* ── CLEARFIX ── */
.hs-hsnl .hsnl-section { overflow: hidden; margin-bottom: 36px;
  padding-bottom: 36px; border-bottom: 1px solid rgba(28,58,26,0.10);
}
.hs-hsnl .hsnl-section:last-of-type { border-bottom: none; }

/* ── PULL QUOTE ── */
.hs-hsnl .hsnl-quote {
  border-left: 3px solid var(--hs-accent-color, #C14B1A);
  padding: 20px 18px; background: #EDE8DC;
  margin: 20px 0;
  width: 50%; 
}
.hs-hsnl .hsnl-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; 
  font-style: italic; 
  color: #1C3A1A; 
  line-height: 1.6; 
  margin: 0;
}

/* ── CTA ── */
.hs-hsnl .hsnl-cta {
  background: var(--hs-accent-color, #C14B1A); 
  color: #fff;
  padding: 30px 32px; margin-top: 8px;
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.hs-hsnl .hsnl-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px; 
  font-weight: 700; 
  line-height: 1.2; 
  color: #F7F4EE; 
  margin-bottom: 6px;
}
.hs-hsnl .hsnl-cta h2 em { 
    font-style: italic; 
    color: #fff; 
}
.hs-hsnl .hsnl-cta p {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px; 
  line-height: 1.65; 
  color: rgba(247,244,238,0.6);
}
.hs-hsnl .phsnl-cta-btns { display: flex; flex-direction: column; gap: 7px; flex-shrink: 0; }
.hs-hsnl .hsnl-btn {
  font-family: 'DM Sans', sans-serif;
  display: inline-block; font-size: 16px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none; padding: 12px 20px; text-align: center; white-space: nowrap;
}
.hs-hsnl .hsnl-btn.p { background: #fff; color: #000; }
.hs-hsnl .hsnl-btn.s { border: 1px solid rgba(247,244,238,0.25); color: rgba(247,244,238,0.6); }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .hs-hsnl .hsnl-intro { grid-template-columns: 1fr; gap: 16px; }
  .hs-hsnl .phsnl-stats { flex-wrap: wrap; }
  .hs-hsnl .phsnl-stat { flex: 0 0 50%; }
  .hs-hsnl .hsnl-float-right,
  .hs-hsnl .hsnl-float-left { float: none; width: 100%; margin: 0 0 18px 0; }
  .hs-hsnl .hsnl-cta { grid-template-columns: 1fr; padding: 22px 18px; }
}

/* --------------------  Blocks ------------------------- */
.hs-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    background: rgba(44, 30, 16, 0.07);
    margin-bottom: 4px;
}
.hs-prod {
    background: #F0E8DA;
    padding: 16px 10px 14px;
    text-align: center;
}

.hs-prod-icon img {
    width: 200px;
    height: auto;
}
.hs-prod-name {
    font-family: Georgia, serif;
    font-size: 11.5px;
    font-weight: 700;
    color: #1A0A00;
    line-height: 1.25;
    margin-bottom: 4px;
}
.hs-prod-tag {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #C14B1A;
}

.hsnl-title {
  font-family: '"playfair-display", serif';
  color: #fff;
  font-weight: 900;
  font-style: normal;
}
.hs-subtitle-newlook {
    font-size: 26px !important;
    text-wrap: balance;
}

/*------------------------ blurb ------------------------------*/
.hsnl-blurb-box {
    display: flex;
    background-color: #f0e8de;
    margin-bottom: 36px;
}
.hsnl-blurb-text {
    padding: 30px;
}
.hsnl-blurb-image img {
    height: 100%;
}


/* -------------- Additional -----------------*/
/* Article structure and float containment */
.hs-hsnl .hsnl-section {
  display: flow-root;
}

.hs-hsnl .hsnl-clear {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

.hs-hsnl figure {
  margin-top: 0;
}

.hs-hsnl .hsnl-float-left,
.hs-hsnl .hsnl-float-right {
  box-sizing: border-box;
}

.hs-hsnl .hsnl-float-left img,
.hs-hsnl .hsnl-float-right img,
.hs-hsnl .hsnl-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* Lists */
.hs-hsnl .hsnl-list {
  margin: 0 0 18px 20px;
  padding: 0;
  color: #3d4a3a;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.hs-hsnl .hsnl-list li {
  margin-bottom: 7px;
  padding-left: 2px;
  list-style: unset !important;
}

.hs-hsnl .hsnl-list li:last-child {
  margin-bottom: 0;
}

/* Quote attribution */
.hs-hsnl .hsnl-attribution {
  margin: -4px 0 22px;
  color: #6b7b68;
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  line-height: 1.5;
}

/* Last section */
.hs-hsnl .hsnl-section-last {
  border-bottom: 0;
}

/* CTA */
.hs-hsnl .hsnl-cta {
  box-sizing: border-box;
}

.hs-hsnl .hsnl-cta-copy {
  min-width: 0;
}

.hs-hsnl .hsnl-cta-btns {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

/* Mobile corrections */
@media screen and (max-width: 749px) {
  .hs-hsnl .hsnl-float-left,
  .hs-hsnl .hsnl-float-right {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
  }

  .hs-hsnl .hsnl-list {
    margin-left: 18px;
  }

  .hs-hsnl .hsnl-cta {
    display: block;
  }

  .hs-hsnl .hsnl-cta-btns {
    width: 100%;
    margin-top: 20px;
  }

  .hs-hsnl .hsnl-btn {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }
}


.hsnl-float-left img {
  width: 100%
}

.hs-hsnl .hsnl-media-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
  margin-bottom: 28px;
}

.hs-hsnl .hsnl-media-image {
  margin: 0;
}

.hs-hsnl .hsnl-media-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hs-hsnl .hsnl-media-content {
  min-width: 0;
}

.hs-hsnl .hsnl-media-content .hsnl-body:first-child {
  margin-top: 0;
}

.hs-hsnl .hsnl-media-content .hsnl-quote {
  width: auto;
  margin: 24px 0 0;
  box-sizing: border-box;
}

.hs-hsnl .hsnl-media-content .hsnl-attribution {
  margin: 12px 0 0;
}

@media screen and (max-width: 749px) {
  .hs-hsnl .hsnl-media-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hs-hsnl .hsnl-media-content .hsnl-quote {
    margin-top: 20px;
  }
}



/* --------------------- for employee spotlight articles --------------------------- */
.rr-history {
    display: inline-block;
    width: 400px;
    vertical-align: top;
    line-height: 24px;
}

.rr-content {
    display: inline-block;
    width: calc(1600px - 400px - 25px);
    vertical-align: top;
    margin: 0 20px 0 0;
}

/* =========================================
   EMPLOYEE SPOTLIGHT RIGHT RAIL
========================================= */

.rr-history {
  position: sticky;
  top: 130px;
  align-self: start;

  padding: 26px;
  background: #f7f3ed;
  border-top: 4px solid var(--hs-accent-color);
}

.rr-history h3 {
  margin: 0 0 18px;
  font-family: Vollkorn, Georgia, serif;
  font-size: 26px;
  line-height: 1.15;
  color: #2b2118;
}

.rr-history ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.rr-history li {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.rr-history li:last-child {
  border-bottom: none;
}

.rr-history a {
  display: block;
  position: relative;

  padding-left: 28px;

  color: #2b2118;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.45;
}

.rr-history a::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;

  color: var(--hs-accent-color);
  font-weight: 600;
}