body:not(.wp-admin),
.wp-admin .section {
  color: var(--neutral-variant-40, #303334);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Geist", serif;
  font-optical-sizing: auto;
}

.flex {
  display: flex;
}
.flex.middle {
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.around {
  justify-content: space-around;
}
.flex.evenly {
  justify-content: space-evenly;
}
.flex.center {
  justify-content: center;
}
.flex.right {
  justify-content: flex-end;
}
.white {
  color: #fff;
}
.section-bannertext {
  position: relative;
}
.section-bannertext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: linear-gradient(90deg, #212121 0%, rgba(33, 33, 33, 0) 100%);
}
.bannertext-content {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
.bannertext-content .container {
  height: 100%;
}
.bannertext-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 25px;
  color: var(--White, #fff);
  max-width: 466px;
}
.bannertext-text {
  font-size: 16px;
  line-height: 20px;
}
.bannertext-title {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.bannertext-title:after {
  content: "";
  height: 1px;
  width: 118px;
  background: #fff;
}
.description-section {
  margin-bottom: 40px;
}

/*section faq*/
.section-faq {
  padding: 24px 0 48px 0;
  background: #fffbf6;
}
.faq-sub-title {
  text-align: center;
}
.faq-title {
  text-align: center;
  margin-bottom: 4px;
}
.faq-outer {
  max-width: 654px;
  margin: 0 auto;
}
.faq-img {
  margin: 0 auto;
}
.section-faqcontact {
  padding: 24px 0 48px 0;
}
.faqcontact-title {
  text-align: center;
  margin-bottom: 20px;
}
.faqcontacts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.section-faqform {
  padding: 24px 0;
  background: #fffbf6;
}
.faq-item {
  padding: 16px;
  border-bottom: 1px solid #c3c3c3;
}
.faq-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  cursor: pointer;
  gap: 10px;
}
.faq-item-title svg {
  transition: 0.3s;
  min-width: 27px;
}
.faq-item-title.active svg {
  transform: rotate(180deg);
}
.faq-contents {
  display: none;
  padding-top: 16px;
}

.swiper-slide.column-text-item {
  width: 413px;
  height: auto;
}
.column-text-item > img {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.column-text-caption {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.column-text-sub-title {
  color: var(--Pink-100, #ef7e5c);
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
}
.column-text-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}
.column-text-text {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.section-columntext {
  background: var(--Light-grey, #f8f7f5);
  padding: 20px 0 40px 0;
}

/*section hero*/
.section-hero {
  position: relative;
}
.section-hero:not(.contain-img) img,
.section-hero:not(.contain-img) video,
.section-hero:not(.contain-img) iframe,
.section-hero:not(.contain-img) wistia-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero.contain-img img,
.section-hero.contain-img video,
.section-hero.contain-img iframe,
.section-hero.contain-img wistia-player {
  object-fit: contain;
}
.hero-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}
.hero-caption-outer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  width: 100%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.home-slider-title {
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}
.home-slider-text {
  font-size: 18px;
  line-height: 21px;
}
.home-slider-btns {
  display: flex;
  gap: 16px;
}
.js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 5px;
}
.js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  transition: 0.3s;
  opacity: 1;
  border-radius: 10px;
  cursor: pointer;
}
.js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 75px;
  background: #fff !important;
}
.section-hero2 {
  margin: 23px 0;
}
.section-hero2 .container {
  max-width: 90%;
}
.hero2-caption {
  min-width: 25%;
}

.slider-home-content2 img {
  width: 100%;
}

.slider-home-content2
  .js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  margin-top: 15px;
}
.slider-home-content2
  .js-home-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f7ede0 !important;
}
.hero-slide2 {
  display: flex;
}
.hero2-caption {
  display: flex;
  width: 315px;
  flex: 0 0 315px;
  padding: 25px;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}
.home-slider-title2 {
  color: var(--Black, #212121);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.hero2-caption .btn-border {
  backdrop-filter: blur(2px);
  background: #00000012;
}
.hero-slide2 img {
  height: 425px;
  object-fit: cover;
}
.slider-home-content2 .swiper {
  border-radius: 8px;
  overflow: hidden;
}
/*section-iconscard*/
.section-iconscard {
  margin: 16px 0;
}
.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  background: var(--Grey, #f7ede0);
  padding: 24px;
  gap: 16px;
  height: auto;
}
.icon-card-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.icon-card-text {
  font-size: 16px;
  line-height: 20px;
}
.icon-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

/*section product-slider*/
.js-products-slider .product-item {
  display: flex;
  flex-direction: column;
  border-color: transparent !important;
}
.js-products-slider2 .product-item {
  border-color: transparent !important;
  background: transparent;
}
.js-products-slider2 .product-item > a {
  overflow: hidden;
}
.js-products-slider .product-item .caption {
  order: -1;
  transition: 0.3s;
  margin-bottom: 10px;
  margin-top: 0;
}
.js-products-slider
  .swiper-slide:not(.swiper-slide-active)
  .product-item
  .caption {
  opacity: 0;
}

.js-products-slider {
  max-width: 1056px;
  margin: 0 auto;
}
.section-productsslider {
  margin: 24px 0 16px 0;
}
.js-products-slider .product-category {
  font-size: 16px;
}
.js-products-slider .product-name {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.js-products-slider .product-item .product-price,
.js-products-slider .product-item .new-price,
.js-products-slider .product-item .old-price {
  font-size: 16px;
  line-height: 20px;
}

.js-products-slider-navi > div {
  border-radius: 70px;
  border: 0.7px solid var(--Black, #212121);
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 15px);
  cursor: pointer;
  z-index: 4;
  transition: 0.3s;
}
.js-products-slider-navi > div.js-products-prev {
  left: 0;
}
.js-products-slider-navi > div.js-products-next {
  right: 0;
  left: auto;
}
.products-slider-content {
  position: relative;
}
.js-products-slider2 {
  /*max-width: 846px;
  margin: 0 auto;*/
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.section-lookbook {
  padding: 0 0 38px 0;
  overflow: hidden;
}
.product-item.cat-item .caption {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.socials-item-name {
  color: var(--Dark, #282828);
  font-size: var(--font-size-sm, 14px);
  font-weight: 500;
  line-height: var(--font-line-heght-md, 20px);
  text-decoration: none;
}
.socials-item-title {
  color: var(--Grey-Dark, #726f75);
  font-size: var(--font-size-sm, 14px);
  line-height: var(--font-line-heght-md, 20px);
}
.product-item.cat-item .product-name {
  font-size: 23px;
  line-height: 26px;
}
.cat-item > a:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.cat-item:hover > a:after {
  opacity: 0.2;
}

.section-lookbook .swiper {
  overflow: visible;
}
.section-lookbook .js-products-slider-navi > div.js-products-prev {
  left: 18px;
}
.section-lookbook .js-products-slider-navi > div.js-products-next {
  right: 18px;
  left: auto;
}
.products-slider-content + .btn {
  margin-top: 16px;
}
.slider-content {
  position: relative;
}
.slider-content .js-products-slider-navi > div.js-products-prev {
  left: calc((100vw - 1320px + 40px) / 2);
}
.slider-content .js-products-slider-navi > div.js-products-next {
  right: calc((100vw - 1320px + 40px) / 2);
}
.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}
.slider-content .hero-caption {
  max-width: 550px;
}
.section-main-text {
  max-width: 556px;
}
.border-title:after {
  content: "";
  position: absolute;
  background: var(--Text-_-grey, #6f6f6f);
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
}
.border-title > p {
  background: #fff;
  position: relative;
  z-index: 2;
  width: max-content;
  margin: 0 auto;
  padding: 0 10px;
}
.section-main-title.border-title {
  font-size: 28px;
  position: relative;
  width: 100%;
}
.twoimage-content {
  display: grid;
  gap: 20px;
}
.twoimage-item {
  position: relative;
}
.twoimage-item img {
  height: 720px;
  object-fit: cover;
  width: 100%;
}
.twoimage-caption {
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
  padding: 70px 48px;
}
.twoimage-item-title {
  position: relative;
  z-index: 2;
}
.twoimage-item-text {
  position: relative;
  z-index: 2;
}
.twoimage-caption .btn {
  position: relative;
  z-index: 2;
}
.twoimage-caption:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(33, 33, 33, 0) 0%,
    rgba(33, 33, 33, 0.6) 100%
  );
}
.section-brandcarousel {
  padding: 24px 0 50px 0;
}
.brands-carusel {
  overflow: hidden;
}
.js-brands-carusel {
  overflow: visible;
}
.js-brands-carusel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.js-brands-item.swiper-slide {
  width: 197px;
  height: 197px;
  border-radius: 10.19px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 27px;
}
.image-products-block {
  display: flex;
  gap: 23px;
  align-items: flex-start;
}
.image-product {
  flex-grow: 1;
  position: relative;
}
.image-products {
  padding-top: 24px;
  min-width: 65%;
  flex: 0 0 65%;
  padding-right: calc((calc(100vw, 1440px) - 1320px + 40px) / 2);
}
.image-product-caption {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
}
.image-product-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}
.image-product-text {
  font-size: 16px;
  line-height: 20px;
}
.section-main-big {
  font-size: 28px;
}
.image-products .section-title {
  text-align: left;
  align-items: flex-start;
}
.image-products .section-main-text {
  max-width: 100%;
}
.section-link,
.is-style-section-link .wp-element-button {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--Greyscale-Border-Darker, #000);
  padding-bottom: 4px;
}
.section-link:after,
.is-style-section-link .wp-element-button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M9.83333 1L16.5 8M16.5 8L9.83333 15M16.5 8L0.5 8' stroke='%23212121' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  min-width: 17px;
  flex: 0 0 17px;
  height: 16px;
  transition: 0.3s;
}
.section-imageproducts {
  padding: 40px 0;
}
.section-imageproducts.reverse .image-products-block {
  flex-direction: row-reverse;
}
.section-imageproducts.reverse .image-products {
  padding-right: 0;
  padding-left: calc((min(100vw, 1440px) - 1320px + 40px) / 2);
}
.imageproducts-slider-content {
  position: relative;
}
.imageproducts-slider-content .js-products-slider-navi > div.js-products-next {
  right: 10px;
}
.js-imageproducts-slider:before,
.js-imageproducts-slider:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  z-index: 2;
}
.js-imageproducts-slider:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.section-producthighlight .js-imageproducts-slider:before,
.section-producthighlight .js-products-slider-navi > div.js-products-prev {
  visibility: hidden;
  opacity: 0;
}
.product-block-tags {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.product-block-tags > div {
  padding: 5px 5px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 16px;
}
.js-imageproducts-slider:after {
  left: auto;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.section-imagetext {
  padding: 48px 0;
}
.is_grey {
  background: var(--Beige-50, #f5f3f1);
}
.image-text-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-text-image {
  min-width: 39%;
  flex: 0 0 39%;
      border-radius: 12px;
    overflow: hidden;
}
.image-text {
  min-width: 50%;
  flex: 0 0 50%;
  color: #000;
}

.section-imagetext.reverse .image-text-block {
  flex-direction: row-reverse;
}
.image-text.section-title {
  text-align: left;
  align-items: flex-start;
  gap: 24px;
}
.js-products-slider-navi > .progressbar {
  position: static;
  align-items: center;
  width: 100%;
  border: none;
  gap: 5px;
  margin-top: 40px;
  background: transparent;
  height: auto;
}
.section-lookbook .js-products-slider-navi > .progressbar,
.stikerset-block .js-products-slider-navi > .progressbar {
  margin-top: 18px;
}
.section-lookbook:not(.no_grey)
  .js-products-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #282828;
}
.js-products-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  transition: 0.3s;
  opacity: 1;
  border-radius: 10px;
  background: #282828;
  cursor: pointer;
}
.js-products-slider-progressbar.swiper-pagination-bullets.swiper-pagination-horizontal
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 75px;
  background: #b9ef5c;
}
.section-productmainslider {
  margin: 24px 0 37px 0;
}
.js-products-slider-main:before,
.js-products-slider-main:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  z-index: 2;
}
.js-products-slider-main:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #fff 64.17%);
}
.js-products-slider-main:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 64.17%);
}
.section-title-block {
  margin-top: 3px;
}
.section-title .wp-block-heading {
  line-height: 1.1;
  position: relative;
  padding-bottom: 4px;
  min-width: 92px;
}
.section-title .wp-block-heading:after {
  content: "";
  height: 1px;
  width: 92px;
  background: #ef7e5c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-id-4468 .section-breadcrumb {
  display: none;
}
.section-heroabout {
  position: relative;
}
.hero-abount-caption {
  display: grid;
  gap: 14px;
}
.section-heroabout .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  color: #fff;
  text-align: center;
}
.section-contact {
  padding: 24px 0;
  background: #fffbf6;
}

.contact-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.contact-block-top {
  max-width: 568px;
  margin: 0 auto 35px auto;
  display: block;
}
.contact-right img {
  max-height: 255px;
  margin: 0 auto;
}
.contact-title {
  text-align: center;
  margin-bottom: 50px;
}

.contact-text {
  font-size: 18px;
  line-height: normal;
}
.contact-text h6 + *,
.contact-info-item h6 + * {
  margin-top: 8px;
}
.contact-info-grid {
  margin: 10px 0 36px 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.contact-info-item p a {
  color: inherit;
}
.contact-block-bottom .contact-text {
  max-width: 408px;
}
.contact-info-item {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.contact-info-item.description > * + * {
  margin-top: 10px;
}
.contact-info-grid > *:first-child {
  grid-area: span 1 / span 3;
  border-radius: 8px;
  background: var(--Orange-light, #f7ede0);
  padding: 24px 0;
}
.contact-info-grid > * {
    border-radius: 8px;
    background: var(--White, #fff);
    padding: 37px 24px 24px 24px;
}

.contact-info {
  border-radius: 12px;
  background: var(--Black, #212121);
  padding: 16px;
  display: flex;
  gap: 21px;
  align-items: flex-start;
  max-width: 522px;
}
.contact-info > img {
  min-width: 78px;
  flex: 0 0 78px;
}
.contact-info-inner {
  color: var(--Light-grey, #f8f7f5);
  font-size: 16px;
  line-height: 20px;
  display: grid;
  gap: 20px;
}
.contact-info-inner a {
  text-decoration: none;
}
.contact-form-block {
  padding: 20px;
}
.contact-form {
  display: grid;
  gap: 25px;
}
.contact-2line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-item {
  display: grid;
  gap: 8px;
  position: relative;
}
.contact-item > label {
  color: #525252;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.contact-item > label span {
  color: #ff4d00;
  font-size: 12px;
  line-height: 16px; /* 133.333% */
}

.contact-item textarea {
  height: 115px;
  resize: none;
}
.contact-form-block .wpcf7 form .wpcf7-response-output {
  text-align: left;
}
.contact-form-block .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -16px;
}
.section-dascraftery {
  margin: 23px 0;
  overflow: hidden;
}
.section-dascraftery .swiper {
  overflow: visible;
}
.das-icons {
  display: flex;
  justify-content: space-evenly;
}
.das-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  min-width: 205px;
  flex: 0 0 205px;
}
.das-slider-content {
  margin-top: 40px;
  position: relative;
}

.das-slide {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.highlight-content {
  display: flex;
  gap: 20px;
}
.highlight-reverse {
  flex-direction: row-reverse;
}
.highlight-single {
  min-width: calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
}
.highlight-products {
  min-width: calc(75% - 5px);
  flex: 0 0 calc(75% - 5px);
}
.section-highlight .js-products-slider-navi > .progressbar {
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-highlight .js-products-slider-navi > div {
  top: auto;
  bottom: 0;
}
.section-highlight .thb-swatches-load {
  min-height: 0;
}
.section-highlight .js-products-slider-navi > div.js-products-prev {
  left: 0;
}
.section-highlight .js-products-slider-navi > div.js-products-next {
  right: 0;
}

/* CRAFTERY v3 typography token: Overline XS */
.overline-xs,
.cf-v3-hero__overline {
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Button Primary Pill / Button Secondary Pill */
.cf-v3-hero__btn,
.button-primary-pill,
.button-secondary-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 12px 18px;
  border-radius: 999px;
  box-sizing: border-box;
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  position: relative;
}
.cf-v3-hero__btn::after,
.button-primary-pill::after,
.button-secondary-pill::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
}
.cf-v3-hero__btn,
.button-primary-pill {
  background: var(--btn-bg, #282828);
  color: var(--btn-color, #fff);
  border: 1px solid transparent;
}
.cf-v3-hero__btn--light {
  border-color: #c3c3c3;
}
.button-secondary-pill {
  background: transparent;
  color: var(--btn-color, #282828);
  border: 1px solid var(--btn-color, #282828);
}

/* CRAFTERY: Hero - 3 Box Asymmetrical */
.cf-v3-hero {
  background: transparent;
  margin: 0;
  padding: 12px clamp(16px, 3vw, 32px) 8px;
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  color: #282828;
}
.cf-v3-hero img {
  display: block;
  max-width: 100%;
}
.cf-v3-hero a {
  text-decoration: none;
}
.cf-v3-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  aspect-ratio: 16 / 9.5;
  min-height: 540px;
}
.cf-v3-hero--reverse .cf-v3-hero__inner {
  grid-template-columns: 1fr 1.45fr;
}
.cf-v3-hero__tile {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(20px, 2.4vw, 32px);
  isolation: isolate;
  background-color: #faf1e4;
}
.cf-v3-hero__tile--big {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.cf-v3-hero__tile--small1 {
  grid-column: 2;
  grid-row: 1;
}
.cf-v3-hero__tile--small2 {
  grid-column: 2;
  grid-row: 2;
}
.cf-v3-hero--reverse .cf-v3-hero__tile--big {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.cf-v3-hero--reverse .cf-v3-hero__tile--small1 {
  grid-column: 1;
  grid-row: 1;
}
.cf-v3-hero--reverse .cf-v3-hero__tile--small2 {
  grid-column: 1;
  grid-row: 2;
}
.cf-v3-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.8s ease;
}
.cf-v3-hero__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 15%, rgba(40, 40, 40, 0.45) 55%, rgba(40, 40, 40, 0.88) 100%);
}
.cf-v3-hero__tile-link {
  display: none;
}
.cf-v3-hero__overline {
  margin-bottom: 10px;
}
.cf-v3-hero__title {
  font-family: "Wayfinder CF", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: #fff;
}
.cf-v3-hero__tile--big .cf-v3-hero__title {
  font-size: clamp(40px, 8vw, 80px);
  line-height: 1.025;
}
.cf-v3-hero__tile--small1 .cf-v3-hero__title,
.cf-v3-hero__tile--small2 .cf-v3-hero__title {
  font-size: 28px;
  line-height: 30px;
}
.cf-v3-hero__copy {
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 22px;
  max-width: 28em;
  color: rgba(255, 255, 255, 0.92);
}
.cf-v3-hero__badge {
  position: absolute;
  top: clamp(20px, 2vw, 28px);
  left: clamp(20px, 2vw, 28px);
  background: var(--badge-bg, #b9ef5c);
  color: var(--badge-color, #282828);
  padding: 6px 14px;
  border-radius: 999px;
  font-family: "Wayfinder CF", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.01em;
  transform: rotate(-6deg);
  z-index: 1;
}

/* CRAFTERY: Marquee */
.cf-marquee {
  overflow: hidden;
  padding: 19px 0;
  position: relative;
  cursor: default;
  user-select: none;
}
.cf-marquee__track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: cfMarqueeLime 38s linear infinite;
  will-change: transform;
  font-family: var(--font-family-header, "Wayfinder CF");
  font-size: clamp(var(--font-size-xl, 20px), 2.7vw, 34px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  padding-left: 60px;
  margin: 0;
}
.cf-marquee__set {
  display: inline-flex;
  align-items: center;
  gap: 38px;
}
.cf-marquee__set a,
.cf-marquee__set span {
  display: inline-flex;
  align-items: center;
}
.cf-marquee__set a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.cf-marquee__track .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  display: inline-block;
  flex-shrink: 0;
  pointer-events: none;
}
@keyframes cfMarqueeLime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cf-marquee:hover .cf-marquee__track {
  animation-play-state: paused;
}

/* CRAFTERY: Category Bubbles */
.cf-fp-cats {
  padding: clamp(16px, 2vw, 28px) clamp(16px, 3vw, 32px) clamp(12px, 1.6vw, 22px);
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  color: #282828;
}
.cf-fp-cats img {
  display: block;
  max-width: 100%;
}
.cf-fp-cats a {
  color: inherit;
  text-decoration: none;
}
.cf-fp-cats__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  position: relative;
}
.cf-fp-cats__item {
  text-align: center;
  position: relative;
  z-index: 1;
  outline: none;
}
.cf-fp-cats__item:focus-visible .cf-fp-cats__circle {
  box-shadow: 0 0 0 3px #b9ef5c;
}
.cf-fp-cats__circle {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: block;
}
.cf-fp-cats__item:hover .cf-fp-cats__circle {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(40, 40, 40, 0.12);
}
.cf-fp-cats__gif,
.cf-fp-cats__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.cf-fp-cats__gif {
  z-index: 1;
  opacity: 1;
}
.cf-fp-cats__poster {
  z-index: 2;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.cf-fp-cats__item:hover .cf-fp-cats__poster,
.cf-fp-cats__item:focus-within .cf-fp-cats__poster {
  opacity: 0;
}
.cf-fp-cats__label {
  display: block;
  margin-top: 14px;
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* CRAFTERY: Counter */
.cf-v3-counter {
  background: var(--counter-bg, #b9ef5c);
  color: #282828;
  padding: clamp(40px, 4vw, 64px) clamp(20px, 4vw, 48px) clamp(64px, 6vw, 96px);
  position: relative;
  overflow: hidden;
  font-family: "Geist", system-ui, -apple-system, sans-serif;
}
.cf-v3-counter a {
  color: inherit;
  text-decoration: none;
}
.cf-v3-counter__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
/* Typography tokens used:
   h2 — Wayfinder Demi Bold 60/1.05 ls -0.025em (rotated intro)
   counterDisplay — Wayfinder Demi Bold clamp(40-60)/1 ls -0.02em
   bodySBold — Geist Medium 14/20 (label)
*/
.cf-v3-counter__intro {
  font-family: "Wayfinder CF", Georgia, serif;
  font-weight: 600;
  font-size: clamp(34px, 3.6vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  transform: rotate(-1.5deg);
}
.cf-v3-counter__intro span {
  display: inline-block;
  transform: rotate(2deg);
  background: #282828;
  color: var(--counter-bg, #b9ef5c);
  padding: 2px 14px;
  border-radius: 6px;
}
.cf-v3-counter__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.cf-v3-counter__item {
  background: #fff;
  border-radius: 12px;
  padding: 22px 16px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease;
  display: block;
}
.cf-v3-counter__item:nth-child(1) {
  transform: rotate(-2deg);
}
.cf-v3-counter__item:nth-child(2) {
  transform: rotate(1deg) translateY(-12px);
}
.cf-v3-counter__item:nth-child(3) {
  transform: rotate(-1deg) translateY(8px);
}
.cf-v3-counter__item:nth-child(4) {
  transform: rotate(2deg);
}
.cf-v3-counter__number {
  font-family: "Wayfinder CF", Georgia, serif;
  font-weight: 600;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #282828;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.cf-v3-counter__label {
  font-family: "Geist", system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #42454a;
}
