/* Header logo + nav colors
 * Top (transparent): white logo / white text
 * Sticky scroll: dark logo / dark text (current look)
 */

header a.logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-height: 40px;
  position: relative;
}

header a.logo img {
  display: block;
  max-height: 36px;
  width: auto;
  height: auto;
}

/* Default (top): show white logo */
header .logo .logo-light,
header .logo .logo-light.default {
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  position: static;
  pointer-events: auto;
}

header .logo .logo-dark {
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  position: absolute;
  pointer-events: none;
}

/* Sticky: show dark logo, hide white */
header.sticky .logo .logo-dark,
header.header-appear .logo .logo-dark {
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  position: static;
  pointer-events: auto;
}

header.sticky .logo .logo-light,
header.header-appear .logo .logo-light {
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  position: absolute;
  pointer-events: none;
}

/* Top: white nav / search / hamburger */
header:not(.sticky) nav.navbar-top.background-transparent {
  background: rgba(0, 0, 0, 0.45) !important;
  box-shadow: none;
}

header:not(.sticky) nav.white-link .navbar-nav > li > a,
header:not(.sticky) nav.white-link .header-searchbar a,
header:not(.sticky) nav.white-link .search-button {
  color: #fff !important;
}

header:not(.sticky) nav.white-link .navbar-toggler .icon-bar {
  background: #fff !important;
}

/* Active nav item — bold + underline */
header nav.navbar .navbar-nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a {
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 2px solid currentColor !important;
  padding-bottom: 2px !important;
}

header:not(.sticky) nav.white-link .navbar-nav > li.active > a {
  color: #fff !important;
  border-bottom-color: #fff !important;
}

/* Sticky: restore dark nav (current) */
header.sticky nav.header-light.white-link .navbar-nav > li > a,
header.sticky nav.header-light.white-link .header-searchbar a,
header.sticky nav.header-light.white-link .search-button,
header.header-appear nav.header-light.white-link .navbar-nav > li > a,
header.header-appear nav.header-light.white-link .header-searchbar a,
header.header-appear nav.header-light.white-link .search-button {
  color: #232323 !important;
}

header.sticky nav.header-light.white-link .navbar-nav > li > a:hover,
header.header-appear nav.header-light.white-link .navbar-nav > li > a:hover {
  color: rgba(0, 0, 0, 0.55) !important;
}

header.sticky nav.header-light.white-link .navbar-nav > li.active > a,
header.header-appear nav.header-light.white-link .navbar-nav > li.active > a {
  color: var(--base-color) !important;
  border-bottom-color: var(--base-color) !important;
}

header.sticky nav.header-light.white-link .navbar-toggler .icon-bar,
header.header-appear nav.header-light.white-link .navbar-toggler .icon-bar {
  background: #232323 !important;
}

/* Sticky: show white nav immediately on scroll down (not only on scroll up) */
header.sticky .navbar-top {
  top: 0 !important;
}

header.sticky nav.header-light {
  background-color: #f7f4f3 !important;
  box-shadow: 0 4px 24px rgba(140, 120, 110, 0.12);
}

header.sticky nav.header-light.background-transparent {
  background-color: #f7f4f3 !important;
}

/* Bootstrap primary → brand (--base-color) */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--base-color);
  --bs-btn-border-color: var(--base-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--base-color-dark);
  --bs-btn-hover-border-color: var(--base-color-dark);
  --bs-btn-focus-shadow-rgb: var(--base-color-rgb);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--base-color-dark);
  --bs-btn-active-border-color: var(--base-color-dark);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--base-color);
  --bs-btn-disabled-border-color: var(--base-color);
  color: #fff !important;
  background-color: var(--base-color) !important;
  border-color: var(--base-color) !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: var(--base-color-dark) !important;
  border-color: var(--base-color-dark) !important;
}

.bg-primary {
  background-color: var(--base-color) !important;
}

.text-primary {
  color: var(--base-color) !important;
}

.border-primary {
  border-color: var(--base-color) !important;
}

.footer-logo {
  max-height: 48px;
  width: auto;
  height: auto;
}

/* —— Light footer (site tone) —— */
.ll-footer {
  background: #f6f4f2;
  color: #575757;
  border-top: 1px solid #ebe7e3;
}
.ll-footer .footer-widget-area {
  padding-top: 50px;
  padding-bottom: 30px;
}
.ll-footer p,
.ll-footer .text-small {
  color: #6b6560;
}
.ll-footer .ll-footer-phone {
  color: #232323;
  font-size: 1.15rem;
}
.ll-footer .widget-title {
  color: #8a8178;
}
.ll-footer .footer-menu li a {
  color: #3a3532;
  transition: color .2s ease;
}
.ll-footer .footer-menu li a:hover {
  color: var(--base-color);
}
.ll-footer a {
  color: var(--base-color);
}
.ll-footer a:hover {
  color: var(--base-color-dark);
}
.ll-footer .ll-footer-divider {
  border-color: #e5e0db !important;
}
.ll-footer-bar {
  background: #efebe7;
  color: #8a8178;
  border-top: 1px solid #e5e0db;
}
.ll-footer-bar .text-small {
  color: #8a8178;
}


/*
 * 히어로 텍스트 가독성 그림자 (통일)
 * - 밝은 텍스트(흰색) → 어두운 그림자
 * - 어두운 텍스트(브랜드색) → 밝은 그림자  (메인 히어로 2번과 동일)
 */
:root {
  --ll-hero-shadow-on-dark:
    0 1px 2px rgba(0, 0, 0, 0.45),
    0 4px 18px rgba(0, 0, 0, 0.35);
  --ll-hero-shadow-on-light:
    0 1px 0 rgba(255, 255, 255, 0.95),
    0 2px 18px rgba(255, 248, 240, 0.95),
    0 1px 2px rgba(var(--base-color-rgb), 0.12);
}

.ll-hero-text-on-dark,
.swiper-container.full-screen .swiper-slide h1.text-white-2,
.swiper-container.full-screen .swiper-slide p.text-white-2,
.swiper-container.full-screen .swiper-slide .text-white-2,
.hero-video-content .text-white-2,
.ll-page-kv .text-white-2,
.ll-page-kv a.text-white-2,
.ll-article-hero .text-white-2,
.ll-article-hero a.text-white-2 {
  text-shadow: var(--ll-hero-shadow-on-dark);
}

.ll-hero-text-on-light,
.swiper-container.full-screen .hero-light-slide h1.text-deep-pink,
.swiper-container.full-screen .hero-light-slide p.text-deep-pink {
  color: var(--base-color) !important;
  text-shadow: var(--ll-hero-shadow-on-light);
}

.swiper-container.full-screen .swiper-slide p.text-white-2,
.swiper-container.full-screen .hero-light-slide p.text-deep-pink {
  font-weight: 500;
}

/* Light hero slide — soft wash + darker brand text for wool backgrounds */
.swiper-container.full-screen .hero-light-slide {
  position: relative;
}

.swiper-container.full-screen .hero-light-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 248, 240, 0.82) 0%,
    rgba(255, 248, 240, 0.48) 36%,
    rgba(255, 248, 240, 0.08) 62%,
    rgba(255, 248, 240, 0) 78%
  );
}

.swiper-container.full-screen .hero-light-slide > .container {
  position: relative;
  z-index: 2;
}


/* Hero slides 2–3 — soft staggered caption reveal */
@keyframes heroCaptionIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.swiper-container.full-screen .hero-caption-slide .hero-anim {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  will-change: opacity, transform;
}

.swiper-container.full-screen .hero-caption-slide.swiper-slide-active .hero-anim-title,
.swiper-container.full-screen .hero-caption-slide.swiper-slide-duplicate-active .hero-anim-title {
  animation: heroCaptionIn 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.swiper-container.full-screen .hero-caption-slide.swiper-slide-active .hero-anim-text,
.swiper-container.full-screen .hero-caption-slide.swiper-slide-duplicate-active .hero-anim-text {
  animation: heroCaptionIn 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.26s both;
}

.swiper-container.full-screen .hero-caption-slide.swiper-slide-active .hero-anim-btns,
.swiper-container.full-screen .hero-caption-slide.swiper-slide-duplicate-active .hero-anim-btns {
  animation: heroCaptionIn 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

@media (prefers-reduced-motion: reduce) {
  .swiper-container.full-screen .hero-caption-slide .hero-anim,
  .swiper-container.full-screen .hero-caption-slide.swiper-slide-active .hero-anim,
  .swiper-container.full-screen .hero-caption-slide.swiper-slide-duplicate-active .hero-anim {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.object-fit-cover {
  object-fit: cover;
}

/* Hero video background (first slide) */
.swiper-container.full-screen .hero-video-slide {
  position: relative;
  overflow: hidden;
  background-color: #111;
  height: 100%;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.hero-video-bg video.is-ready {
  opacity: 1;
}

.hero-video-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.22);
}

.hero-video-content {
  position: relative !important;
  z-index: 3 !important;
  height: 100%;
}

/* —— News & Blog / Column —— */
.ll-content-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.ll-content-tabs a {
  display: inline-block;
  padding: 8px 18px;
  color: #828282;
  border: 1px solid #e4e4e4;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.ll-content-tabs a:hover {
  color: var(--base-color);
  border-color: var(--base-color);
}
.ll-content-tabs a.active {
  color: #fff;
  background: var(--base-color);
  border-color: var(--base-color);
}

/* 목록·관련글 썸네일 높이 고정 (비율 4:3) */
.blog-post .blog-post-images,
.blog-post.ll-news-card .blog-post-images {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ececec;
  flex-shrink: 0;
}
.blog-post .blog-post-images > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.blog-post .blog-post-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
a.blog-post.ll-news-card {
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
a.blog-post.ll-news-card:hover,
a.blog-post.ll-news-card:focus {
  color: inherit;
  text-decoration: none;
}
a.blog-post.ll-news-card:hover .post-title,
a.blog-post.ll-news-card:focus .post-title {
  color: var(--base-color);
}
a.blog-post.ll-news-card .blog-hover-icon {
  pointer-events: none;
}

/* News card title — 2-line clamp, fixed height */
.blog-post .post-title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.8em;
  line-height: 1.4;
  margin-bottom: 12px !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* News card excerpt — 3-line clamp, fixed height */
.blog-post .ll-news-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  max-width: 100%;
  height: 4.8em;
  line-height: 1.6;
  font-size: 0.9375rem;
  color: #6a6a6a;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.blog-post .post-details {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.blog-post {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-post .post-details .separator-line-horrizontal-full {
  margin-top: auto !important;
  margin-bottom: 10px !important;
}
.blog-post .post-details .author {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.ll-article-hero,
.ll-page-kv {
  position: relative;
  display: flex;
  flex-direction: column;
  /* 전역 section { padding: 130px 0 } 무력화 — 문구를 실제 하단으로 */
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ll-page-kv {
  min-height: 360px;
}
.ll-article-hero {
  min-height: 520px;
}
.ll-article-hero .opacity-medium,
.ll-article-hero .opacity-extra-medium,
.ll-page-kv .opacity-medium,
.ll-page-kv .opacity-extra-medium {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* 템플릿 기본 opacity-medium(0.75)는 이미지가 거의 안 보여 키비주얼은 더 밝게 */
  opacity: 0.45;
}
.ll-article-hero .container,
.ll-page-kv .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  align-items: stretch;
  min-height: inherit;
}
.ll-article-hero .container > .row,
.ll-page-kv .container > .row {
  flex: 1 1 auto;
  width: 100%;
  min-height: inherit;
  align-items: stretch !important;
}

/* 서브 히어로 문구 — 하단 정렬 + 여백 */
.ll-article-hero .col-12.d-flex,
.ll-page-kv .col-12.d-flex {
  min-height: inherit;
  height: auto !important;
  justify-content: flex-end !important;
  padding-top: 6rem; /* 고정 헤더 여유 */
  padding-bottom: 2.5rem;
  box-sizing: border-box;
}
.ll-article-hero .col-12.d-flex > h1:last-child,
.ll-page-kv .col-12.d-flex > h1:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .ll-page-kv {
    min-height: 300px;
  }
  .ll-article-hero {
    min-height: 400px;
  }
  .ll-article-hero .col-12.d-flex,
  .ll-page-kv .col-12.d-flex {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .ll-page-kv {
    min-height: 260px;
  }
  .ll-article-hero {
    min-height: 340px;
  }
  .ll-article-hero .col-12.d-flex,
  .ll-page-kv .col-12.d-flex {
    padding-top: 4.5rem;
    padding-bottom: 1.75rem;
  }
}
.article-body {
  font-size: 16px;
  line-height: 1.85;
  color: #6f6f6f;
}
.article-body h2,
.article-body h3,
.article-body h4 {
  color: #232323;
  font-family: inherit;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}
.article-body img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.article-body p {
  margin-bottom: 1.15em;
}
.article-body a {
  color: var(--base-color);
  text-decoration: underline;
}
.ll-takeaways ul li {
  margin-bottom: 8px;
}

/* 홈 베스트 상품 — 호버 정보를 사진 하단에 표시 */
.ll-home-best .portfolio-wrapper .grid-item figure {
  display: flex;
  flex-direction: column;
}
.ll-home-best .portfolio-wrapper .grid-item .portfolio-img {
  position: relative;
  overflow: hidden;
}
.ll-home-best .portfolio-wrapper .grid-item figcaption {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 4.75rem;
  padding: 14px 6px 2px !important;
  opacity: 1 !important;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .ll-home-best .portfolio-wrapper .grid-item figcaption {
    text-align: left;
  }
}
.ll-home-best .hover-option5 .grid-item .portfolio-hover-main,
.ll-home-best .hover-option5 .grid-item .portfolio-hover-box {
  display: block !important;
  height: auto !important;
  width: 100%;
  padding: 0 !important;
  background: transparent !important;
  vertical-align: top;
}
.ll-home-best .hover-option5 .grid-item .portfolio-hover-content {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.ll-home-best .hover-option5 .grid-item figure:hover .portfolio-hover-content,
.ll-home-best .hover-option5 .grid-item:focus-within .portfolio-hover-content {
  opacity: 1;
  transform: translateY(0);
}
.ll-home-best .hover-option5 .grid-item figure:hover img,
.ll-home-best .hover-option5 .grid-item:focus-within img {
  opacity: 1;
}
.ll-home-best .hover-option5 .grid-item .portfolio-hover-content span {
  color: #2b2b2b !important;
  text-shadow: none !important;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.ll-home-best .hover-option5 .grid-item .portfolio-hover-content p {
  color: #6a6a6a !important;
  text-shadow: none !important;
  line-height: 1.55;
}
@media (hover: none) {
  .ll-home-best .hover-option5 .grid-item .portfolio-hover-content {
    opacity: 1;
    transform: none;
  }
}

/* 키비주얼은 등장 애니메이션 없음 — 항상 표시 */
.ll-page-kv,
.ll-page-kv.wow,
.ll-article-hero,
.ll-article-hero.wow {
  visibility: visible !important;
  animation: none !important;
  -webkit-animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/*
 * WOW FOUC 방지 (news와 동일 동작)
 * JS 로드 전·애니메이션 전: 숨김 → animate__animated 추가 후 표시
 */
.wow {
  visibility: hidden;
}
.wow.animate__animated {
  visibility: visible;
}

/* 포트폴리오: WOW 없는 아이템만 강제 표시 (WOW 애니메이션은 방해하지 않음) */
.portfolio-wrapper .grid-item:not(.wow) {
  visibility: visible !important;
}

/* —— Products catalog (no hero) —— */

/* Solid white header (always scrolled look) */
body.ll-header-solid header .logo .logo-dark {
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  position: static;
  pointer-events: auto;
}
body.ll-header-solid header .logo .logo-light {
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  position: absolute;
  pointer-events: none;
}
body.ll-header-solid header nav.navbar-top,
body.ll-header-solid header:not(.sticky) nav.navbar-top.background-transparent,
body.ll-header-solid header.sticky nav.header-light,
body.ll-header-solid header.sticky nav.header-light.background-transparent {
  background-color: #f7f4f3 !important;
  box-shadow: 0 4px 24px rgba(140, 120, 110, 0.12);
}
body.ll-header-solid header:not(.sticky) nav.white-link .navbar-nav > li > a,
body.ll-header-solid header:not(.sticky) nav.white-link .header-searchbar a,
body.ll-header-solid header:not(.sticky) nav.white-link .search-button {
  color: #232323 !important;
}
body.ll-header-solid header:not(.sticky) nav.white-link .navbar-nav > li.active > a {
  color: var(--base-color) !important;
  border-bottom-color: var(--base-color) !important;
}
body.ll-header-solid header:not(.sticky) nav.white-link .navbar-toggler .icon-bar {
  background: #232323 !important;
}

.ll-no-hero {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .ll-no-hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ll-no-hero {
    padding-top: 88px;
    padding-bottom: 50px;
  }
}

/* Product list — CASETiFY-like full-bleed + fluid side margins */
body.ll-products-page .ll-no-hero {
  padding-top: 110px;
  padding-bottom: clamp(64px, 8vw, 120px);
}
@media (max-width: 991px) {
  body.ll-products-page .ll-no-hero {
    padding-top: 96px;
    padding-bottom: clamp(48px, 7vw, 80px);
  }
}
@media (max-width: 767px) {
  body.ll-products-page .ll-no-hero {
    padding-top: 84px;
    padding-bottom: 56px;
  }
}
body.ll-products-page .ll-page-container {
  max-width: none;
  width: 100%;
  /* 브라우저 너비에 따라 좌우 여백이 넓어졌다 좁아짐 */
  padding-left: clamp(16px, 5.5vw, 96px);
  padding-right: clamp(16px, 5.5vw, 96px);
}
body.ll-products-page .ll-page-container > nav[aria-label="breadcrumb"] {
  margin-bottom: clamp(20px, 2.5vw, 36px) !important;
}
body.ll-products-page .ll-product-cats {
  margin-bottom: clamp(24px, 3vw, 40px) !important;
}
body.ll-products-page .ll-product-toolbar {
  margin-bottom: clamp(40px, 5.5vw, 72px) !important;
}
body.ll-products-page .ll-product-grid {
  /* row-gap | column-gap — 가로 간격이 뷰포트에 따라 크게 늘어남 */
  gap: clamp(36px, 4.5vw, 56px) clamp(20px, 4.5vw, 88px);
}
@media (max-width: 991px) {
  body.ll-products-page .ll-product-grid {
    gap: clamp(28px, 4vw, 40px) clamp(16px, 3.5vw, 40px);
  }
}
@media (max-width: 575px) {
  body.ll-products-page .ll-product-grid {
    gap: 28px 0;
  }
}
body.ll-products-page .ll-product-card-media {
  margin-bottom: clamp(14px, 1.5vw, 20px);
}
body.ll-products-page .text-center.margin-80px-top {
  margin-top: clamp(56px, 7vw, 96px) !important;
}

.ll-product-search-row {
  --ll-search-h: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ll-product-search-input {
  flex: 0 1 320px;
  width: 100%;
  max-width: 320px;
  min-width: 0;
  height: var(--ll-search-h) !important;
  min-height: var(--ll-search-h) !important;
  max-height: var(--ll-search-h) !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #ddd;
  background: #fff;
  color: #232323;
  font-size: 14px;
  line-height: normal !important;
  box-sizing: border-box !important;
  vertical-align: middle;
}
.ll-product-search-input:focus {
  outline: none;
  border-color: var(--base-color);
}
.ll-product-search-btn.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: var(--ll-search-h) !important;
  min-height: var(--ll-search-h) !important;
  max-height: var(--ll-search-h) !important;
  padding: 0 22px !important;
  margin: 0 !important;
  border-width: 1px !important;
  border-style: solid !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  font-size: 13px !important;
}
.ll-product-search-btn.btn-light-gray {
  background: #dbdbdb !important;
  border-color: #dbdbdb !important;
  color: #232323 !important;
}
.ll-product-search-btn.btn-light-gray:hover,
.ll-product-search-btn.btn-light-gray:focus {
  background: #cfcfcf !important;
  border-color: #cfcfcf !important;
  color: #232323 !important;
}
.ll-product-search-reset.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: var(--ll-search-h) !important;
  min-height: var(--ll-search-h) !important;
  max-height: var(--ll-search-h) !important;
  padding: 0 14px !important;
  margin: 0 !important;
  border: 1px solid #ddd !important;
  background: #fff !important;
  color: #232323 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.ll-product-search-reset.btn:hover,
.ll-product-search-reset.btn:focus {
  border-color: var(--base-color) !important;
  background: #fff !important;
  color: #232323 !important;
  text-decoration: none !important;
}
.ll-product-search-count {
  display: inline-flex;
  align-items: center;
  min-height: var(--ll-search-h);
  margin: 0 0 0 4px;
  padding: 0;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .ll-product-search-input {
    flex: 1 1 100%;
    max-width: none;
  }
  .ll-product-search-btn.btn {
    flex: 1 1 auto;
  }
  .ll-product-search-count {
    flex: 1 1 100%;
    margin-left: 0;
    margin-top: 4px;
    white-space: normal;
  }
}

.ll-product-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ll-product-cat-chip {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #575757;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}
.ll-product-cat-chip:hover {
  border-color: var(--base-color);
  color: var(--base-color);
}
.ll-product-cat-chip.is-active {
  border-color: var(--base-color);
  background: var(--base-color);
  color: #fff;
}

/* Product nav dropdown — footer tone #f7f4f3 */
header nav.navbar .navbar-nav > li.simple-dropdown > .dropdown-menu,
nav.navbar.bootsnav ul.nav > li.simple-dropdown > .dropdown-menu,
.simple-dropdown > .dropdown-menu {
  min-width: 200px;
  padding: 10px 0;
  border: 1px solid #ebe6e4;
  border-radius: 0;
  background: #f7f4f3 !important;
  background-color: #f7f4f3 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}
header nav.navbar .navbar-nav > li.simple-dropdown > .dropdown-menu > li > a,
nav.navbar.bootsnav ul.nav > li.simple-dropdown > .dropdown-menu > li > a,
.simple-dropdown > .dropdown-menu > li > a,
.simple-dropdown > .dropdown-menu > li a {
  padding: 8px 18px;
  color: #232323 !important;
  font-size: 13px;
  white-space: nowrap;
  background: transparent !important;
}
header nav.navbar .navbar-nav > li.simple-dropdown > .dropdown-menu > li > a:hover,
nav.navbar.bootsnav ul.nav > li.simple-dropdown > .dropdown-menu > li > a:hover,
.simple-dropdown > .dropdown-menu > li a:hover {
  color: var(--base-color) !important;
  background: transparent !important;
  left: 0 !important;
}
nav.navbar.bootsnav.navbar-default li.dropdown.simple-dropdown > ul.dropdown-menu > li.active > a {
  color: var(--base-color) !important;
}
@media (max-width: 991px) {
  header nav.navbar .navbar-nav > li.simple-dropdown > .dropdown-menu,
  nav.navbar.bootsnav ul.nav li.dropdown.simple-dropdown > .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
    border: 0;
    padding: 0 0 8px 16px;
    background: #f7f4f3 !important;
    background-color: #f7f4f3 !important;
  }
  header nav.navbar .navbar-nav > li.simple-dropdown > .dropdown-menu > li > a {
    padding: 8px 0;
    border-bottom: 1px solid #ebe6e4;
    color: #232323 !important;
  }
}

.ll-product-color-dd {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: var(--ll-search-h, 44px);
}
.ll-product-color-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: var(--ll-search-h, 44px) !important;
  min-height: var(--ll-search-h, 44px) !important;
  max-height: var(--ll-search-h, 44px) !important;
  padding: 0 12px 0 10px;
  margin: 0;
  border: 1px solid #ddd;
  background: #fff;
  color: #232323;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box !important;
  white-space: nowrap;
}
.ll-product-color-trigger:hover,
.ll-product-color-dd.is-open .ll-product-color-trigger,
.ll-product-color-trigger.is-filtered {
  border-color: #ddd;
}
.ll-product-color-trigger .ll-product-color-swatch {
  width: 18px;
  height: 18px;
}
.ll-product-color-trigger-label {
  max-width: 7em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ll-product-color-trigger-caret {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #666;
  transition: transform 0.15s ease;
}
.ll-product-color-dd.is-open .ll-product-color-trigger-caret {
  transform: rotate(180deg);
}
.ll-product-color-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--ll-search-h, 44px);
  height: var(--ll-search-h, 44px) !important;
  min-height: var(--ll-search-h, 44px) !important;
  margin-left: -1px;
  border: 1px solid #ddd;
  border-left: 0;
  background: #fff;
  color: #666;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box !important;
}
.ll-product-color-clear:hover {
  color: #111;
  border-color: #ddd;
}
.ll-product-color-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 40;
  width: min(420px, calc(100vw - 32px));
  padding: 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.ll-product-color-panel[hidden] {
  display: none !important;
}
.ll-product-color-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #232323;
}
.ll-product-color-panel-close {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.ll-product-color-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 8px;
  max-height: min(52vh, 360px);
  overflow-y: auto;
  padding: 2px;
}
.ll-product-color-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 4px 2px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #575757;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.15s ease, background-color 0.15s ease;
  box-sizing: border-box;
}
.ll-product-color-chip:hover {
  border-color: #ddd;
  background: #fafafa;
}
.ll-product-color-chip.is-active {
  border-color: var(--base-color);
  background: rgba(121, 38, 17, 0.04);
}
.ll-product-color-swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  flex: 0 0 auto;
}
.ll-product-color-swatch--all {
  background: conic-gradient(#e8a0b0, #e8c547, #7a9e7e, #6b8cae, #9a9a9a, #e8a0b0);
}
.ll-product-color-chip-name {
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .ll-product-color-dd {
    flex: 1 1 auto;
  }
  .ll-product-color-trigger {
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
  }
  .ll-product-color-panel {
    left: 0;
    right: 0;
    width: auto;
    min-width: 100%;
  }
  .ll-product-color-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ll-product-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px 24px;
}
@media (max-width: 1199px) {
  .ll-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .ll-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }
}
@media (max-width: 575px) {
  .ll-product-grid {
    grid-template-columns: 1fr;
  }
}

.ll-product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.ll-product-card-media {
  position: relative;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #f0eeec;
  margin-bottom: 16px;
}
.ll-product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}
.ll-product-card-link:hover .ll-product-card-media img {
  transform: scale(1.05);
}
.ll-product-card-media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f1ef;
}
.ll-product-card-empty {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #9a8b82;
}
.ll-home-best-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  background: #f3f1ef;
}
.ll-product-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 4px 8px;
  background: rgba(35, 35, 35, 0.82);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.ll-product-card-body {
  text-align: center;
}
.ll-product-card-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.ll-product-card-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: transform .2s ease;
}
.ll-product-card-link:hover .ll-product-card-dots span {
  transform: scale(1.1);
}
.ll-product-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  margin: 0 0 6px;
  line-height: 1.35;
  transition: color .2s ease;
}
.ll-product-card-summary {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #828282;
}
.ll-product-card-link:hover .ll-product-card-title {
  color: var(--base-color);
}

/* —— Product detail (PDP) —— */
body.ll-pdp-page {
  background: #fff;
}
.ll-pdp {
  padding: 120px 0 80px;
}
@media (max-width: 991px) {
  .ll-pdp {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ll-pdp {
    padding-top: 88px;
    padding-bottom: 50px;
  }
}
.ll-page-container,
.ll-pdp-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .ll-page-container,
  .ll-pdp-container {
    padding: 0 48px;
  }
}
.ll-collection-head {
  max-width: 42rem;
}
.ll-collection-eyebrow {
  margin: 0;
  letter-spacing: 0.12em;
}
.ll-collection-title {
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  font-weight: 500;
  line-height: 1.25;
  color: #2b2b2b;
}
.ll-collection-intro {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #6a6a6a;
}
.ll-collection-hero {
  width: 100%;
  overflow: hidden;
  background: #f3efed;
}
.ll-collection-hero img {
  width: 100%;
  max-height: min(52vh, 560px);
  object-fit: cover;
  display: block;
}

/* —— Collections index —— */
.ll-collections-index {
  background:
    linear-gradient(180deg, #f7f4f3 0%, rgba(247, 244, 243, 0.35) 220px, #fff 420px);
}
.ll-collections-index-head {
  max-width: 36rem;
  margin: 0 0 56px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(35, 35, 35, 0.08);
}
.ll-collections-index-head .ll-collection-eyebrow {
  margin: 0 0 12px;
}
.ll-collections-index-head .ll-collection-title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  letter-spacing: -0.02em;
}
.ll-collections-index-head .ll-collection-intro {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #5c5c5c;
}
@media (max-width: 767px) {
  .ll-collections-index-head {
    margin-bottom: 40px;
    padding-bottom: 22px;
  }
}

.ll-collections-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 32px;
}
@media (max-width: 1099px) {
  .ll-collections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
  }
}
@media (max-width: 767px) {
  .ll-collections-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.ll-collections-card {
  min-width: 0;
}
.ll-collections-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.ll-collections-card-link:hover,
.ll-collections-card-link:focus {
  color: inherit;
  text-decoration: none;
}
.ll-collections-card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #efeae7;
  margin-bottom: 20px;
}
.ll-collections-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(35, 28, 24, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.ll-collections-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.ll-collections-card-link:hover .ll-collections-card-media img,
.ll-collections-card-link:focus .ll-collections-card-media img {
  transform: scale(1.045);
}
.ll-collections-card-link:hover .ll-collections-card-media::after,
.ll-collections-card-link:focus .ll-collections-card-media::after {
  opacity: 1;
}
.ll-collections-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  max-width: 34rem;
}
.ll-collections-card-title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 1.8vw, 1.65rem);
  font-weight: 500;
  line-height: 1.3;
  color: #2b2b2b;
  transition: color 0.25s ease;
}
.ll-collections-card-link:hover .ll-collections-card-title,
.ll-collections-card-link:focus .ll-collections-card-title {
  color: var(--base-color);
}
.ll-collections-card-intro {
  margin: 0 0 18px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #6a6a6a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ll-collections-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: auto;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.ll-collections-card-count {
  color: #8a8a8a;
}
.ll-collections-card-cta {
  position: relative;
  color: #3a3a3a;
  padding-bottom: 2px;
}
.ll-collections-card-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.ll-collections-card-link:hover .ll-collections-card-cta,
.ll-collections-card-link:focus .ll-collections-card-cta {
  color: var(--base-color);
}
.ll-collections-card-link:hover .ll-collections-card-cta::after,
.ll-collections-card-link:focus .ll-collections-card-cta::after {
  transform: scaleX(1);
}

/* —— Collections Full-screen Lookbook —— */
body.ll-lookbook-page {
  background: #f7f4f3;
  overflow: hidden;
  overscroll-behavior: none;
}
body.ll-lookbook-page header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
}
body.ll-lookbook-page header.sticky,
body.ll-lookbook-page header.header-appear {
  background: transparent !important;
  box-shadow: none !important;
}
body.ll-lookbook-page header nav.navbar-top,
body.ll-lookbook-page header:not(.sticky) nav.navbar-top.background-transparent,
body.ll-lookbook-page header.sticky nav.header-light,
body.ll-lookbook-page header.sticky nav.header-light.background-transparent {
  background: transparent !important;
  box-shadow: none !important;
  border: 0;
  min-height: 0;
  padding-top: max(10px, env(safe-area-inset-top));
  padding-bottom: 10px;
}
body.ll-lookbook-page header .nav-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 16px;
  padding-right: 16px;
  pointer-events: none;
}
body.ll-lookbook-page header .header-searchbar {
  display: none !important;
}
body.ll-lookbook-page header .col-auto.ps-0 {
  display: block !important;
  flex: 0 0 auto;
  padding: 0 !important;
  pointer-events: auto;
  position: relative;
  z-index: 1060;
}
body.ll-lookbook-page header .logo {
  display: inline-flex !important;
  align-items: center;
  line-height: 0;
  min-height: 40px;
}
body.ll-lookbook-page header .logo .logo-dark {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  max-height: 28px;
  height: auto;
  position: static !important;
  pointer-events: auto !important;
}
body.ll-lookbook-page header .logo .logo-light,
body.ll-lookbook-page header .logo .logo-light.default {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
body.ll-lookbook-page header .accordion-menu {
  flex: 0 0 auto;
  width: auto;
  padding: 0 !important;
  margin: 0;
  margin-left: auto;
  pointer-events: auto;
}
body.ll-lookbook-page header .navbar-toggler {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  float: none;
  margin: 0;
  padding: 12px 10px;
  border: 0;
  background: rgba(247, 244, 243, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 2px;
  position: relative;
  z-index: 1060;
}
body.ll-lookbook-page header .navbar-toggler .icon-bar,
body.ll-lookbook-page header:not(.sticky) nav.white-link .navbar-toggler .icon-bar,
body.ll-lookbook-page header.sticky nav.header-light.white-link .navbar-toggler .icon-bar,
body.ll-lookbook-page header .navbar-default .navbar-toggler .icon-bar {
  background: #3a322e !important;
  margin: 0 !important;
}
body.ll-lookbook-page header .navbar-collapse {
  pointer-events: auto;
}
body.ll-lookbook-page header .navbar-collapse:not(.show):not(.collapsing):not(.in) {
  display: none !important;
}
body.ll-lookbook-page header .navbar-collapse.show,
body.ll-lookbook-page header .navbar-collapse.collapsing,
body.ll-lookbook-page header .navbar-collapse.in,
body.ll-lookbook-page nav.navbar.bootsnav .navbar-collapse.show,
body.ll-lookbook-page nav.navbar.bootsnav .navbar-collapse.collapsing {
  display: block !important;
  position: fixed;
  inset: 0;
  z-index: 1050;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0;
  padding: clamp(80px, 14vh, 128px) clamp(28px, 7vw, 80px) 48px;
  background:
    radial-gradient(ellipse 90% 55% at 12% 0%, rgba(210, 190, 170, 0.35), transparent 58%),
    #f7f4f3;
  overflow-y: auto;
  border: 0 !important;
  box-shadow: none !important;
}
body.ll-lookbook-page header .navbar-nav,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav.navbar-nav {
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 0 !important;
  float: none;
  padding: 0;
}
body.ll-lookbook-page header .navbar-nav > li,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav > li {
  float: none;
  display: block;
  margin: 0;
  border: 0;
}
body.ll-lookbook-page header .navbar-nav > li > a,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav > li > a,
body.ll-lookbook-page header:not(.sticky) nav.white-link .navbar-nav > li > a {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0 6px !important;
  font-size: clamp(1.4rem, 3.4vw, 1.95rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #2b2b2b !important;
  background: transparent !important;
  border: 0 !important;
}
body.ll-lookbook-page header .navbar-nav > li > a:hover,
body.ll-lookbook-page header .navbar-nav > li > a:focus,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav > li > a:hover {
  color: #3a322e !important;
  background: transparent !important;
}
body.ll-lookbook-page header .navbar-nav > li.active > a,
body.ll-lookbook-page header nav.navbar .navbar-nav > li.active > a,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav > li.active > a {
  color: var(--base-color, #8b5a45) !important;
}
body.ll-lookbook-page header .navbar-nav > li.simple-dropdown > .dropdown-toggle,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav > li.simple-dropdown > .dropdown-toggle {
  display: none !important;
}
body.ll-lookbook-page header .navbar-collapse.show .navbar-nav > li.simple-dropdown > .dropdown-menu,
body.ll-lookbook-page header .navbar-collapse.in .navbar-nav > li.simple-dropdown > .dropdown-menu,
body.ll-lookbook-page nav.navbar.bootsnav .navbar-collapse.show ul.nav > li.simple-dropdown > .dropdown-menu,
body.ll-lookbook-page header .navbar-nav > li.simple-dropdown > .dropdown-menu,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav > li.simple-dropdown > .dropdown-menu,
body.ll-lookbook-page header nav.navbar .navbar-nav > li.simple-dropdown > .dropdown-menu {
  position: static !important;
  float: none !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: -4px 0 18px !important;
  padding: 0 0 0 2px !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.ll-lookbook-page header .navbar-nav > li.simple-dropdown > .dropdown-menu > li,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav > li.simple-dropdown > .dropdown-menu > li {
  display: block;
  float: none;
  margin: 0;
  border: 0;
  background: transparent !important;
}
body.ll-lookbook-page header .navbar-nav > li.simple-dropdown > .dropdown-menu > li > a,
body.ll-lookbook-page nav.navbar.bootsnav ul.nav > li.simple-dropdown > .dropdown-menu > li > a,
body.ll-lookbook-page header nav.navbar .navbar-nav > li.simple-dropdown > .dropdown-menu > li > a {
  display: block;
  width: auto;
  padding: 4px 0 !important;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  color: #6a6a6a !important;
  background: transparent !important;
  border: 0 !important;
  white-space: normal;
}
body.ll-lookbook-page header .navbar-nav > li.simple-dropdown > .dropdown-menu > li > a:hover,
body.ll-lookbook-page header .navbar-nav > li.simple-dropdown > .dropdown-menu > li > a:focus,
body.ll-lookbook-page header .navbar-nav > li.simple-dropdown > .dropdown-menu > li.active > a,
body.ll-lookbook-page nav.navbar.bootsnav.navbar-default li.dropdown.simple-dropdown > ul.dropdown-menu > li.active > a {
  color: #3a322e !important;
  background: transparent !important;
}

.ll-lb {
  --ll-lb-ink: #2b2b2b;
  --ll-lb-muted: #6a6a6a;
  --ll-lb-accent: #8b5a45;
  --ll-lb-bg: #f7f4f3;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(232, 220, 208, 0.7), transparent 62%),
    var(--ll-lb-bg);
  color: var(--ll-lb-ink);
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.ll-lb.is-ready {
  opacity: 1;
}
.ll-lb-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 16px;
  color: var(--ll-lb-muted);
}
.ll-lb-empty a {
  color: var(--ll-lb-ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.ll-lb-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}
.ll-lb-viewport:active {
  cursor: grabbing;
}
.ll-lb-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(var(--ll-lb-count, 1) * 100%);
  height: 100%;
  will-change: transform;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.ll-lb-slide {
  position: relative;
  flex: 0 0 calc(100% / var(--ll-lb-count, 1));
  width: calc(100% / var(--ll-lb-count, 1));
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding:
    calc(56px + env(safe-area-inset-top)) clamp(16px, 4vw, 48px) 0;
  box-sizing: border-box;
  opacity: 0.4;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.ll-lb-slide.is-active {
  opacity: 1;
}
.ll-lb-frame {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 8px;
}
.ll-lb-frame picture {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
.ll-lb-frame img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 18px 36px rgba(58, 50, 46, 0.12));
  transform: scale(0.985);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.ll-lb-slide.is-active .ll-lb-frame img {
  transform: scale(1);
}
.ll-lb-meta {
  flex: 0 0 auto;
  text-align: center;
  padding: 10px 8px calc(28px + env(safe-area-inset-bottom));
  max-width: 36rem;
  margin: 0 auto;
  width: 100%;
}
.ll-lb-index {
  margin: 0 0 8px;
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8a8a8a;
}
.ll-lb-index-sep {
  margin: 0 0.35em;
  opacity: 0.55;
}
.ll-lb-title {
  margin: 0 0 8px;
  font-size: clamp(1.65rem, 3.6vw, 2.5rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.ll-lb-title a {
  color: var(--ll-lb-ink);
  text-decoration: none;
}
.ll-lb-title a:hover,
.ll-lb-title a:focus {
  color: #1a1a1a;
  text-decoration: none;
}
.ll-lb-intro {
  margin: 0 auto 14px;
  max-width: 28rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--ll-lb-muted);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.ll-lb-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
}
.ll-lb-count {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9a9a9a;
}
.ll-lb-cta {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ll-lb-ink);
  text-decoration: none;
  padding-bottom: 5px;
}
.ll-lb-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--ll-lb-accent);
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.ll-lb-cta:hover,
.ll-lb-cta:focus {
  color: #1a1a1a;
  text-decoration: none;
}
.ll-lb-cta:hover::after,
.ll-lb-cta:focus::after {
  transform: scaleX(1);
}
.ll-lb-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  padding: 0;
  border: 1px solid rgba(58, 50, 46, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  color: #3a322e;
  cursor: pointer;
  transition: background 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  line-height: 0;
}
.ll-lb-nav:hover:not(:disabled),
.ll-lb-nav:focus:not(:disabled) {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(58, 50, 46, 0.22);
  outline: none;
}
.ll-lb-nav:disabled {
  opacity: 0.28;
  cursor: default;
}
.ll-lb-nav--prev {
  left: clamp(8px, 2vw, 28px);
}
.ll-lb-nav--next {
  right: clamp(8px, 2vw, 28px);
}
.ll-lb-nav span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0;
  border: 0;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  box-sizing: border-box;
}
.ll-lb-nav--prev span {
  /* geometric center + slight optical shift for chevron tip */
  transform: translate(-35%, -50%) rotate(135deg);
}
.ll-lb-nav--next span {
  transform: translate(-65%, -50%) rotate(-45deg);
}
.ll-lb-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(58, 50, 46, 0.08);
  z-index: 6;
  pointer-events: none;
}
.ll-lb-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, rgba(139, 90, 69, 0.55), #3a322e);
  transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 767px) {
  .ll-lb-nav {
    display: none;
  }
  .ll-lb-slide {
    padding-left: 14px;
    padding-right: 14px;
  }
  .ll-lb-meta {
    padding-bottom: calc(22px + env(safe-area-inset-bottom));
  }
  .ll-lb-intro {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

@media (min-width: 1100px) {
  .ll-lb-frame {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ll-lb,
  .ll-lb-track,
  .ll-lb-slide,
  .ll-lb-frame img,
  .ll-lb-progress-bar,
  .ll-lb-cta::after {
    transition: none !important;
  }
  .ll-lb-frame img,
  .ll-lb-slide.is-active .ll-lb-frame img {
    transform: none;
  }
}

.ll-pdp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  margin: 0 0 28px;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: #8a8a8a;
  list-style: none;
}
.ll-pdp-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
.ll-pdp-breadcrumb li:not(:last-child)::after {
  content: "/";
  color: #c0c0c0;
  font-weight: 400;
}
.ll-pdp-breadcrumb a {
  color: #8a8a8a;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ll-pdp-breadcrumb a:hover {
  color: #1a1a1a;
}
.ll-pdp-breadcrumb [aria-current="page"] {
  color: #1a1a1a;
  max-width: min(100%, 42ch);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ll-pdp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}
@media (min-width: 992px) {
  .ll-pdp-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }
}
.ll-pdp-gallery-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ll-pdp-shot {
  margin: 0;
  background: #f7f7f7;
  overflow: hidden;
}
.ll-pdp-shot--main {
  width: 100%;
}
.ll-pdp-shot-btn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.ll-pdp-shot img,
.ll-pdp-shot-btn img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  pointer-events: none;
}
.ll-pdp-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.ll-pdp-thumb {
  display: block;
  flex: 0 0 calc((100% - 40px) / 6);
  width: calc((100% - 40px) / 6);
  max-width: calc((100% - 40px) / 6);
  aspect-ratio: 1 / 1;
  padding: 0;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease;
  box-sizing: border-box;
}
.ll-pdp-thumb:hover,
.ll-pdp-thumb:focus-visible {
  border-color: #111;
  outline: none;
}
.ll-pdp-thumb.is-active {
  border-color: #111;
}
.ll-pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.ll-pdp-shot--empty {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.9rem;
}

/* —— PDP lightbox —— */
html.ll-lightbox-open,
body.ll-lightbox-open {
  overflow: hidden;
}
.ll-lightbox[hidden] {
  display: none !important;
}
.ll-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: #fff;
}
.ll-lightbox-backdrop {
  position: absolute;
  inset: 0;
}
.ll-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.ll-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 1.6rem;
  cursor: pointer;
}
.ll-lightbox-prev { left: 12px; }
.ll-lightbox-next { right: 12px; }
.ll-lightbox-stage {
  position: absolute;
  inset: 56px 72px 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
}
.ll-lightbox-stage img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.ll-lightbox-thumbs {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  gap: 8px;
  max-width: calc(100% - 48px);
  overflow-x: auto;
  padding: 4px;
}
.ll-lightbox-thumb {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.ll-lightbox-thumb.is-active {
  border-color: #111;
}
.ll-lightbox-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .ll-lightbox-stage {
    inset: 56px 16px 100px;
  }
  .ll-lightbox-prev { left: 4px; }
  .ll-lightbox-next { right: 4px; }
  .ll-lightbox-thumbs {
    right: 50%;
    transform: translateX(50%);
    bottom: 16px;
  }
  .ll-lightbox-thumb {
    width: 48px;
    height: 48px;
  }
}
.ll-pdp-info-sticky {
  max-width: none;
  width: 100%;
}
@media (min-width: 992px) {
  .ll-pdp-info {
    position: sticky;
    top: 88px;
    align-self: start;
  }
}
.ll-pdp-ref {
  margin: 0 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8a8a;
}
.ll-pdp-subtitle {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8a8a;
}
.ll-pdp-title {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}
.ll-pdp-category {
  margin: 0 0 18px;
  font-size: 0.82rem;
  color: #8a8a8a;
}
.ll-pdp-colors {
  margin-bottom: 22px;
}
.ll-pdp-colors-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #666;
}
.ll-pdp-colors-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.ll-pdp-color-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #444;
}
.ll-pdp-color-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
.ll-pdp-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}
.ll-pdp-price-old {
  font-size: 0.95rem;
  color: #aaa;
  text-decoration: line-through;
}
.ll-pdp-price {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}
.ll-pdp-badge {
  font-size: 0.72rem;
  padding: 0.2rem 0.55rem;
  background: #eee;
  color: #666;
  letter-spacing: 0.04em;
}
.ll-pdp-summary {
  margin: 0 0 24px;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #555;
}
.ll-pdp-actions {
  margin-bottom: 32px;
}
.ll-pdp-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 24px;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #1a1a1a;
  transition: background 0.2s ease, color 0.2s ease;
}
.ll-pdp-buy:hover {
  background: #fff;
  color: #1a1a1a !important;
}
.ll-pdp-buy--disabled {
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #888 !important;
  cursor: not-allowed;
}
.ll-pdp-buy--restock {
  background: #f0eeec;
  border-color: #ddd8d4;
  color: #3d2c24 !important;
  text-transform: none;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.ll-pdp-buy--restock:hover {
  background: #792611;
  border-color: #792611;
  color: #fff !important;
}
.ll-restock-product {
  padding: 1rem 1.1rem;
  background: #f7f3f0;
  border: 1px solid rgba(121, 38, 17, 0.1);
}
.ll-pdp-accordions {
  border-top: 1px solid #e5e5e5;
}
.ll-pdp-acc-item {
  border-bottom: 1px solid #e5e5e5;
}
.ll-pdp-acc-item h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.ll-pdp-acc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 0;
  border: 0;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
}
.ll-pdp-acc-btn::after {
  content: "+";
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  color: #666;
  transition: transform 0.2s ease;
}
.ll-pdp-acc-btn:not(.collapsed)::after {
  content: "−";
}
.ll-pdp-acc-body {
  padding: 0 0 22px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
}
.ll-pdp-detail-html p {
  margin: 0 0 1em;
  line-height: 1.75;
}
.ll-pdp-detail-html p:last-child {
  margin-bottom: 0;
}
.ll-pdp-detail-html img {
  max-width: 100%;
  height: auto;
}
.ll-pdp-detail-html strong,
.ll-pdp-detail-html b {
  font-weight: 600;
  color: #1a1a1a;
}
.ll-pdp-detail-html hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.ll-pdp-detail-html ul,
.ll-pdp-detail-html ol {
  margin: 0.75em 0 1.25em;
  padding-left: 1.15em;
}
.ll-pdp-detail-html li {
  margin: 0 0 0.85em;
  line-height: 1.7;
  padding-left: 0.15em;
}
.ll-pdp-detail-html li:last-child {
  margin-bottom: 0;
}
.ll-pdp-detail-html li strong,
.ll-pdp-detail-html li b {
  display: inline;
}
.ll-pdp-detail-html a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ll-pdp-faq-item + .ll-pdp-faq-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #efefef;
}
.ll-pdp-faq-q {
  margin: 0 0 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1a1a1a;
}
.ll-pdp-faq-a {
  margin: 0;
  color: #666;
}
.ll-pdp-specs {
  margin: 0 0 16px;
}
.ll-pdp-specs > div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.ll-pdp-specs > div:last-child {
  border-bottom: 0;
}
.ll-pdp-specs dt {
  margin: 0;
  font-size: 0.78rem;
  color: #888;
}
.ll-pdp-specs dd {
  margin: 0;
  font-size: 0.88rem;
  color: #333;
}


/* —— Home collections slider —— */
.ll-home-collections {
  padding: 90px 0 70px;
  background:
    linear-gradient(180deg, #fff 0%, #f7f4f3 28%, #f7f4f3 100%);
}
@media (max-width: 991px) {
  .ll-home-collections {
    padding: 60px 0 50px;
  }
}
.ll-home-collections-track {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ll-home-collections-track {
    padding: 0 16px;
  }
}
.ll-home-collections-swiper {
  overflow: visible;
  padding-bottom: 8px;
}
.ll-home-collections-card {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.ll-home-collections-card:hover,
.ll-home-collections-card:focus {
  color: inherit;
  text-decoration: none;
}
.ll-home-collections-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #efeae7;
}
.ll-home-collections-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.ll-home-collections-card:hover .ll-home-collections-media img,
.ll-home-collections-card:focus .ll-home-collections-media img {
  transform: scale(1.04);
}
.ll-home-collections-copy {
  margin-top: 18px;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
.ll-home-collections-index {
  display: block;
  margin: 0 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: #9a9a9a;
}
.ll-home-collections-title {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  font-weight: 500;
  line-height: 1.3;
  color: #2b2b2b;
  transition: color 0.25s ease;
}
.ll-home-collections-card:hover .ll-home-collections-title,
.ll-home-collections-card:focus .ll-home-collections-title {
  color: var(--base-color);
}
.ll-home-collections-intro {
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #6a6a6a;
}
.ll-home-collections-cta {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  color: #3a3a3a;
  padding-bottom: 2px;
}
.ll-home-collections-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.ll-home-collections-card:hover .ll-home-collections-cta,
.ll-home-collections-card:focus .ll-home-collections-cta {
  color: var(--base-color);
}
.ll-home-collections-card:hover .ll-home-collections-cta::after,
.ll-home-collections-card:focus .ll-home-collections-cta::after {
  transform: scaleX(1);
}
.ll-home-collections-nav {
  position: absolute;
  top: 38%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(35, 35, 35, 0.14);
  background: rgba(247, 244, 243, 0.92);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.ll-home-collections-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #2b2b2b;
  border-right: 1.5px solid #2b2b2b;
}
.ll-home-collections-prev {
  left: 8px;
}
.ll-home-collections-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.ll-home-collections-next {
  right: 8px;
}
.ll-home-collections-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.ll-home-collections-nav:hover,
.ll-home-collections-nav:focus {
  border-color: var(--base-color);
  background: #fff;
  outline: none;
}
@media (max-width: 767px) {
  .ll-home-collections-nav {
    display: none;
  }
  .ll-home-collections-copy {
    margin-top: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ll-home-collections-media img {
    transition: none;
  }
}

/* Brand about pages — soft scroll reveal */
body.ll-brand-page {
  --animate-duration: 0.75s;
}
body.ll-brand-page .wow.animate__fadeInUp {
  --animate-duration: 0.8s;
}
body.ll-brand-page .wow.animate__fadeIn {
  --animate-duration: 0.9s;
}
body.ll-brand-page .ll-brand-assure-col.wow,
body.ll-brand-page .ll-brand-duty-col.wow {
  --animate-duration: 0.7s;
}
@media (prefers-reduced-motion: reduce) {
  body.ll-brand-page .wow {
    visibility: visible !important;
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Brand about pages */
.ll-brand-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.ll-brand-subnav a {
  display: inline-block;
  padding: 8px 18px;
  color: #828282;
  border: 1px solid #e4e4e4;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.ll-brand-subnav a:hover {
  color: var(--base-color);
  border-color: var(--base-color);
}
.ll-brand-subnav a.active {
  color: #fff;
  background: var(--base-color);
  border-color: var(--base-color);
}
.ll-brand-check {
  position: relative;
  padding-left: 1.35rem;
  line-height: 1.7;
  color: #575757;
}
.ll-brand-check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--base-color);
}
.ll-brand-assure {
  position: relative;
  padding: 5.5rem 2rem;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(248, 248, 247, 0.94) 0%, rgba(238, 237, 234, 0.95) 52%, rgba(228, 226, 222, 0.92) 100%),
    url('/_asset/images/sub/keyvisual-brand.jpg') center / cover no-repeat;
}
.ll-brand-assure::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 50% at 8% 12%, rgba(255, 255, 255, 0.5), transparent 58%),
    radial-gradient(ellipse 50% 40% at 92% 88%, rgba(40, 40, 40, 0.05), transparent 62%);
  pointer-events: none;
}
.ll-brand-assure > .container {
  position: relative;
  z-index: 1;
}
.ll-brand-assure-eyebrow {
  color: var(--base-color);
}
.ll-brand-assure-grid {
  --ll-assure-gap: 0;
  border-top: 1px solid rgba(50, 40, 30, 0.12);
  border-left: 1px solid rgba(50, 40, 30, 0.12);
}
.ll-brand-assure-col {
  padding: 0;
  border-right: 1px solid rgba(50, 40, 30, 0.12);
  border-bottom: 1px solid rgba(50, 40, 30, 0.12);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.35s ease;
}
.ll-brand-assure-col:hover {
  background: rgba(255, 255, 255, 0.82);
}
.ll-brand-assure-item {
  position: relative;
  display: flex;
  gap: 1.15rem;
  min-height: 100%;
  padding: 2.1rem 1.85rem 2rem;
}
.ll-brand-assure-index {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(50, 40, 30, 0.35);
  line-height: 1.4;
  padding-top: 0.2rem;
}
.ll-brand-assure-body {
  flex: 1 1 auto;
  min-width: 0;
}
.ll-brand-assure-icon {
  display: block;
  margin-bottom: 0.85rem;
  font-size: 1.55rem;
  line-height: 1;
  color: var(--base-color);
}
.ll-brand-assure-item h4 {
  font-size: 1.15rem;
  letter-spacing: -0.01em;
}
.ll-brand-assure-item p {
  color: #6a6460;
  font-size: 0.95rem;
}
.ll-brand-assure-cta .btn {
  min-width: 11.5rem;
}
@media (max-width: 991px) {
  .ll-brand-assure {
    padding: 4rem 0;
  }
  .ll-brand-assure-item {
    padding: 1.75rem 1.4rem;
  }
}
@media (max-width: 767px) {
  .ll-brand-assure {
    padding: 3.25rem 0;
  }
  .ll-brand-assure-item {
    gap: 0.85rem;
    padding: 1.5rem 1.15rem;
  }
  .ll-brand-assure-cta .btn {
    min-width: 0;
    width: 100%;
    margin-left: 0 !important;
  }
  .ll-brand-assure-cta .btn + .btn {
    margin-top: 0.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ll-brand-assure-col {
    transition: none;
  }
}
.ll-brand-step-num {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: var(--base-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.ll-brand-duty {
  position: relative;
  margin-top: 1rem;
  padding: 5.5rem 2rem;
  overflow: hidden;
  background: #f3f2f0;
}
.ll-brand-duty::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, transparent 42%),
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(50, 40, 30, 0.04), transparent 55%);
  pointer-events: none;
}
.ll-brand-duty > .container {
  position: relative;
  z-index: 1;
}
.ll-brand-duty-eyebrow {
  color: var(--base-color);
}
.ll-brand-duty-grid {
  border-top: 1px solid rgba(40, 40, 40, 0.12);
  border-left: 1px solid rgba(40, 40, 40, 0.12);
}
.ll-brand-duty-col {
  padding: 0;
  border-right: 1px solid rgba(40, 40, 40, 0.12);
  border-bottom: 1px solid rgba(40, 40, 40, 0.12);
  background: rgba(255, 255, 255, 0.62);
  transition: background 0.35s ease, transform 0.35s ease;
}
.ll-brand-duty-col:hover {
  background: #fff;
}
.ll-brand-duty-item {
  position: relative;
  height: 100%;
  padding: 2.35rem 1.9rem 2.2rem;
}
.ll-brand-duty-num {
  display: inline-block;
  margin-bottom: 1.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--base-color);
  line-height: 1;
}
.ll-brand-duty-num::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  margin-top: 0.85rem;
  background: rgba(40, 40, 40, 0.22);
}
.ll-brand-duty-item h4 {
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.ll-brand-duty-item p {
  color: #6a6460;
  font-size: 0.95rem;
}
.ll-brand-duty-cta .btn {
  min-width: 11.5rem;
}
@media (max-width: 991px) {
  .ll-brand-duty {
    padding: 4rem 0;
  }
  .ll-brand-duty-item {
    padding: 1.85rem 1.45rem 1.75rem;
  }
}
@media (max-width: 767px) {
  .ll-brand-duty {
    padding: 3.25rem 0;
  }
  .ll-brand-duty-cta .btn {
    min-width: 0;
    width: 100%;
    margin-left: 0 !important;
  }
  .ll-brand-duty-cta .btn + .btn {
    margin-top: 0.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ll-brand-duty-col {
    transition: none;
  }
}

/* FAQ spacing */
.ll-faq-section {
  padding-top: 3rem !important;
  padding-bottom: 3.5rem !important;
}
.ll-faq-block-spaced {
  margin-top: 2rem;
}
.ll-faq-cat {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}
.ll-faq-section .accordion-style1 .panel-heading {
  padding: 12px 0;
}
.ll-faq-section .accordion-style1.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 12px 0 18px;
}
.ll-faq-cta {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .ll-faq-section {
    padding-top: 2.25rem !important;
    padding-bottom: 2.75rem !important;
  }
  .ll-faq-block-spaced {
    margin-top: 1.5rem;
  }
  .ll-faq-cta {
    margin-top: 2rem;
  }
}

.ll-brand-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  justify-content: center;
  color: #828282;
  letter-spacing: 0.06em;
}
.ll-brand-quote {
  border-left: 2px solid var(--base-color);
  padding: 0.25rem 0 0.25rem 1.1rem;
  color: #575757;
  font-style: italic;
  line-height: 1.7;
}

/* YouTube / iframe popup — fill viewport while keeping 16:9 */
.mfp-iframe-holder {
  padding-top: 3vh;
  padding-bottom: 3vh;
}
.mfp-iframe-holder .mfp-content {
  max-width: min(96vw, calc(94vh * 16 / 9)) !important;
  width: 100%;
  line-height: 0;
}
.mfp-iframe-holder .mfp-iframe-scaler {
  width: 100%;
  padding-top: 56.25%;
}
.mfp-iframe-holder .mfp-close {
  right: 2vw;
  top: 1.5vh;
  font-size: 32px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  opacity: 0.95;
}
@media (max-width: 767px) {
  .mfp-iframe-holder {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
  .mfp-iframe-holder .mfp-content {
    max-width: min(96vw, calc(70vh * 16 / 9)) !important;
  }
}

/* Home wool features — keep left align on mobile */
.ll-home-features .feature-box-5 {
  padding-left: 75px;
  text-align: left;
}
.ll-home-features .feature-box-5 i {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ll-home-features .feature-box-5 {
    padding-left: 60px;
  }
}

/* Home — mobile left-align (CTA / play icon keep center) */
@media (max-width: 767px) {
  body.ll-home-page .hero-caption-slide .ll-hero-caption {
    justify-content: flex-end !important;
    padding-top: 88px;
    padding-bottom: 52px;
    box-sizing: border-box;
  }
  body.ll-home-page .hero-caption-slide .ll-hero-caption .hero-anim-title {
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
  }
  body.ll-home-page .hero-caption-slide .ll-hero-caption .hero-anim-text {
    margin-bottom: 18px !important;
  }
  body.ll-home-page .hero-caption-slide .ll-hero-btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    text-align: left;
  }
  body.ll-home-page .hero-caption-slide .ll-hero-btns .btn {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    white-space: nowrap;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  body.ll-home-page .ll-home-collections-copy {
    text-align: left;
  }
  body.ll-home-page .bg-light-gray .box-shadow-light img.rounded-circle {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
}
