/* MINNUT homepage */
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #DFCCB1;
}
.hero-banner {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2048 / 1120;
  object-fit: cover;
  object-position: center;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(255,255,255,.55);
  color: #1B2A4A;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  font-family: Georgia, serif;
  border-radius: 50%;
}
.hero-arrow:hover { background: rgba(255,255,255,.85); }
.hero-arrow.prev { left: 12px; }
.hero-arrow.next { right: 12px; }

.nt-section { padding: 56px 16px; }
@media (min-width: 768px) { .nt-section { padding: 64px 24px; } }
.best-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 1024px) {
  .best-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
}

.finder { margin: 40px 15px 0; }
.finder-section {
  position: relative;
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #846044;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 320px;
}
.finder-model {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(42%, 520px);
  margin: 0;
  pointer-events: none;
}
.finder-model img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
.finder-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-top: 4px solid #98A086;
  padding: 40px;
  max-width: fit-content;
}
.finder-card h2 {
  margin: 0 0 35px;
  font-family: Rajdhani, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #846044;
  line-height: 1.2;
}
.finder-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 965px;
}
.finder-spend { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.finder-spend span {
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #846044;
}
.finder-select {
  padding: 0 22px 0 0;
  background: transparent url("../cdn/select-chevron.svg") right 0 center / 15px 15px no-repeat;
  border: none;
  border-bottom: 2px solid #846044;
  border-radius: 0;
  min-height: 25px;
  min-width: 135px;
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #846044;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.finder-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #846044;
  color: #fff;
  border-radius: 50px;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 24px;
  min-height: 40px;
  min-width: 160px;
  cursor: pointer;
}
.finder-btn:hover { background: #C4A071; }

.tab_section { margin: 60px 0; padding: 0 20px; }
.tab_section .page-width { max-width: 1280px; margin: 0 auto; }
.tabs-bar {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding: 0 0 15px;
  margin: 0 0 20px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.tablink {
  margin: 0;
  padding: 0 0 5px;
  background: transparent;
  border: 0;
  color: #846044;
  font-family: Rajdhani, sans-serif;
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.5;
  cursor: pointer;
}
.tablink.active,
.tablink:hover { opacity: 1; }
.tab-panel { display: none !important; }
.tab-panel.active {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.tab-content-text { width: 49.49%; }
.tab-content-image {
  width: 50.51%;
  aspect-ratio: 1500 / 950;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tab-content-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center;
  display: block;
  margin: 0;
}
.tab-text-innr p {
  margin: 0 0 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  color: #846044;
  line-height: 1.5;
  font-weight: 500;
}
.tab-content-btn a {
  max-width: 156px;
  width: 100%;
  background-color: #846044;
  border-radius: 30px;
  min-height: 52px;
  color: #fff;
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.tab-content-btn a:hover { background-color: #A76D5E; }

.collection_slider { margin: 16px 0 40px; padding: 0 20px; }
.collection_slider .page-width { max-width: 1280px; margin: 0 auto; }
.cats-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.cats-track::-webkit-scrollbar { display: none; }
.collimgtitle {
  position: relative;
  flex: 0 0 calc(25% - 15px);
  min-width: 220px;
  max-width: 280px;
  scroll-snap-align: start;
}
.collimgtitle a { display: block; text-decoration: none; color: #fff; position: relative; }
.collectionlistimg {
  position: relative;
  overflow: hidden;
  aspect-ratio: 600 / 790;
  background: #eee;
}
.collectionlistimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.collimgtitle a:hover .collectionlistimg img { transform: scale(1.04); }
.collectionlistimg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, rgba(75, 75, 77, 0.55));
  pointer-events: none;
}
.image_titlecoll { position: absolute; left: 0; right: 0; bottom: 0; padding: 15px; z-index: 1; }
.collectio_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.collectio_title .icon-wrap,
.collectio_title .icon-wrap svg { width: 50px; height: 50px; flex: 0 0 50px; }

.ImageWithtext__container { max-width: 100%; margin: 60px auto; padding: 0 15px; }
.iwt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  max-width: 1750px;
  margin: 0 auto;
}
.iwt-media img { width: 100%; height: auto; display: block; object-fit: contain; }
.iwt-content { padding: 0 0 0 30px; display: flex; flex-direction: column; justify-content: center; }
.iwt-heading {
  margin: 0 0 16px;
  font-family: Rajdhani, sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  color: #846044;
}
.iwt-list { list-style: none; margin: 0; padding: 0; }
.iwt-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 14px;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #846044;
}
.iwt-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 4px;
  background: #846044;
  border-radius: 2px;
}
.iwt-certs { margin: 24px 0 0; background: transparent; overflow: visible; }
.iwt-certs img {
  width: 100%;
  max-width: 100%;
  height: auto;
  background: transparent;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.expert { position: relative; aspect-ratio: 3/4; overflow: hidden; background: #111; }
.expert img { width: 100%; height: 100%; object-fit: cover; }
.expert::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(0,0,0,.5));
}
.expert .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(219,146,1,.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  padding-left: 3px;
}
.experts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 1024px) { .experts-grid { grid-template-columns: repeat(4, 1fr); } }

.icon-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
}
.icon-strip img { width: 42px; height: 42px; margin: 0 auto 12px; object-fit: contain; }
.icon-strip p { margin: 0; font-size: 13px; font-weight: 600; color: #2D2D2D; line-height: 1.35; }
.family-banner { display: block; }
.family-banner img { width: 100%; height: auto; display: block; }
.trust-border { border-top: 1px solid #eee; border-bottom: 1px solid #eee; }

@media (max-width: 900px) {
  .finder-section { padding: 30px 16px; min-height: 280px; }
  .finder-model { width: min(48%, 220px); }
  .finder-card { padding: 20px 16px; max-width: 100%; }
  .finder-card h2 { font-size: 22px; margin: 0 0 18px; }
  .finder-spend span,
  .finder-select { font-size: 15px; }
  .tab-panel.active { flex-direction: column; }
  .tab-content-text,
  .tab-content-image { width: 100%; }
  .tab-content-image { aspect-ratio: 1500 / 950; }
  .tab-text-innr p { font-size: 15px; }
  .collimgtitle { flex: 0 0 65vw; min-width: 200px; max-width: 260px; }
  .iwt-grid { grid-template-columns: 1fr; }
  .iwt-content { padding: 20px 0 0; }
  .icon-strip { grid-template-columns: repeat(2, 1fr); }
}
