@font-face {
  font-family: "CircularStdBook";
  src: url("../assets/fonts/circularstd-book.woff2") format("woff2");
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  margin: 0;
  color: #686158;
  background: #fff;
  font-family: "CircularStdBook", Avenir, "Avenir Next", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-overflow {
  overflow-x: hidden;
  background: #fff;
}

.site-row,
.page-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.top-bar {
  position: relative;
  z-index: 20;
  height: 38px;
  line-height: 37px;
  background: #686158;
  color: #fff;
}

.top-bar-row {
  padding: 0 30px;
}

.top-nav {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}

.top-nav a {
  display: inline-flex;
  align-items: center;
  height: 37px;
  padding: 0 10px;
  font-size: 12px;
  color: #eee;
  transition: opacity 0.2s ease;
}

.top-nav a:hover {
  opacity: 0.7;
}

.top-nav a:last-child {
  padding-right: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 17px 0;
  line-height: 50px;
  background: #fff;
  overflow: visible;
}

.site-header.is-floating {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 4px 18px rgba(67, 37, 101, 0.08);
}

.header-floating .page-wrap {
  padding-top: 84px;
}

.header-row {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 30px;
}

.site-logo {
  display: block;
  flex: 0 0 auto;
  margin-right: 37px;
}

.site-logo img {
  width: auto;
  height: 20px;
  max-width: none;
  vertical-align: middle;
}

.main-nav {
  flex: 1 1 auto;
}

.main-nav > ul {
  display: flex;
  align-items: center;
  line-height: 1;
}

.main-nav li {
  position: relative;
}

.main-nav a {
  position: relative;
  display: inline-block;
  padding: 16px;
  color: #707070;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color:  #686158;
}

.main-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 7px;
  height: 2px;
  background: #edc3a6;
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-nav > ul > li.is-active > a,
.main-nav > ul > li:hover > a {
  color:#686158;
}

.main-nav > ul > li.is-active > a {
  font-weight: 600;
}

.main-nav > ul > li.is-active > a::after,
.main-nav > ul > li:hover > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.main-nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -12px;
  z-index: 200;
  min-width: 248px;
  padding: 18px 0 22px;
  background: #f9f9f9;
  box-shadow: 0 8px 22px rgba(67, 37, 101, 0.12);
  animation: menuFade 0.25s ease both;
}

.main-nav li:hover > ul {
  display: block;
}

.main-nav li ul li {
  display: block;
}

.main-nav li ul a {
  display: block;
  padding: 8px 27px;
  color: #a0a0a0;
}

.main-nav li ul a:hover {
  color: #686158;
}

.main-nav li ul li.is-active > a {
  color:  #686158;
   background: rgba(237, 195, 166, 0.22);
}

.right-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: -16px;
}

.cart-count {
  display: none;
  position: relative;
  top: -7px;
  margin-right: -6px;
  color: #dc9814;
  font-size: 14px;
  line-height: 1;
}

.menu-check {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.menu-button {
  display: none;
  position: relative;
  width: 49px;
  height: 48px;
  cursor: pointer;
}

.menu-button span {
  position: absolute;
  left: 14px;
  display: block;
  width: 21px;
  height: 1px;
  background: #707070;
  transition: transform 0.12s ease, opacity 0.12s ease;
}

.menu-button span:nth-child(1) {
  top: 16px;
}

.menu-button span:nth-child(2) {
  top: 23px;
}

.menu-button span:nth-child(3) {
  top: 30px;
}

.menu-check:checked ~ .right-menu .menu-button span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}

.menu-check:checked ~ .right-menu .menu-button span:nth-child(2) {
  opacity: 0;
}

.menu-check:checked ~ .right-menu .menu-button span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

.page-wrap {
  padding: 0 30px;
}

.full-row {
  width: 100%;
}

.hero-section {
  margin: 0;
}

.banner-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1220 / 517;
  overflow: hidden;
  background: #f7f7f7;
}

.hero-track {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.hero-track::-webkit-scrollbar {
  display: none;
}

.hero-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.banner-slide {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}

.banner-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-slide img {
  -webkit-user-drag: none;
  user-select: none;
}

.banner-slide img,
.banner-slide video,
.contact-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-media {
  display: block;
  width: 100%;
  height: auto;
}

.text-row {
  padding: 0 15px;
  color: #686158;
  font-size: 14px;
  line-height: 1.75;
}

.text-row p {
  margin: 0 0 19px;
}

.text-row p:last-child {
  margin-bottom: 0;
}

.intro-copy {
  padding-top: 40px;
  padding-bottom: 32px;
}

.video-row {
  width: 66%;
  max-width: 803px;
  margin: 32px auto;
}

.video-row video {
  width: 100%;
  height: auto;
}

.results-section {
  padding-top: 38px;
}

.divider {
  display: flex;
  align-items: center;
  min-height: 35px;
}

.divider h1 {
  flex: 0 0 auto;
  margin: 0;
  padding-right: 19px;
  color:  #686158;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.divider span {
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background: #eee;
}

.result-copy {
  padding-top: 32px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 0;
  padding-top: 29px;
}

.result-card {
  padding: 0 12px;
  color: #686158;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
}

.result-card:nth-child(1) {
  grid-column: 2;
}

.result-card:nth-child(2) {
  grid-column: 3;
}

.result-card:nth-child(3) {
  grid-column: 4;
}

.result-card strong {
  display: block;
  font-weight: 700;
}

.compare {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.68;
  overflow: hidden;
  user-select: none;
}

.compare img {
  width: 100%;
  height: auto;
  object-fit: initial;
}

.result-card-text {
  position: absolute;
  right: 8px;
  left: 8px;
  top: calc((100% / 1.68) + 14px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color:  #686158;
  line-height: 1.45;
}

.result-card-text span {
  display: block;
}

.contact-banner {
  margin-top: 49px;
  aspect-ratio: 1220 / 517;
}

.contact-banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.instagram-section {
  padding-top: 32px;
  padding-bottom: 34px;
}

.instagram-carousel {
  position: relative;
  padding: 0 30px;
}

.instagram-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 3px 0 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.instagram-track::-webkit-scrollbar {
  display: none;
}

.instagram-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.ig-card {
  flex: 0 0 calc((100% - 36px) / 4);
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  color: #434960;
  font-size: 12px;
  line-height: 1.45;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}

.ig-card header {
  min-height: 54px;
  padding: 10px 12px 8px;
  color:  #686158;
  line-height: 1.25;
}

.ig-card header strong,
.ig-card header span {
  display: block;
}

.ig-card header strong {
  font-size: 13px;
}

.ig-card header span {
  margin-top: 3px;
  color: #737373;
  font-size: 12px;
}

.ig-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.ig-card p {
  margin: 0;
  padding: 10px;
  min-height: 61px;
  color: #434960;
}

.carousel-arrow {
  position: absolute;
  top: 43%;
  z-index: 3;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(238, 238, 238, 0.9);
  color: #222;
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-arrow:hover {
  background: #e3e3e3;
}

.carousel-arrow svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin-top: 35px;
}

.carousel-dot {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d5d5d5;
  cursor: pointer;
}

.carousel-dot.is-active {
  background: #686158;
}

.instagram-button {
  display: table;
  margin: 28px auto 0;
  padding: 10px 18px;
  border: 1px solid #432565;
  color: #432565;
  font-size: 13px;
  line-height: 1;
  transition: color 0.2s ease, background 0.2s ease;
}

.instagram-button:hover {
  color: #fff;
  background: #432565;
}

.site-footer {
  background: #686158;
  color: #aaa;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 91px;
  padding: 30px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}

.footer-links a,
.footer-links span {
  display: inline-block;
  padding: 0 14px 0 0;
  color: #aaa;
  font-size: 12px;
  line-height: 1.6;
}

.footer-links a:hover {
  color: #eee;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #eee;
}

.footer-social svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.customer-widget {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 130;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(-50%);
}

.customer-widget__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 0;
  min-height: 46px;
  padding: 0;
  color: #686158;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(67, 37, 101, 0.16);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

button.customer-widget__link {
  font: inherit;
  border: 0;
  cursor: pointer;
}

.customer-widget__link:hover {
  color:#fff;
background: #5c554e;
;
  transform: translateX(-4px);
}

.customer-widget__toggle {
  color: #fff;
  background: #686158;
}

.customer-widget.is-collapsed .customer-widget__foldable {
  display: none;
}

.customer-widget__icon {
  flex: 0 0 auto;
  width: 24px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.customer-widget__expand-icon {
  display: none;
}

.customer-widget.is-collapsed .customer-widget__toggle .customer-widget__minus-icon {
  display: none;
}

.customer-widget.is-collapsed .customer-widget__toggle .customer-widget__plus-icon {
  display: block;
}

.customer-widget__up-icon {
  font-size: 22px;
}

.customer-widget__text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.customer-widget__label,
.customer-widget__value {
  overflow: hidden;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-widget__label {
  color: inherit;
  font-size: 12px;
}

.customer-widget__value {
  color: inherit;
  font-size: 11px;
  opacity: 0.72;
}

.treatment-cards {
  display: flex;
  gap: 0;
  padding: 0;
}

.treatment-card {
  flex: 1 1 0;
  margin: 0;
}

.treatment-card a {
  display: block;
}

.treatment-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}

.treatment-card img:hover {
  opacity: 0.85;
}

.treatment-intro {
  text-align: center;
  padding: 40px 30px 32px;
  color:#686158;
}

.treatment-intro-inner h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.treatment-intro-inner p {
  margin: 0 0 19px;
  font-size: 14px;
  line-height: 1.75;
}

.treatment-intro-copy {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75;
}

.treatment-banner {
  margin: 0;
}

.treatment-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.cartridges-section {
  padding: 40px 30px;
  text-align: center;
}

.cartridges-section h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color:#686158;
}

@keyframes menuFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.facial-hero {
  margin: 0;
}

.facial-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.facial-intro {
  padding: 40px 30px 32px;
  color: #432565;
}

.facial-intro h3 {
  margin: 0 0 19px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3;
}

.facial-intro p {
  margin: 0 0 19px;
  font-size: 14px;
  line-height: 1.75;
}

.facial-intro p:last-child {
  margin-bottom: 0;
}

.facial-tabs {
  padding: 0 30px 40px;
  color: #432565;
}

.tab-buttons {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}

.tab-button {
  padding: 12px 28px;
  border: 0;
  background: none;
  color: #a0a0a0;
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.tab-button:hover {
  color: #edc3a6;
}

.tab-button.is-active {
  color: #686158;
  border-bottom-color: #686158;
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.works-for-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-for-grid li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  font-size: 14px;
  color: #686158;
}

.works-for-grid img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.result-comparisons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.result-compare p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #432565;
}

.result-compare strong {
  font-weight: 700;
}

.compare-images {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 1 / 0.8;
  overflow: hidden;
}

.compare-images img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.compare-images img:first-child {
  object-position: left center;
}

.compare-images img:last-child {
  object-position: right center;
}

.compare-labels {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
}

.compare-labels span {
  background: rgba(67, 37, 101, 0.7);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  letter-spacing: 0.5px;
}

.img-compare-slider {
  --compare-position: 50%;
  position: relative;
  width: 220px;
  max-width: 100%;
  overflow: hidden;
  cursor: ew-resize;
  margin: 0 auto 32px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  aspect-ratio: 1 / 1;
}

.img-compare-slider:focus-visible {
  outline: 2px solid rgba(67, 37, 101, 0.45);
  outline-offset: 4px;
}

.img-compare-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-compare-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.img-compare-item.before {
  z-index: 1;
}

.img-compare-item.after {
  z-index: 2;
  clip-path: inset(0 0 0 var(--compare-position));
}

.img-compare-label {
  position: absolute;
  bottom: 12px;
  z-index: 3;
  padding: 4px 8px;
  color: #fff;
  /*background: rgba(67, 37, 101, 0.82);*/
    background: rgba(237, 195, 166, 0.45);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.img-compare-item.before .img-compare-label {
  left: 12px;
}

.img-compare-item.after .img-compare-label {
  right: 12px;
}

.img-compare-slider:hover .img-compare-label,
.img-compare-slider:focus-visible .img-compare-label,
.img-compare-slider.is-dragging .img-compare-label {
  opacity: 1;
}

.img-compare-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #fff;
  z-index: 4;
  transform: translateX(-50%);
  pointer-events: none;
}

.handle-line {
  width: 100%;
  height: 100%;
  background: #fff;
}

.handle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  pointer-events: none;
}

.handle-btn path {
  stroke: currentColor;
}

.facial-treatment-steps {
  padding: 0 30px 40px;
  color: #432565;
}

.facial-treatment-steps h1 {
  margin: 0 0 32px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.treatment-step {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.treatment-step:last-child {
  margin-bottom: 0;
}

.step-content {
  flex: 1 1 0;
}

.step-content h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: normal;
}

.step-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.step-image {
  flex: 1 1 0;
}

.step-image a {
  display: block;
}

.step-image img {
  width: 100%;
  height: auto;
  display: block;
}

.step-reversed {
  flex-direction: row-reverse;
}

.hair-hero {
  margin: 0;
}

.hair-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.hair-intro {
  padding: 40px 30px 32px;
  color: #432565;
  text-align: center;
}

.hair-intro-brand h3 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}

.hair-intro-brand p {
  margin: 0 0 19px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hair-intro > p {
  margin: 0 0 19px;
  font-size: 14px;
  line-height: 1.75;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hair-intro > p:last-child {
  margin-bottom: 0;
}

.hair-intro > p strong {
  font-weight: 700;
}

.hair-tabs {
  padding: 0 30px 40px;
  color: #432565;
}

.works-for-list {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.works-for-list li {
  font-size: 14px;
  line-height: 1.8;
  color: #686158;
}

.hair-result {
  max-width: 500px;
  margin: 0 auto;
}

.hair-result .result-credit {
  margin: 12px 0 0;
  font-size: 12px;
  color: #888;
  text-align: left;
}

.hair-result .result-desc {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #432565;
}

.hair-result .result-desc strong {
  font-weight: 700;
}

.hair-treatment-steps {
  padding: 0 30px 40px;
  color: #432565;
}

.hair-treatment-steps h1 {
  margin: 0 0 32px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.body-hero {
  margin: 0;
}

.body-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.body-intro {
  padding: 40px 30px 32px;
  color: #686158;
  text-align: center;
}

.body-intro-brand h3 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.body-intro-brand p {
  margin: 0 0 19px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body-intro > p {
  margin: 0 0 19px;
  font-size: 14px;
  line-height: 1.75;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.body-intro > p:last-child {
  margin-bottom: 0;
}

.body-intro > p strong {
  font-weight: 700;
}

.body-tabs {
  padding: 32px 30px 40px;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  color:#686158;
}

.body-tabs-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.body-tabs-layout.three-col {
  grid-template-columns: 120px 1fr 1fr;
}

.body-tabs-copy {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  column-gap: 24px;
  align-items: start;
  min-width: 0;
  padding-top: 32px;
}

.body-tabs-nav {
  padding-top: 32px;
}

.body-tabs-content {
  min-width: 0;
}

.body-tabs .tab-buttons {
  flex-direction: column;
  align-items: stretch;
  border-bottom: 0;
  margin-bottom: 0;
}

.body-tabs .tab-button {
  width: 100%;
  padding: 10px 0;
  border-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}

.body-tabs .tab-panel {
  grid-column: 2;
  grid-row: 1;
  padding-top: 6px;
}

.body-tabs-layout.three-col .tab-panel {
  grid-column: auto;
  grid-row: auto;
}

.body-tabs-result {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.body-result {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  max-width: none;
  margin: 0;
}

.body-result .img-compare-slider {
  width: 100%;
  margin: 0;
}

.body-result .result-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  color: #686158;
}

.body-result .result-desc strong {
  font-weight: 700;
}

.body-treatment-steps {
  position: relative;
  padding: 0 30px 56px;
  color: #686158;
}

.body-treatment-steps::before {
  content: "";
  position: absolute;
  top: 92px;
  bottom: 62px;
  left: 50%;
  width: 3px;
  background: #eee;
  transform: translateX(-50%);
}

.body-treatment-steps h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 34px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.body-treatment-steps .treatment-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  gap: 0;
  align-items: start;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 52px;
  margin-left: auto;
}

.body-treatment-steps .treatment-step:last-child {
  margin-bottom: 0;
}

.body-treatment-steps .treatment-step.step-with-image {
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
}

.body-step-left .body-step-card {
  grid-column: 1;
  border-right: 5px solid #edc3a6;
}

.body-step-right .body-step-card {
  grid-column: 3;
  border-left: 5px solid #edc3a6;
}

.body-step-icon {
  grid-column: 2;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  border: 4px solid #eee;
  background: #fff;
}

.body-step-card {
  position: relative;
  background: #f8f8f8;
  padding: 22px 24px;
}

.body-step-card::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 14px;
  height: 14px;
  background: #edc3a6;
  transform: rotate(45deg);
}

.body-step-left .body-step-card::before {
  right: -12px;
}

.body-step-right .body-step-card::before {
  left: -12px;
}

.body-step-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.body-step-card .step-image {
  margin: -14px -16px 26px;
}

.body-step-card .step-image a {
  padding: 6px;
  background: #e9edf1;
}

.body-step-card .step-content {
  flex: none;
}

.body-step-card .step-content h2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.body-step-card .step-content p {
  color: #969696;
  font-size: 14px;
  line-height: 1.55;
}

.products-section {
  display: flex;
  flex-direction: column;
}

.product-item {
  margin-bottom: 32px;
}

.product-item img {
  width: 100%;
  height: auto;
  display: block;
}

.product-link {
  display: block;
  aspect-ratio: 1600 / 640;
  overflow: hidden;
}

.product-link img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 991px) {
  .treatment-cards {
    flex-direction: column;
  }

  .treatment-intro {
    padding: 40px 15px 32px;
  }

  .cartridges-section {
    padding: 40px 15px;
  }

  .facial-intro {
    padding: 40px 15px 32px;
  }

  .facial-tabs {
    padding: 0 15px 40px;
  }

  .works-for-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .result-comparisons {
    grid-template-columns: 1fr;
  }

  .facial-treatment-steps {
    padding: 0 15px 40px;
  }

  .treatment-step {
    flex-direction: column;
    gap: 20px;
  }

  .step-reversed {
    flex-direction: column;
  }

  .hair-intro {
    padding: 40px 15px 32px;
  }

  .hair-tabs {
    padding: 0 15px 40px;
  }

  .hair-treatment-steps {
    padding: 0 15px 40px;
  }

  .body-intro {
    padding: 40px 15px 32px;
  }

  .body-tabs {
    padding: 32px 15px 40px;
  }

  .body-tabs-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .body-tabs-layout.three-col {
    grid-template-columns: 1fr;
  }

  .body-tabs-copy {
    grid-template-columns: 130px minmax(0, 1fr);
    column-gap: 18px;
    padding-top: 0;
  }

  .body-tabs-nav {
    padding-top: 0;
  }

  .body-result {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }

  .body-treatment-steps {
    padding: 0 15px 40px;
  }

  .body-treatment-steps::before {
    top: 84px;
    bottom: 48px;
  }

  .body-treatment-steps .treatment-step,
  .body-treatment-steps .treatment-step.step-with-image {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    margin-bottom: 36px;
  }

  .body-step-icon {
    width: 46px;
    height: 46px;
    border-width: 3px;
  }

  .body-step-icon img {
    width: 34px;
    height: 34px;
  }

  .body-step-card {
    padding: 18px;
  }

  .body-step-card .step-image {
    margin: -10px -10px 20px;
  }
}

@media (max-width: 600px) {
  .works-for-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .works-for-grid img {
    width: 60px;
    height: 60px;
  }

  .tab-button {
    padding: 10px 16px;
    font-size: 14px;
  }

  .body-result {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .body-result .result-desc {
    margin-top: 12px;
    text-align: center;
  }

  .body-treatment-steps .treatment-step,
  .body-treatment-steps .treatment-step.step-with-image {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .body-treatment-steps::before,
  .body-step-card::before {
    display: none;
  }

  .body-step-icon {
    display: none;
  }

  .body-step-left .body-step-card,
  .body-step-right .body-step-card {
    grid-column: 1;
    border-right: 0;
    border-left: 5px solid #432565;
  }
}

@media (max-width: 991px) {
  .treatment-cards {
    flex-direction: column;
  }

  .treatment-intro {
    padding: 40px 15px 32px;
  }

  .cartridges-section {
    padding: 40px 15px;
  }
}

@media (max-width: 991px) {
  .top-bar-row {
    padding: 0 15px;
  }

  .top-nav {
    justify-content: center;
  }

  .top-nav a {
    padding: 0 9px;
  }

  .site-header {
    padding: 10px 0;
  }

  .header-floating .page-wrap {
    padding-top: 70px;
  }

  .header-row {
    min-height: 50px;
    padding: 0 15px;
  }

  .site-logo img {
    height: 16px;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    z-index: 100;
  }

  .main-nav > ul {
    display: block;
    width: 100%;
    padding: 0;
  }

  .main-nav li {
    border-bottom: 1px solid #f5f5f5;
  }

  .main-nav a {
    display: block;
    padding: 14px 20px;
    color: #333;
    font-size: 15px;
  }

  .main-nav > ul > li > a::after {
    display: none;
  }

  .main-nav li.is-active > a {
    color: #432565;
    background: #f7f4fb;
  }

  .main-nav li ul {
    position: static;
    display: none;
    min-width: 0;
    padding: 0;
    background: #fafafa;
  }

  .main-nav li.open > ul {
    display: block;
  }

  .main-nav li ul a {
    padding: 12px 36px;
    color: #666;
    font-size: 14px;
  }

  .main-nav li ul li.is-active > a {
    background: #f0ebf6;
  }

  .menu-button {
    display: block;
  }

  .menu-check:checked ~ .main-nav {
    display: block;
  }

  .page-wrap {
    padding: 0 15px;
  }

  .intro-copy {
    padding-top: 40px;
  }

  .video-row {
    width: 100%;
    max-width: none;
  }

  .results-grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .result-card,
  .result-card:nth-child(1),
  .result-card:nth-child(2),
  .result-card:nth-child(3) {
    grid-column: 1;
    padding: 0;
  }

  .instagram-carousel {
    padding: 0 26px;
  }

  .ig-card {
    flex-basis: calc((100% - 24px) / 3);
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .customer-widget {
    right: 10px;
    gap: 6px;
  }

  .customer-widget__link {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .customer-widget__link:hover {
    transform: none;
  }

  .customer-widget__icon {
    flex-basis: auto;
  }
}

@media (max-width: 600px) {
  .top-nav {
    justify-content: flex-end;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .top-nav::-webkit-scrollbar {
    display: none;
  }

  .site-logo {
    margin-right: 0;
  }

  .right-menu {
    margin-left: auto;
  }

  .text-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .divider h1 {
    font-size: 20px;
  }

  .instagram-carousel {
    padding: 0 21px;
  }

  .ig-card {
    flex-basis: calc((100% - 12px) / 2);
  }

  .carousel-arrow {
    width: 32px;
    height: 32px;
  }

  .carousel-dots {
    margin-top: 24px;
  }

  .footer-row {
    min-height: 0;
  }

  .footer-links {
    display: block;
  }

  .footer-links a,
  .footer-links span {
    display: block;
    padding: 0 0 8px;
  }

  .customer-widget {
    top: auto;
    bottom: 18px;
    right: 10px;
    transform: none;
  }
}

.about-hero video {
  width: 100%;
  height: auto;
  display: block;
}

.about-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-divider-left .about-heading {
  text-align: left;
}

.about-divider-center .about-heading {
  text-align: center;
}

.about-heading {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #686158;
}

.about-heading.medium {
  font-size: 24px;
}

.about-divider-line {
  height: 2px;
  background: #edc3a6;
  width: 60px;
  margin: 0;
}

.about-divider-center .about-divider-line {
  margin: 0 auto;
}

.about-text {
  padding: 30px 0 0;
}

.about-text p {
  text-align: left;
  line-height: 1.8;
  margin: 0 0 16px;
  font-size: 15px;
}

.about-tagline {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 0;
  color:#686158;
}

.about-worldwide {
  padding-top: 30px;
}

.about-map {
  margin: 32px 0;
}

.about-map img {
  width: 100%;
  height: auto;
  display: block;
}

.about-partners {
  margin: 32px 0 0;
}

.about-partners img {
  width: 100%;
  height: auto;
  display: block;
}

.about-contact {
  padding-top: 30px;
}

/* 隐私政策页面内容 */
.about-content {
  padding: 30px 0;
  line-height: 1.8;
  font-size: 15px;
  color: #686158;
}

.about-content h2 {
  font-size: 20px;
  font-weight: 600;
  color: #686158;
  margin: 32px 0 16px;
}

.about-content h2:first-child {
  margin-top: 0;
}

.about-content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #686158;
  margin: 24px 0 12px;
}

.about-content p {
  margin: 0 0 16px;
  text-align: left;
}

.about-content ul {
  margin: 0 0 16px;
  padding-left: 24px;
}

.about-content li {
  margin-bottom: 8px;
}

.contact-form {
  max-width: 600px;
  margin: 32px auto 0;
}

.contact-form p {
  margin: 0 0 16px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: inherit;
  color: #432565;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #432565;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23432565' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  cursor: pointer;
}

.contact-form label {
  font-size: 13px;
  line-height: 1.5;
  color: #686158;
}

.contact-form label a {
  color: #686158;
  text-decoration: underline;
}

.contact-form input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

.required-note {
  font-size: 12px;
  color: #999;
}

.contact-form button {
  background: #686158;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-form button:hover {
  /*background: #2d1a47;*/
    background: #5a534c;
  border-color: #5a534c;
}

.about-bottom-images {
  margin-top: 30px;
}

.about-bottom-images figure {
  margin: 0 0 32px;
}

.about-bottom-images figure:last-child {
  margin-bottom: 0;
}

.about-bottom-images img {
  width: 100%;
  height: auto;
  display: block;
}

.institute-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.institute-search,
.institute-partners {
  max-width: 1200px;
  margin: 32px auto 0;
  padding: 0 20px;
}

.institute-partners {
  margin-top: 26px;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 16px;
}

.institute-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 14px;
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid #eee6f3;
  border-radius: 8px;
  background: #fbf9fd;
}

.search-field {
  flex: 1 1 200px;
}

.search-field label,
.select-group label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #432565;
}

.search-field input[type="text"] {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #ded6e6;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-family: inherit;
  color: #432565;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.search-field input:focus {
  border-color: #432565;
  /*box-shadow: 0 0 0 3px rgba(67, 37, 101, 0.08);*/
}

.search-selects {
  display: flex;
  gap: 16px;
  flex: 1 1 auto;
}

.select-group {
  flex: 1 1 auto;
}

.search-btn-wrap {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.search-btn-wrap button,
.search-btn-wrap input[type="submit"] {
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid #432565;
  border-radius: 4px;
  background: #432565;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}

.search-btn-wrap button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.search-btn-wrap .search-reset-btn {
  background: #fff;
  color: #432565;
}

.institute-search .about-divider-left,
.institute-partners .about-divider-left {
  margin-bottom: 22px;
}

.institute-search .about-heading {
  color: #686158;
}



.institute-search-form {
  border-color: rgba(104, 97, 88, 0.18);
  background: #faf8f6;
}

.institute-search .search-field input[type="text"] {
  border-color: #ddd7d1;
  color: #686158;
}

.institute-search .search-field input[type="text"]::placeholder {
  color: rgba(104, 97, 88, 0.56);
}

.institute-search .search-field input:focus {
  border-color: #edc3a6;
  /*box-shadow: 0 0 0 3px rgba(104, 97, 88, 0.12);*/
}

.institute-search .search-btn-wrap button,
.institute-search .search-btn-wrap input[type="submit"] {
  border-color: #686158;
  background: #686158;
}

.institute-search .search-btn-wrap button:hover,
.institute-search .search-btn-wrap input[type="submit"]:hover {
  /*border-color: #5c554e;*/
  background: #5c554e;
}

.institute-search .search-btn-wrap .search-reset-btn {
  border-color: #d8d0c8;
  background: #fff;
  color: #686158;
}

.institute-search .search-btn-wrap .search-reset-btn:hover {
  /*border-color: #686158;*/
  /*background: #f7f3ef;*/
  background: #edc3a6;
  color: #fff;
}

.institute-partners figure {
  margin: 0;
}

.institute-partners img {
  width: 100%;
  height: auto;
  display: block;
}

.institute-result-meta {
  min-height: 24px;
  margin: 10px 0 8px;
  color: #686158;
  font-size: 14px;
}

.institute-result-meta:empty {
  display: none;
}

.institute-result-list {
  list-style: none;
  margin: 0;
  padding: 0 0 54px;
  display: grid;
  gap: 16px;
}

.institute-result-list:empty {
  display: none;
  padding: 0;
}

.institute-result-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  padding: 16px;
  border: 1px solid #e7e0d8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(104, 97, 88, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.institute-result-item:hover {
  /*border-color: #cbc1b7;*/
  border-color: #edc3a6;
  box-shadow: 0 12px 28px rgba(104, 97, 88, 0.1);
  transform: translateY(-1px);
}

.institute-result-image {
  margin: 0;
  aspect-ratio: 4 / 3;
  background: #f6f3f0;
  border-radius: 6px;
  overflow: hidden;
}

.institute-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.institute-result-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.institute-result-body h2 {
  margin: 0 0 10px;
  color: #686158;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.25;
}

.institute-result-address,
.institute-result-intro {
  margin: 0 0 9px;
  color: #625b54;
  font-size: 15px;
  line-height: 1.7;
}

.institute-result-address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.institute-result-address .iconfont {
  flex: 0 0 auto;
  margin-top: 4px;
  color: #686158;
  font-size: 16px;
  line-height: 1;
}

.institute-result-phone {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  padding: 5px 11px;
  border: 1px solid #ded6cf;
  border-radius: 999px;
  background: #faf8f6;
  color: #686158;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.institute-result-phone:hover {
  border-color: #edc3a6;
  background: #fff;
}

.institute-result-phone .iconfont {
  font-size: 14px;
  line-height: 1;
}

.institute-empty {
  margin: 12px 0 54px;
  padding: 22px;
  border: 1px solid #e7e0d8;
  border-radius: 8px;
  background: #faf8f6;
  color: #625b54;
  text-align: center;
}

/* Press & News */
.news-section {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 20px 60px;
}

.news-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.news-grid li {
  display: flex;
  flex-direction: column;
}

.news-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.news-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.news-thumb:hover img {
  transform: scale(1.05);
}

.news-overlay {
  position: absolute;
  inset: 0;
  background: rgba(67, 37, 101, 0);
  transition: background 0.3s;
}

.news-thumb:hover .news-overlay {
  background: rgba(67, 37, 101, 0.15);
}

.news-meta {
  margin-bottom: 8px;
}

.news-meta time {
  display: block;
  font-size: 12px;
  color: #999;
}

.news-grid h2 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.news-grid h2 a {
  color: #686158;
  text-decoration: none;
  transition: color 0.2s;
}

.news-grid h2 a:hover {
  /*color: #6b4a8a;*/
  color: #edc3a6;
}

/* Contact Page */
.contact-intro {
  max-width: 700px;
  margin: 50px auto 0;
  padding: 0 20px;
  text-align: center;
}

.contact-intro h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 16px;
  color: #686158;
}

.contact-intro p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #686158;
}

.contact-brand-info {
  max-width: 700px;
  margin: 40px auto 0;
  padding: 0 20px;
  text-align: center;
}

.contact-brand-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #686158;
}

.contact-brand-info p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 8px;
  color: #686158;
}

.contact-brand-info a {
  color: #686158;
}

.contact-form-section {
  max-width: 700px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.contact-form-section h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #432565;
  text-align: center;
}

.contact-newsletter {
  max-width: 700px;
  margin: 50px auto 0;
  padding: 0 20px;
  text-align: center;
}

.contact-newsletter h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 10px;
  color: #432565;
}

.contact-newsletter > p {
  font-size: 14px;
  margin: 0 0 24px;
  color: #666;
}

.newsletter-form {
  text-align: left;
}

.newsletter-name-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.newsletter-field {
  flex: 1;
}

.newsletter-field h4,
.newsletter-email h4 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #432565;
}

.newsletter-field input,
.newsletter-email input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: inherit;
  color: #432565;
  outline: none;
  transition: border-color 0.2s;
}

.newsletter-field input:focus,
.newsletter-email input:focus {
  border-color: #432565;
}

.newsletter-email {
  margin-bottom: 20px;
}

.newsletter-interest {
  margin-bottom: 20px;
}

.newsletter-interest h5 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #432565;
}

.newsletter-interest label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #432565;
  cursor: pointer;
}

.newsletter-interest input[type="radio"] {
  margin-right: 8px;
}

.newsletter-form button {
  background: #432565;
  color: #fff;
  border: none;
  padding: 12px 32px;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}

.newsletter-form button:hover {
  background: #2d1a47;
}

.newsletter-disclaimer {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  margin: 16px 0 0;
}

.newsletter-disclaimer a {
  color: #432565;
}

.contact-info-blocks {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 20px 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.contact-info-block {
  text-align: center;
}

.contact-info-icon {
  font-size: 32px;
  color: #432565;
  margin-bottom: 16px;
  font-family: serif;
}

.contact-info-content h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #432565;
}

.contact-info-content p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 8px;
  color: #432565;
}

.contact-info-content a {
  color: #432565;
}

/* Careers Page */
.careers-intro {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 20px;
}

.careers-intro h1 {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px;
  color: #432565;
}

.careers-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.careers-content figure {
  flex: 0 0 400px;
  margin: 0;
}

.careers-content figure img {
  width: 100%;
  height: auto;
  display: block;
}

.careers-text p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 16px;
  color: #432565;
}

.careers-text h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 0;
  color: #432565;
}

.careers-jobs {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 20px 60px;
}

.careers-jobs h1 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 24px;
  color: #432565;
}

.job-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

.job-search-filters input[type="text"] {
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: inherit;
  color: #432565;
  outline: none;
  transition: border-color 0.2s;
  flex: 1 1 180px;
}

.job-search-filters input:focus {
  border-color: #432565;
}

.job-search-filters label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #432565;
  cursor: pointer;
  white-space: nowrap;
}

.job-search-filters button {
  background: #432565;
  color: #fff;
  border: none;
  padding: 10px 24px;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}

.job-search-filters button:hover {
  background: #2d1a47;
}

.job-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

@media (max-width: 991px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .careers-content {
    flex-direction: column;
  }

  .careers-content figure {
    flex: 0 0 auto;
    width: 100%;
  }

  .contact-info-blocks {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .newsletter-name-row {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .search-form {
    flex-direction: column;
    align-items: stretch;
  }

  .institute-search-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .search-field {
    flex: 0 1 auto;
    width: 100%;
  }

  .search-selects {
    flex-direction: column;
  }

  .search-btn-wrap {
    width: 100%;
  }

  .search-btn-wrap button,
  .search-btn-wrap input[type="submit"] {
    flex: 1 1 0;
  }

  .select-group {
    flex: 1 1 auto;
  }

  .institute-result-item {
    grid-template-columns: 1fr;
  }

  .institute-result-image {
    max-width: 420px;
  }
}

.partner-hero video {
  width: 100%;
  height: auto;
  display: block;
}

.partner-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.partner-divider-left .partner-heading {
  text-align: left;
}

.partner-divider-center .partner-heading {
  text-align: center;
}

.partner-heading {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #686158;
}

.partner-heading.medium {
  font-size: 24px;
}

.partner-divider-line {
  height: 2px;
  background: #edc3a6;
  width: 60px;
  margin: 0;
}

.partner-divider-center .partner-divider-line {
  margin: 0 auto;
}

.partner-text {
  padding: 30px 0 0;
}

.partner-text p {
  text-align: left;
  line-height: 1.8;
  margin: 0 0 16px;
  font-size: 15px;
}

.partner-tagline {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 0;
  color: #686158;
}

.partner-advantages {
  padding-top: 40px;
}

.partner-banner {
  margin: 32px 0 0;
}

.partner-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.partner-contact {
  padding-top: 40px;
  padding-bottom: 60px;
}

/* News Detail Page */
.news-detail {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 20px 60px;
}

.news-detail-header {
  margin-bottom: 32px;
}

.news-detail-header h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #686158;
}

.news-detail-header time {
  display: block;
  font-size: 14px;
  color: #999;
}

.news-detail-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #432565;
}

.news-detail-content p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 16px;
  color:#686158;
}

.news-detail-content a {
  color: #686158;
  text-decoration: underline;
}

.news-detail-hero {
  margin: 32px 0 0;
}

.news-detail-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.news-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.news-detail-gallery figure {
  margin: 0;
}

.news-detail-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.news-detail-footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-meta-info {
  font-size: 14px;
  color: #666;
}

.news-meta-info a {
  color: #432565;
}

.news-share-links {
  display: flex;
  gap: 12px;
}

.news-share-links a {
  color: #432565;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.news-share-links a:hover {
  opacity: 0.7;
}

.news-share-links svg {
  width: 18px;
  height: 18px;
}

.news-detail-nav {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.next-post {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #432565;
  transition: color 0.2s;
}

.next-post:hover {
  color: #6b4a8a;
}

.nav-arrow {
  font-size: 18px;
}

.nav-label {
  font-size: 13px;
  color: #999;
}

.nav-title {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-detail-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-detail-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
