/* ============================================================================
   PAGE FAMILY: brand homepages (B20) - STRUCTURE tier - from the global files,
   original order. 558 homepage-exclusive classes (brand section shells:
   wa-hero, adc-, aps-, bpa-, mfp-, oua- families, ti-subnav + editorial sections).
   Widget rules live in components/homepage-content-widgets (A4).
   Migrated 2026-07-06. PHASE-A FIDELITY: verbatim relocation.
   ========================================================================= */

.curator_section .container {
	width: auto;
	max-width: 100%;
	padding: 0px 160px;
}

@media (max-width: 768px) {
  .section-title-art {

    font-size: 28px;
    line-height: 130%;
 
}

  .section-description-art {
    margin-bottom: 0px;
    font-size: 14px;
}

}
.hero_swiper {
	position: relative;
	z-index: 0;
}

.hero_swiper .swiper {
	width: 100%;
	height: 100%;
}

.hero_swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 643px;
}

.hero_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
    max-height: max-content;
}

.hero_swiper .swiper-text {
	margin: 33px 0px;
	font-size: 17px;
	line-height: 26px;
	color: #E8E5DC;
	text-align: center;
}

.hero_swiper .swiper-caption h3 {
	font-family: var(--font-title-accent);
	font-size: 45px;
	font-weight: 400;
	line-height: 40px;
	color: #E8E5DC;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.hero_swiper .swiper-caption p {
	font-family: var(--font-title);
	font-size: 80px;
	line-height: 65px;
	font-weight: 400;
	color: #E8E5DC;
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-sizing: border-box;
}

.hero_swiper .swiper-caption button img {
	width: auto;
}

.hero_swiper .swipr-item {
	position: relative;
	height: 100%;
	width: 100%;
}

.hero_swiper .swiper-caption {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: 720px;
	padding: 0 24px;
	box-sizing: border-box;
}

.hero_swiper .swiper-caption button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: auto;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 15px;
	color: #30271D;
	letter-spacing: 1px;
	background: #E7C685;
}

.hero_swiper .swiper-pagination-fraction {
	color: #E8E5DC;
	text-align: left;
}

.hero_swiper .swiper-button-next,.hero_swiper .swiper-button-prev {
	color: #E8E5DC;
	top: 91%;
	z-index: 99;
}

.hero_swiper .swiper-button-prev {
	left: 88%;
}

.hero_swiper .swiper-button-next {
	right: 6%;
}

.white_back {
	background: #E4DDC8;
}

.signature_info {
	padding: 88px 0px;
	height: 592px;
}

.black_back .signature-text {
	color: #E8E5DC;
}

.curators_inner {
	width: 20%;
}

.curators_edit {
	gap: 33px;
	display: flex;
	justify-content: center;
}

.curators_inner {
	width: 20%;
	/* text-align: center; */
}

.curator_image {
	width: 90%;
	margin: 33px auto;
	/* box-shadow: rgba(0, 0, 0, 0.15) 4.95px 4.95px 4.6px; */
}

.curator_image img {
	width: 100%;
	/* box-shadow: 16px 16px 25px 0px #00000026; */
	box-shadow: 6px 6px 10px 0px #3E342A4D;
}

.curator_rating ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #B23333;
}

.curator_rating ul li i {
	font-size: 11px;
}

.cur_heading {
	font-family: var(--font-title);
	font-size: 18px;
	line-height: 23px;
	font-weight: 400;
	color: #3E342A;
	text-align: center;
}

.cur_text {
	color: #3E342A;
	font-size: 14px;
	margin: 15px 0px;
	text-align: center;
}

.cur_button {
	text-align: center;
}

.cur_button a {
	color: #875D2A;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.why_choose_left {
	height: 600px;
}

.why_choose_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meet_info .signature-text {
	width: 100%;
	margin: 29px auto 34px;
	color: #E8E5DC;
}

.section-title-art {
color:#3E342A;
font-family: var(--font-title);
font-weight: 400;
font-style: Regular;
font-size: 56px;
leading-trim: NONE;
line-height: 60px;
letter-spacing: 0%;
text-align: center;

}

.section-description-art {
color:#3E342A;
font-weight: 400;
font-style: Regular;
font-size:  18px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
text-align: center;

}

@media only screen and (min-width: 1700px) {
  .curator_image {
		height: auto;
	}

  .img {
		height: auto;
	}

}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .curator_image {
	}

  .hero_swiper .swiper-slide {
		height: 512px;
	}

}
@media only screen and (min-width: 992px) and (max-width: 1268px) {
  .hero_swiper .swiper-button-prev {
		left: 86%;
	}

  .hero_swiper .swiper-caption p {
		font-size: 55px;
		line-height: 44px;
	}

  .curators_edit {
		gap: 5px;
	}

  .curator_section .container {
		padding: 0px 60px;
	}

}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .curator_image {
	}

  .signature_info {
		padding: 33px 11px;
		display: grid;
		align-items: center;
	}

  .hero_swiper .swiper-caption h3 {
		line-height: 30px;
	}

  .hero_swiper .swiper-caption p {
		line-height: 50px;
	}

  .hero_swiper .swiper-text {
		margin: 20px 0px;
	}

}
@media only screen and (max-width: 991px) {
  .signature_info {
		padding: 44px 9px;
	}

  .curators_edit {
		flex-wrap: wrap;
	}

  .curators_inner {
		width: 30%;
	}

  .cur_heading {
		font-size: 16px;
		line-height: 20px;
	}

  .hero_swiper .swiper-slide {
		height: 500px;
	}

  .hero_swiper .swiper-caption h3 {
		font-size: 38px;
		line-height: 40px;
	}

  .hero_swiper .swiper-caption p {
		font-size: 30px;
		line-height: 30px;
	}

  .hero_swiper .swiper-text {
		margin: 16px 0px;
		font-size: 15px;
		line-height: 22px;
	}

  .hero_swiper .swiper-caption button {
		font-size: 12px;
		line-height: 14px;
		padding: 12px 15px;
	}

  .hero_swiper .swiper-button-next,.hero_swiper .swiper-button-prev {
		top: 91%;
	}

  .hero_swiper .swiper-button-prev {
		left: 83%;
	}

  .curator_section .container {
		padding: 0px 20px;
	}

  .curators_edit {
		gap: 6px;
	}

  .signature_info {
		height: 500px;
		display: grid;
		align-items: center;
	}

  .curator_image {
		height: 300px;
		width: 80%;
	}

  .why_choose_left {
		height: 400px;
	}

}
@media only screen and (max-width: 767px) {
  .hero_swiper .swiper-caption {
		width: 100%;
	}

  .hero_swiper .swiper-caption button {
		font-size: 10px;
		line-height: 12px;
		padding: 10px 10px;
	}

  .hero_swiper .swiper-caption p {
		font-size: 25px;
		line-height: 24px;
	}

  .curator_image {
		height: 273px;
	}

  .hero_swiper .swiper-button-prev {
		left: 70%;
	}

  .curators_inner {
		width: 48%;
	}

  .hero_swiper .swiper-button-prev {
		left: 80%;
	}

}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_swiper .swiper-slide {
		height: 500px;
	}

  .hero_swiper .swiper-button-next,.hero_swiper .swiper-button-prev {
		top: 91%;
	}

  .hero_swiper .swiper-button-prev {
		left: 79%;
	}

  .hero_swiper .swiper-caption p {
		font-size: 31px;
		line-height: 32px;
	}

  .hero_swiper .swiper-caption h3 {
		font-size: 45px;
		line-height: 46px;
	}

  .hero_swiper .swiper-caption button {
		font-size: 13px;
		line-height: 17px;
	}

  .hero_swiper .swiper-text {
		margin: 24px 0px;
	}

}
@media screen and (max-width: 575px) {
  .hero_swiper .swiper-slide {
		height: 410px;
	}

  .why_choose_left {
		height: 320px;
	}

  .hero_swiper .swiper-button-next,.hero_swiper .swiper-button-prev {
		top: 91%;
	}

  .hero_swiper .swiper-button-prev {
		left: 77%;
	}

  .signature_info {
		height: unset;
	}

  .hero_swiper .swiper-text {
		margin: 11px auto;
		font-size: 14px;
		line-height: 19px;
		width: 90%;
	}

  .hero_swiper .swiper-caption h3 {
		font-size: 37px;
		line-height: 33px;
	}

  .hero_swiper .swiper-caption p {
		font-size: 27px;
		line-height: 26px;
		margin: 22px 0px;
	}

  .hero_swiper .swiper-caption button {
		font-size: 9px;
		line-height: 11px;
		padding: 9px 7px;
	}

}
@media screen and (min-width: 270px) and (max-width: 479px) {
  .hero_swiper .swiper-button-next img,.hero_swiper .swiper-button-prev img {
		width: 41px;
	}

  .hero_swiper .swiper-button-prev {
		left: 68%;
	}

  .curators_inner {
		width: 100%;
	}

  .curator_image {
		height: unset;
		width: 60%;
	}

  .cur_text {
		margin: 15px auto;
		width: 69%;
	}

  .signature_info {
		padding: 50px 9px;
	}

  .hero_swiper .swiper-button-next,.hero_swiper .swiper-button-prev {
		top: 94%;
	}

}
