/*
Mục đích: Tạo lớp nhận diện nền cho EKO Vietnam mà không thay thế cấu trúc native của Flatsome.
Scope: project
Namespace: eko-site
*/
.eko-site {
  color: var(--eko-color-charcoal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.eko-site a {
  text-underline-offset: 0.16em;
}

.eko-site :focus-visible {
  outline: 3px solid var(--eko-color-lime);
  outline-offset: 3px;
}

.eko-site .button:not(.is-outline),
.eko-site button:not(.flickity-button),
.eko-site input[type="submit"] {
  border-radius: 999px;
}

.eko-site .button.primary {
  color: var(--eko-color-charcoal);
}

.eko-site .header-top {
  border-bottom: 1px solid var(--eko-color-border);
  font-size: 0.78rem;
}

.eko-site .header-top .flex-center {
  width: 100%;
}

.eko-site .eko-assurance-bar {
  display: flex;
  width: min(760px, 100%);
  justify-content: space-between;
  gap: 2rem;
  color: var(--eko-color-charcoal);
}

.eko-site .eko-assurance-item {
  position: relative;
  padding-left: 1.3rem;
  white-space: nowrap;
}

.eko-site .eko-assurance-item::before {
  position: absolute;
  top: 0.12em;
  left: 0;
  color: var(--eko-color-lime-dark);
  content: "✓";
  font-weight: 700;
}

.eko-site #masthead {
  border-bottom: 1px solid rgb(52 48 45 / 8%);
}

.eko-site .header-main .nav > li > a {
  min-height: 44px;
  color: var(--eko-color-charcoal);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.eko-site .header-main .nav > li > a:hover,
.eko-site .header-main .nav > li.active > a {
  color: var(--eko-color-slate);
}

.eko-site .nav-dropdown {
  min-width: 250px;
  padding: 1rem 0;
  border: 0;
  border-radius: 0 0 var(--eko-radius-sm) var(--eko-radius-sm);
  box-shadow: 0 20px 46px rgb(52 48 45 / 14%);
}

.eko-site .nav-dropdown > li > a {
  min-height: 42px;
  padding: 0.65rem 1.4rem;
  border: 0;
  color: var(--eko-color-charcoal);
  font-size: 0.9rem;
}

.eko-site .nav-dropdown > li > a:hover {
  color: var(--eko-color-slate);
  background: var(--eko-color-mist);
}

.eko-site .eko-kicker,
.eko-site .eko-home-eyebrow p {
  margin-bottom: 0.75rem;
  color: var(--eko-color-lime-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.eko-site h1,
.eko-site h2,
.eko-site h3 {
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
  word-break: normal;
}

.eko-site.home .eko-source-hero .banner-layers.container,
.eko-site.home .eko-category-feature .banner-layers.container {
  width: 100%;
  max-width: 1440px;
  padding-inline: clamp(24px, 4vw, 64px);
}

.eko-site.home .section > .section-content > .row {
  width: calc(100% - clamp(32px, 6vw, 112px));
  max-width: 1440px;
}

.eko-site .eko-source-hero {
  min-height: 640px;
}

.eko-site .eko-source-hero .banner-bg::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 42%) 0%, rgb(0 0 0 / 12%) 70%, transparent 100%);
  content: "";
}

.eko-site .eko-source-hero-copy,
.eko-site .eko-source-hero-copy h1 {
  color: var(--eko-color-white);
}

.eko-site .eko-source-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 1.35rem;
  font-size: clamp(3.25rem, 3.6vw, 4.25rem);
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.eko-site .eko-source-hero-copy > p:last-child {
  max-width: 580px;
  font-size: 1rem;
  line-height: 1.65;
}

.eko-site .eko-source-hero-copy .eko-hero-eyebrow {
  margin-bottom: 1rem;
  color: var(--eko-color-lime);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.eko-site .eko-favorite-section h2,
.eko-site .eko-spotlight-intro h2,
.eko-site .eko-reimagined-section h2 {
  font-size: clamp(2.6rem, 3.4vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.eko-site .eko-section-heading {
  margin-bottom: 2.75rem;
}

.eko-site .eko-section-heading h2,
.eko-site .eko-world-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.75rem, 4.3vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.eko-site .eko-section-lead {
  max-width: 680px;
  margin-bottom: 0.85rem;
  color: var(--eko-color-muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.eko-site .eko-favorite-products .product-small .box-image {
  border-radius: 12px;
}

.eko-site .eko-favorite-products .product-small .box-text {
  padding-top: 1.1rem;
}

.eko-site .eko-world-heading {
  margin-bottom: 3.5rem;
}

.eko-site .eko-editorial-split {
  overflow: hidden;
  border-radius: 14px;
  background: var(--eko-color-white);
  box-shadow: 0 22px 60px rgb(52 48 45 / 8%);
}

.eko-site .eko-category-split + .eko-category-split {
  margin-top: 2rem;
}

.eko-site .eko-editorial-split > .col {
  padding-bottom: 0;
}

.eko-site .eko-editorial-split > .col > .col-inner,
.eko-site .eko-editorial-media,
.eko-site .eko-editorial-media > .col-inner,
.eko-site .eko-split-banner {
  height: 100%;
}

.eko-site .eko-editorial-media .banner {
  min-height: 100%;
}

.eko-site .eko-split-banner,
.eko-site .eko-split-banner .banner-bg {
  overflow: hidden;
  border-radius: 0;
}

.eko-site .eko-split-banner .bg-fill {
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.eko-site .eko-editorial-split:hover .eko-split-banner .bg-fill {
  transform: scale(1.018);
}

.eko-site .eko-editorial-copy > .col-inner {
  display: flex;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5.25rem);
}

.eko-site .eko-category-split .eko-editorial-copy > .col-inner {
  min-height: 620px;
}

.eko-site .eko-editorial-copy h2 {
  max-width: 620px;
  margin-bottom: 1.35rem;
  font-size: clamp(2.75rem, 4vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.eko-site .eko-editorial-copy .eko-feature-tagline {
  margin-bottom: 1.15rem;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  font-weight: 650;
  line-height: 1.35;
}

.eko-site .eko-editorial-copy p:not(.eko-kicker, .eko-feature-tagline) {
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.7;
}

.eko-site .eko-panel-lime,
.eko-site .eko-panel-lime > .col-inner {
  color: var(--eko-color-charcoal);
  background: var(--eko-color-lime);
}

.eko-site .eko-panel-lime .eko-kicker,
.eko-site .eko-panel-mist .eko-kicker {
  color: var(--eko-color-charcoal);
}

.eko-site .eko-panel-olive,
.eko-site .eko-panel-olive > .col-inner {
  color: var(--eko-color-white);
  background: #8c951f;
}

.eko-site .eko-panel-charcoal,
.eko-site .eko-panel-charcoal > .col-inner {
  color: var(--eko-color-white);
  background: var(--eko-color-charcoal);
}

.eko-site .eko-panel-olive h2,
.eko-site .eko-panel-olive p,
.eko-site .eko-panel-charcoal h2,
.eko-site .eko-panel-charcoal p {
  color: inherit;
}

.eko-site .eko-panel-olive .eko-kicker,
.eko-site .eko-panel-charcoal .eko-kicker {
  color: var(--eko-color-lime);
}

.eko-site .eko-panel-mist,
.eko-site .eko-panel-mist > .col-inner {
  color: var(--eko-color-charcoal);
  background: #eeefeb;
}

.eko-site .eko-panel-white,
.eko-site .eko-panel-white > .col-inner {
  color: var(--eko-color-charcoal);
  background: var(--eko-color-white);
}

.eko-site .eko-spotlight-split .eko-media-label {
  display: inline-flex;
  width: auto;
  max-width: 100%;
}

.eko-site .eko-home-contact h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2.35rem, 3.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.eko-site .eko-home-contact p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.eko-site .eko-rounded-media,
.eko-site .eko-rounded-media .banner-bg {
  overflow: hidden;
  border-radius: 10px;
}

.eko-site .eko-media-label {
  padding: 0.8rem 1rem;
  border-radius: 6px;
  color: var(--eko-color-white);
  background: rgb(52 48 45 / 82%);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.eko-site .eko-media-label p {
  margin: 0;
}

.eko-site .eko-category-feature .banner-bg::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 30%), transparent 62%);
  content: "";
}

.eko-site .eko-category-feature:nth-of-type(even) .banner-bg::after {
  background: linear-gradient(270deg, rgb(0 0 0 / 30%), transparent 62%);
}

.eko-site .eko-feature-copy,
.eko-site .eko-feature-copy h2,
.eko-site .eko-feature-copy .eko-kicker {
  color: var(--eko-color-white);
}

.eko-site .eko-feature-copy h2 {
  max-width: 560px;
  margin-bottom: 1rem;
  font-size: clamp(2.75rem, 3.2vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.eko-site .eko-feature-copy .eko-feature-tagline {
  max-width: 570px;
  margin-bottom: 1.2rem;
  font-family: "Noto Sans Display", sans-serif;
  font-size: clamp(1.35rem, 1.65vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.45;
}

.eko-site .eko-feature-copy > p:last-child {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.65;
}

.eko-site .eko-home-contact .eko-kicker {
  color: var(--eko-color-charcoal);
}

.eko-site .eko-home-hero h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.eko-site .eko-home-hero-media {
  min-height: 680px;
  background: var(--eko-color-white);
}

.eko-site .eko-home-hero-media .img,
.eko-site .eko-home-hero-media .img-inner,
.eko-site .eko-home-hero-media img {
  height: 100%;
}

.eko-site .eko-home-hero-media img {
  object-fit: cover;
}

.eko-site .eko-home-usps {
  color: var(--eko-color-white);
}

.eko-site .eko-home-usps p {
  margin-bottom: 0;
}

.eko-site .eko-home-usps small {
  color: rgb(255 255 255 / 70%);
}

.eko-site .eko-section-intro {
  max-width: 760px;
  margin: 0 auto 2rem;
}

.eko-site .eko-world-card-copy {
  color: var(--eko-color-white);
}

.eko-site .eko-world-card-copy p {
  margin-bottom: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.eko-site .eko-world-card-copy h3 {
  color: inherit;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}

.eko-site .eko-home-story {
  color: var(--eko-color-white);
}

.eko-site .eko-home-story h2,
.eko-site .eko-home-story .eko-kicker,
.eko-site .eko-page-hero:not(.eko-about-hero) h1,
.eko-site .eko-page-hero:not(.eko-about-hero) p {
  color: inherit;
}

.eko-site .eko-about-hero,
.eko-site .eko-about-hero h1,
.eko-site .eko-about-hero p {
  color: var(--eko-color-white);
}

.eko-site .eko-page-hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.98;
}

.eko-site .eko-contact-placeholder {
  padding: 3rem;
  border-radius: var(--eko-radius-lg);
  background: var(--eko-color-mist);
}

.eko-site .eko-footer-main,
.eko-site .eko-footer-main h4,
.eko-site .eko-footer-main a {
  color: var(--eko-color-white);
}

.eko-site .eko-footer-main p,
.eko-site .eko-footer-main li {
  color: rgb(255 255 255 / 68%);
}

.eko-site .eko-footer-main ul {
  margin: 0;
  list-style: none;
}

.eko-site .eko-footer-main li {
  margin-bottom: 0.55rem;
}

.eko-site .eko-footer-main a:hover {
  color: var(--eko-color-lime);
}

.eko-site .eko-footer-legal {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 16%);
}

.eko-site .eko-footer-legal p {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.eko-site .eko-policy-page .col-inner > .ux-text {
  max-width: 860px;
  margin-inline: auto;
}

.eko-site .eko-policy-page .eko-eyebrow {
  color: var(--eko-color-lime-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.eko-site .eko-policy-page h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1;
}

.eko-site .eko-policy-page h2 {
  margin-top: 2.4rem;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.eko-site .eko-policy-page .lead {
  color: var(--eko-color-muted);
  font-size: 1.2rem;
}

.eko-site .eko-editorial-note {
  margin: 2rem 0;
  padding: 1.25rem 1.4rem;
  border-left: 4px solid var(--eko-color-lime);
  border-radius: 0 var(--eko-radius-sm) var(--eko-radius-sm) 0;
  background: #f7f8e8;
}

.eko-site .bg-fill {
  transition: transform 280ms ease;
}

@media (max-width: 849px) {
  .eko-site .header-top {
    display: none;
  }

  .eko-site .eko-source-hero {
    min-height: 560px;
  }

  .eko-site .eko-source-hero .banner-bg::after {
    background: rgb(0 0 0 / 34%);
  }

  .eko-site .eko-source-hero-copy h1 {
    font-size: clamp(2.65rem, 11vw, 3.8rem);
    line-height: 1.04;
  }

  .eko-site .eko-source-hero-copy .eko-hero-eyebrow {
    font-size: 0.68rem;
  }

  .eko-site .eko-favorite-section .product-small:nth-child(n+5) {
    display: none;
  }

  .eko-site .eko-section-heading,
  .eko-site .eko-world-heading {
    margin-bottom: 2rem;
  }

  .eko-site .eko-section-heading h2,
  .eko-site .eko-world-heading h2 {
    font-size: clamp(2.5rem, 11vw, 3.5rem);
  }

  .eko-site .eko-editorial-split {
    width: 100%;
    border-radius: 10px;
  }

  .eko-site .eko-category-split + .eko-category-split {
    margin-top: 1.25rem;
  }

  .eko-site .eko-editorial-copy > .col-inner,
  .eko-site .eko-category-split .eko-editorial-copy > .col-inner {
    min-height: auto;
    padding: 2.5rem 1.6rem 2.75rem;
  }

  .eko-site .eko-editorial-copy h2 {
    font-size: clamp(2.5rem, 11vw, 3.65rem);
    line-height: 1.01;
  }

  .eko-site .eko-category-split .eko-editorial-copy {
    order: 1;
  }

  .eko-site .eko-category-split .eko-editorial-media {
    order: 2;
  }

  .eko-site .eko-editorial-split:hover .eko-split-banner .bg-fill {
    transform: none;
  }

  .eko-site .eko-category-feature .banner-bg::after,
  .eko-site .eko-category-feature:nth-of-type(even) .banner-bg::after {
    background: rgb(0 0 0 / 34%);
  }

  .eko-site .eko-feature-copy h2 {
    font-size: clamp(2.25rem, 9vw, 3rem);
    line-height: 1.08;
  }

  .eko-site .eko-feature-copy .eko-feature-tagline {
    font-size: clamp(1.2rem, 5.5vw, 1.5rem);
    line-height: 1.4;
  }

  .eko-site .eko-home-hero-media {
    min-height: auto;
  }

  .eko-site .eko-home-usps .col + .col {
    margin-top: 0.75rem;
  }

  .eko-site .eko-contact-placeholder {
    padding: 2rem 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eko-site *,
  .eko-site *::before,
  .eko-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*
 * Homepage v4 — source-aligned editorial system.
 * The header, hero and content chapters share one 1360px grid.
 */
@media (min-width: 850px) {
  .eko-site .header-main .header-inner,
  .eko-site .header-top .flex-row {
    width: calc(100% - 48px);
    max-width: 1360px;
    margin-inline: auto;
    padding-inline: 0;
  }

  .eko-site .header-main .logo {
    margin-right: clamp(2.75rem, 4.5vw, 5rem);
  }

  .eko-site .header-main .nav > li {
    margin: 0 clamp(0.7rem, 1.15vw, 1.25rem);
  }

  .eko-site .header-main .nav > li:first-child {
    margin-left: 0;
  }

  .eko-site .header-main .nav > li > a {
    color: var(--eko-color-lime-dark);
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.12em;
  }

  .eko-site .header-main .nav > li > a:hover,
  .eko-site .header-main .nav > li.active > a {
    color: var(--eko-color-charcoal);
  }

  .eko-site .header-main .flex-right {
    min-width: 330px;
  }

  .eko-site .header-main .header-search-form {
    width: clamp(230px, 18vw, 310px);
    margin-right: 1.25rem;
  }

  .eko-site .header-search-form .searchform-wrapper,
  .eko-site .header-search-form .searchform,
  .eko-site .header-search-form .searchform > .flex-row {
    width: 100%;
  }

  .eko-site .header-search-form .search-field {
    height: 44px;
    padding: 0 44px 0 0.3rem;
    border: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: var(--eko-color-charcoal);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    box-shadow: none;
  }

  .eko-site .header-search-form .search-field::placeholder {
    color: #aaa8a6;
    opacity: 1;
  }

  .eko-site .header-search-form .search-field:focus {
    border-bottom-color: var(--eko-color-lime);
    box-shadow: none;
  }

  .eko-site .header-search-form .ux-search-submit {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    color: #aaa8a6;
    background: transparent !important;
    box-shadow: none;
  }

  .eko-site .header-search-form .ux-search-submit:hover {
    color: var(--eko-color-lime-dark);
  }

  .eko-site .cart-item .header-cart-link {
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    color: var(--eko-color-lime-dark);
  }

  .eko-site .cart-item .header-cart-link i {
    font-size: 1.6rem;
  }
}

.eko-site .header-top {
  background: var(--eko-color-white);
}

.eko-site .eko-assurance-bar {
  width: min(720px, 100%);
  color: #85817e;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}

.eko-site .eko-assurance-item strong {
  color: #716d69;
  font-weight: 700;
}

.eko-site.home .section > .section-content > .row,
.eko-site.home .eko-source-hero .banner-layers.container {
  width: calc(100% - 48px);
  max-width: 1360px;
}

.eko-site.home .eko-source-hero .banner-layers.container {
  padding-inline: 0;
}

.eko-site.home .button:not(.eko-hotspot) {
  min-height: 48px;
  padding: 0.7rem 1.25rem;
  border-radius: 4px !important;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.35;
}

.eko-site.home .button:not(.eko-hotspot) i {
  margin-left: 0.55rem;
}

.eko-site .eko-source-hero {
  min-height: 650px;
  max-height: 780px;
}

.eko-site .eko-source-hero .banner-bg::after {
  background: linear-gradient(90deg, rgb(31 34 29 / 35%) 0%, rgb(31 34 29 / 12%) 60%, transparent 82%);
}

.eko-site .eko-source-hero-copy h1 {
  max-width: 690px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.35rem, 3.65vw, 4.15rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: initial;
}

.eko-site .eko-source-hero-copy > p:last-child {
  max-width: 680px;
  margin-bottom: 1.4rem;
  font-size: 0.98rem;
  letter-spacing: 0.035em;
  line-height: 1.72;
}

.eko-site .eko-favorite-story {
  align-items: center;
}

.eko-site .eko-favorite-copy > .col-inner {
  max-width: 390px;
  padding-right: clamp(1.5rem, 3vw, 3.5rem);
}

.eko-site .eko-favorite-copy h2 {
  margin-bottom: 1.65rem;
  font-size: clamp(3.15rem, 3.7vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: initial;
}

.eko-site .eko-favorite-copy p {
  margin-bottom: 1.45rem;
  color: #65615e;
  font-size: 1rem;
  letter-spacing: 0.055em;
  line-height: 1.9;
}

.eko-site .eko-favorite-scene,
.eko-site .eko-favorite-scene .banner-bg {
  overflow: hidden;
  border-radius: 7px;
}

.eko-site .eko-favorite-scene .banner-bg img {
  transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.eko-site .eko-favorite-scene:hover .banner-bg img {
  transform: scale(1.012);
}

.eko-site .eko-hotspot-box .text-box-content {
  background: transparent;
}

.eko-site.home .eko-hotspot.button {
  display: inline-grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  place-items: center;
  border: 3px solid rgb(255 255 255 / 92%);
  border-radius: 50% !important;
  color: var(--eko-color-white);
  background: var(--eko-color-lime) !important;
  font-size: 1.5rem;
  line-height: 1;
  box-shadow: 0 7px 24px rgb(52 48 45 / 18%);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.eko-site.home .eko-hotspot.button:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 11px 28px rgb(52 48 45 / 24%);
}

.eko-site .eko-spotlight-split {
  border-radius: 7px;
  box-shadow: none;
}

.eko-site .eko-spotlight-split .eko-editorial-copy > .col-inner {
  min-height: 600px;
  padding: clamp(3rem, 4.6vw, 4.8rem);
}

.eko-site .eko-spotlight-split .eko-editorial-copy h2 {
  font-size: clamp(2.9rem, 3.6vw, 4.2rem);
  line-height: 1.06;
}

.eko-site .eko-category-chapter {
  border-top: 1px solid rgb(52 48 45 / 8%);
}

.eko-site .eko-category-heading {
  margin-bottom: clamp(3.5rem, 6vw, 6.5rem);
}

.eko-site .eko-category-heading h2 {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(3.45rem, 4.6vw, 5.25rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: initial;
}

.eko-site .eko-category-tagline {
  max-width: 560px;
  margin: 0 0 0 auto;
  color: #625e5b;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  font-weight: 450;
  letter-spacing: 0.13em;
  line-height: 1.55;
}

.eko-site .eko-category-story {
  align-items: center;
}

.eko-site .eko-category-media,
.eko-site .eko-category-copy {
  padding-bottom: 0;
}

.eko-site .eko-category-image,
.eko-site .eko-category-image .banner-bg {
  overflow: hidden;
  border-radius: 7px;
}

.eko-site .eko-category-image .banner-bg img {
  transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.eko-site .eko-category-image:hover .banner-bg img {
  transform: scale(1.012);
}

.eko-site .eko-category-copy > .col-inner {
  padding: clamp(3rem, 6vw, 7.25rem);
}

.eko-site .eko-category-copy h3 {
  max-width: 560px;
  margin-bottom: 1.75rem;
  color: var(--eko-color-slate);
  font-size: clamp(3.15rem, 4.35vw, 5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: initial;
}

.eko-site .eko-category-copy p {
  max-width: 510px;
  margin-bottom: 1.65rem;
  color: #625e5b;
  font-size: 1rem;
  letter-spacing: 0.035em;
  line-height: 1.8;
}

.eko-site .eko-category-accessories .eko-category-image,
.eko-site .eko-category-accessories .eko-category-image .banner-bg {
  background: var(--eko-color-lime);
}

.eko-site .eko-reimagined-story {
  align-items: center;
}

.eko-site .eko-reimagined-media,
.eko-site .eko-reimagined-copy {
  padding-bottom: 0;
}

.eko-site .eko-reimagined-image,
.eko-site .eko-reimagined-image .banner-bg {
  overflow: hidden;
  border-radius: 7px;
}

.eko-site .eko-reimagined-copy > .col-inner {
  padding: clamp(3rem, 5.25vw, 6.5rem);
}

.eko-site .eko-reimagined-copy h2 {
  margin-bottom: 1.6rem;
  font-size: clamp(3rem, 4vw, 4.75rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: initial;
}

.eko-site .eko-reimagined-copy p:not(.eko-kicker) {
  color: #625e5b;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}

@media (max-width: 849px) {
  .eko-site.home .section > .section-content > .row,
  .eko-site.home .eko-source-hero .banner-layers.container {
    width: calc(100% - 32px);
  }

  .eko-site .eko-source-hero {
    min-height: 570px;
    max-height: none;
  }

  .eko-site .eko-source-hero .banner-bg::after {
    background: rgb(31 34 29 / 38%);
  }

  .eko-site .eko-source-hero-copy h1 {
    font-size: clamp(2.6rem, 11.5vw, 3.55rem);
    line-height: 1.06;
  }

  .eko-site .eko-source-hero-copy > p:last-child {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .eko-site .eko-favorite-copy > .col-inner {
    max-width: none;
    padding-right: 0;
  }

  .eko-site .eko-favorite-copy h2,
  .eko-site .eko-category-heading h2 {
    font-size: clamp(2.7rem, 12vw, 3.75rem);
  }

  .eko-site .eko-favorite-copy p {
    letter-spacing: 0.025em;
    line-height: 1.75;
  }

  .eko-site .eko-favorite-media {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .eko-site .eko-hotspot-box {
    display: none;
  }

  .eko-site .eko-category-heading {
    margin-bottom: 2.5rem;
  }

  .eko-site .eko-category-tagline {
    margin: 1.25rem 0 0;
    font-size: clamp(1.2rem, 6vw, 1.55rem);
    letter-spacing: 0.07em;
  }

  .eko-site .eko-category-story.row-reverse {
    flex-direction: row;
  }

  .eko-site .eko-category-copy > .col-inner,
  .eko-site .eko-reimagined-copy > .col-inner {
    padding: 2.75rem 0 0;
  }

  .eko-site .eko-category-copy h3,
  .eko-site .eko-reimagined-copy h2 {
    font-size: clamp(2.65rem, 11vw, 3.75rem);
  }

  .eko-site .eko-category-copy p,
  .eko-site .eko-reimagined-copy p:not(.eko-kicker) {
    letter-spacing: 0.015em;
    line-height: 1.7;
  }

  .eko-site .eko-reimagined-copy {
    padding-bottom: 0;
  }
}

/* Homepage product hotspots — WooCommerce-backed image-tag interaction. */
.eko-site .eko-product-hotspots {
  position: relative;
  width: 100%;
}

.eko-site .eko-product-hotspots__viewport {
  width: 100%;
  overflow: visible;
  border-radius: 7px;
  scrollbar-color: var(--eko-color-lime) rgb(52 48 45 / 10%);
  scrollbar-width: thin;
}

.eko-site .eko-product-hotspots__viewport:focus-visible {
  outline: 3px solid rgb(200 214 45 / 55%);
  outline-offset: 5px;
}

.eko-site .eko-product-hotspots__stage {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.eko-site .eko-product-hotspots__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  border-radius: 7px;
  object-fit: cover;
}

.eko-site .eko-product-hotspots__items {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.eko-site .eko-product-hotspot {
  --eko-card-shift-x: 0px;
  --eko-card-shift-y: 0px;
  position: absolute;
  top: var(--eko-hotspot-top);
  left: var(--eko-hotspot-left);
  z-index: 2;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.eko-site .eko-product-hotspot.is-active {
  z-index: 8;
}

.eko-site .eko-product-hotspot__toggle {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 3px solid rgb(255 255 255 / 94%);
  border-radius: 50%;
  color: #fff;
  background: var(--eko-color-lime);
  box-shadow: 0 7px 24px rgb(52 48 45 / 18%);
  cursor: pointer;
  touch-action: manipulation;
  transition:
    color 200ms ease,
    background-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.eko-site .eko-product-hotspot__toggle::before {
  position: absolute;
  inset: -8px;
  border: 1px solid rgb(200 214 45 / 42%);
  border-radius: inherit;
  content: "";
  animation: eko-hotspot-pulse 2.4s ease-out infinite;
}

.eko-site .eko-product-hotspot__toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.4;
  transition: transform 220ms ease;
}

.eko-site .eko-product-hotspot__toggle:hover,
.eko-site .eko-product-hotspot__toggle:focus-visible,
.eko-site .eko-product-hotspot.is-active .eko-product-hotspot__toggle {
  color: #fff;
  background: #536d8c;
  box-shadow: 0 10px 30px rgb(52 48 45 / 26%);
  transform: scale(1.06);
}

.eko-site .eko-product-hotspot__toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.eko-site .eko-product-hotspot.is-active .eko-product-hotspot__toggle svg {
  transform: rotate(45deg);
}

.eko-site .eko-product-hotspot.is-active .eko-product-hotspot__toggle::before {
  animation: none;
  opacity: 0;
}

.eko-site .eko-product-hotspot__card {
  position: absolute;
  z-index: 10;
  width: 220px;
  max-width: min(220px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgb(52 48 45 / 8%);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 50px rgb(52 48 45 / 22%);
  transform: translate(var(--eko-card-shift-x), var(--eko-card-shift-y));
  animation: eko-hotspot-card-in 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.eko-site .eko-product-hotspot__card[hidden] {
  display: none;
}

.eko-site .eko-product-hotspot--right-bottom .eko-product-hotspot__card {
  top: calc(50% + 28px);
  left: calc(50% + 28px);
}

.eko-site .eko-product-hotspot--left-bottom .eko-product-hotspot__card {
  top: calc(50% + 28px);
  right: calc(50% + 28px);
}

.eko-site .eko-product-hotspot--right-top .eko-product-hotspot__card {
  bottom: calc(50% + 28px);
  left: calc(50% + 28px);
}

.eko-site .eko-product-hotspot--left-top .eko-product-hotspot__card {
  right: calc(50% + 28px);
  bottom: calc(50% + 28px);
}

.eko-site .eko-product-hotspot__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(52 48 45 / 10%);
  border-radius: 50%;
  color: #34302d;
  background: rgb(255 255 255 / 92%);
  cursor: pointer;
  touch-action: manipulation;
}

.eko-site .eko-product-hotspot__close:hover,
.eko-site .eko-product-hotspot__close:focus-visible {
  color: #fff;
  background: #34302d;
}

.eko-site .eko-product-hotspot__close:focus-visible {
  outline: 3px solid var(--eko-color-lime);
  outline-offset: 2px;
}

.eko-site .eko-product-hotspot__close svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.eko-site .eko-product-hotspot__product,
.eko-site .eko-product-hotspot__media,
.eko-site .eko-product-hotspot__body,
.eko-site .eko-product-hotspot__name,
.eko-site .eko-product-hotspot__sku,
.eko-site .eko-product-hotspot__status {
  display: block;
}

.eko-site .eko-product-hotspot__product,
.eko-site .eko-product-hotspot__product:hover {
  color: #34302d;
}

.eko-site .eko-product-hotspot__media {
  padding: 18px 18px 4px;
  background: #fff;
}

.eko-site .eko-product-hotspot__media img {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  object-fit: contain;
}

.eko-site .eko-product-hotspot__body {
  padding: 14px 18px 18px;
}

.eko-site .eko-product-hotspot__name {
  min-height: 2.8em;
  margin-bottom: 0.6rem;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1.45;
}

.eko-site .eko-product-hotspot__sku {
  margin-bottom: 0.65rem;
  color: #77716d;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.eko-site .eko-product-hotspot__status {
  color: #536d8c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eko-site .eko-product-hotspots__hint {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
  color: #706b67;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.eko-site .eko-product-hotspots__hint svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@keyframes eko-hotspot-pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.8);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes eko-hotspot-card-in {
  from {
    opacity: 0;
    transform: translate(var(--eko-card-shift-x), calc(var(--eko-card-shift-y) + 8px)) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translate(var(--eko-card-shift-x), var(--eko-card-shift-y)) scale(1);
  }
}

@media (max-width: 1024px) {
  .eko-site .eko-product-hotspots__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .eko-site .eko-product-hotspots__stage {
    width: 760px;
    min-width: 760px;
  }

  .eko-site .eko-product-hotspots__image {
    border-radius: 0;
  }

  .eko-site .eko-product-hotspots__hint {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eko-site .eko-product-hotspot__toggle,
  .eko-site .eko-product-hotspot__toggle svg {
    transition: none;
  }

  .eko-site .eko-product-hotspot__toggle::before,
  .eko-site .eko-product-hotspot__card {
    animation: none;
  }
}
