:root {
  --boutique-gold: #b99769;
  --boutique-ink: #191919;
  --boutique-charcoal: #252423;
  --boutique-paper: #f5f2ed;
  --boutique-white: #fff;
  --boutique-line: rgba(25, 25, 25, .14);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--boutique-paper);
  color: var(--boutique-ink);
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.jb-site-nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.boutiques-main {
  width: 100%;
  overflow: hidden;
}

.boutiques-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.boutiques-eyebrow,
.boutiques-kicker {
  margin: 0 0 16px;
  color: var(--boutique-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.boutiques-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: min(820px, 92vh);
  padding: 160px max(24px, calc((100vw - 1200px) / 2)) 110px;
  background: #111 url("../images/geneva.jpg") center / cover no-repeat;
  color: #fff;
}

.boutiques-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 8, .84) 0%, rgba(8, 8, 8, .56) 48%, rgba(8, 8, 8, .16) 100%),
    linear-gradient(0deg, rgba(8, 8, 8, .34), transparent 55%);
}

.boutiques-hero__content {
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
}

.boutiques-hero h1,
.boutiques-intro h2,
.boutiques-section-heading h2,
.boutiques-visit h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.02em;
}

.boutiques-hero h1 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.03;
}

.boutiques-hero__content > p:not(.boutiques-eyebrow) {
  max-width: 570px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.boutiques-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 23px;
  border: 1px solid var(--boutique-gold);
  background: transparent;
  color: var(--boutique-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.boutiques-button:hover,
.boutiques-button:focus-visible {
  background: var(--boutique-gold);
  color: #fff;
  outline: none;
}

.boutiques-button:focus-visible {
  outline: 2px solid var(--boutique-gold);
  outline-offset: 4px;
}

.boutiques-button--light {
  color: #fff;
}

.boutiques-intro {
  padding: 112px 0;
  background: #fff;
}

.boutiques-intro__grid,
.boutiques-visit__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.boutiques-intro h2,
.boutiques-visit h2 {
  max-width: 520px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.13;
}

.boutiques-intro__copy {
  padding-top: 34px;
  border-top: 1px solid var(--boutique-line);
}

.boutiques-intro__copy p {
  max-width: 650px;
  margin: 0 0 22px;
  color: #55514d;
  font-size: 17px;
}

.boutiques-intro__copy p:last-child {
  margin-bottom: 0;
}

.boutiques-map-section {
  padding: 112px 0 124px;
  background: var(--boutique-charcoal);
  color: #fff;
}

.boutiques-section-heading {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.boutiques-section-heading h2 {
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.15;
}

.boutiques-section-heading > p:last-child {
  max-width: 670px;
  margin: 22px auto 0;
  color: #69645e;
  font-size: 16px;
}

.boutiques-section-heading--light h2 {
  color: #fff;
}

.boutiques-section-heading--light > p:last-child {
  color: rgba(255, 255, 255, .62);
}

.boutiques-map {
  position: relative;
  width: 100%;
  aspect-ratio: 1000 / 650;
  overflow: hidden;
  border: 1px solid rgba(151, 174, 193, .72);
  border-radius: 2px;
  background: #91c9f3;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .2);
}

.boutiques-map__art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.boutiques-map__marker {
  position: absolute;
  top: var(--y);
  left: var(--x);
  z-index: 1;
  width: 30px;
  height: 34px;
  color: var(--boutique-ink);
  text-decoration: none;
  transform: translate(-50%, -50%);
}

.boutiques-map__dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #df3428;
  box-shadow: 0 3px 8px rgba(61, 36, 31, .34);
  transform: translate(-50%, -82%) rotate(-45deg);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.boutiques-map__dot::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translate(-50%, -50%);
}

.boutiques-map__label {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 27px;
  padding: 3px 7px;
  border: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 2px 8px rgba(48, 38, 27, .12);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.45;
  white-space: nowrap;
  transform: translate(var(--lx), var(--ly));
  transition: background-color .2s ease, box-shadow .2s ease;
}

.boutiques-map__marker:hover .boutiques-map__dot,
.boutiques-map__marker:focus-visible .boutiques-map__dot {
  background: #c92218;
  box-shadow: 0 4px 11px rgba(61, 36, 31, .42);
  transform: translate(-50%, -82%) rotate(-45deg) scale(1.12);
}

.boutiques-map__marker:hover .boutiques-map__label,
.boutiques-map__marker:focus-visible .boutiques-map__label {
  background: #fff;
  box-shadow: 0 3px 10px rgba(48, 38, 27, .2);
}

.boutiques-map__marker:focus-visible {
  outline: none;
}

.boutiques-map__legend {
  display: none;
}

.boutiques-locations {
  padding: 124px 0;
  background: var(--boutique-paper);
}

.boutiques-carousel {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 68px 50px;
}

.boutiques-carousel__viewport {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  touch-action: pan-x pan-y;
}

.boutiques-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.boutiques-carousel__viewport:focus-visible {
  outline: 2px solid var(--boutique-gold);
  outline-offset: 5px;
}

.boutiques-carousel__track {
  display: flex;
  align-items: stretch;
}

.boutique-card {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, .92fr);
  min-width: 0;
  scroll-margin-top: 100px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(33, 31, 29, .07);
}

.boutique-card__media {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  background: #ddd8d1;
}

.boutique-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.boutique-card:hover .boutique-card__media img {
  transform: scale(1.025);
}

.boutique-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 54px);
}

.boutique-card__country {
  margin: 0 0 10px;
  color: var(--boutique-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.boutique-card h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3.5vw, 43px);
  font-weight: 400;
  line-height: 1.15;
}

.boutique-card__details {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 30px;
  margin: 32px 0;
  padding: 28px 0;
  border-top: 1px solid var(--boutique-line);
  border-bottom: 1px solid var(--boutique-line);
}

.boutique-card h4 {
  margin: 0 0 12px;
  color: #81786d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.boutique-card address {
  margin: 0;
  color: #494540;
  font-size: 15px;
  font-style: normal;
  line-height: 1.7;
}

.boutique-hours {
  margin: 0;
}

.boutique-hours div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  margin-bottom: 5px;
  color: #494540;
  font-size: 13px;
  line-height: 1.55;
}

.boutique-hours div:last-child {
  margin-bottom: 0;
}

.boutique-hours dt,
.boutique-hours dd {
  margin: 0;
}

.boutique-hours dd {
  font-weight: 400;
  white-space: nowrap;
}

.boutiques-carousel__button {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(185, 151, 105, .7);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #6d5434;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.boutiques-carousel__button--previous {
  left: 0;
}

.boutiques-carousel__button--next {
  right: 0;
}

.boutiques-carousel__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.boutiques-carousel__button:hover,
.boutiques-carousel__button:focus-visible {
  background: var(--boutique-gold);
  color: #fff;
  outline: none;
  transform: translateY(-50%) scale(1.05);
}

.boutiques-carousel__button:focus-visible {
  box-shadow: 0 0 0 3px var(--boutique-paper), 0 0 0 5px var(--boutique-gold);
}

.boutiques-carousel__status {
  position: absolute;
  right: 68px;
  bottom: 0;
  left: 68px;
  margin: 0;
  color: #84796c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-align: center;
}

.boutiques-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.boutiques-experience {
  padding: 120px 0;
  background: #1e1d1c;
  color: #fff;
}

.boutiques-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.boutiques-services article {
  min-height: 290px;
  padding: 42px 34px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.boutiques-services article:last-child {
  border-right: 0;
}

.boutiques-services span {
  color: var(--boutique-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.boutiques-services h3 {
  margin: 52px 0 17px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
}

.boutiques-services p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}

.boutiques-visit {
  padding: 120px 0;
  background: #fff;
}

.boutiques-faq {
  border-top: 1px solid var(--boutique-line);
}

.boutiques-faq details {
  border-bottom: 1px solid var(--boutique-line);
}

.boutiques-faq summary {
  position: relative;
  padding: 24px 44px 24px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  list-style: none;
}

.boutiques-faq summary::-webkit-details-marker {
  display: none;
}

.boutiques-faq summary::after {
  position: absolute;
  top: 25px;
  right: 4px;
  color: var(--boutique-gold);
  content: "+";
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.boutiques-faq details[open] summary::after {
  content: "–";
}

.boutiques-faq details p {
  max-width: 680px;
  margin: -4px 0 24px;
  color: #66615c;
  font-size: 15px;
}

@media (max-width: 991px) {
  .boutiques-intro__grid,
  .boutiques-visit__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .boutiques-intro__copy {
    padding-top: 28px;
  }

  .boutique-card {
    grid-template-columns: 1fr;
  }

  .boutique-card__media {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .boutiques-services {
    grid-template-columns: 1fr;
  }

  .boutiques-services article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .boutiques-services article:last-child {
    border-bottom: 0;
  }

  .boutiques-services h3 {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .boutiques-container {
    width: min(100% - 36px, 1200px);
  }

  .boutiques-hero {
    min-height: 680px;
    padding: 140px 22px 72px;
    background-position: 60% center;
  }

  .boutiques-hero__overlay {
    background: linear-gradient(0deg, rgba(8, 8, 8, .9) 0%, rgba(8, 8, 8, .46) 78%, rgba(8, 8, 8, .3) 100%);
  }

  .boutiques-hero h1 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .boutiques-hero__content > p:not(.boutiques-eyebrow) {
    margin: 22px 0 30px;
    font-size: 17px;
  }

  .boutiques-intro,
  .boutiques-map-section,
  .boutiques-locations,
  .boutiques-experience,
  .boutiques-visit {
    padding: 78px 0;
  }

  .boutiques-section-heading {
    margin-bottom: 40px;
    text-align: left;
  }

  .boutiques-section-heading > p:last-child {
    margin-left: 0;
  }

  .boutiques-map {
    aspect-ratio: 1000 / 650;
  }

  .boutiques-map__label {
    display: none;
  }

  .boutiques-map__marker {
    width: 24px;
    height: 24px;
  }

  .boutiques-map__dot {
    width: 18px;
    height: 18px;
  }

  .boutiques-map__dot::after {
    width: 5px;
    height: 5px;
  }

  .boutiques-map__legend {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 18px;
  }

  .boutiques-map__legend a {
    padding: 10px 8px;
    border: 1px solid rgba(185, 151, 105, .35);
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
  }

  .boutiques-map__legend a:hover,
  .boutiques-map__legend a:focus-visible {
    border-color: var(--boutique-gold);
    color: #fff;
    outline: none;
  }

  .boutiques-carousel {
    padding: 0 0 54px;
  }

  .boutiques-carousel__button {
    top: clamp(104px, 31vw, 124px);
    width: 46px;
    height: 46px;
    background: rgba(24, 23, 22, .82);
    color: #fff;
  }

  .boutiques-carousel__button--previous {
    left: 10px;
  }

  .boutiques-carousel__button--next {
    right: 10px;
  }

  .boutiques-carousel__status {
    right: 0;
    left: 0;
  }

  .boutique-card__content {
    padding: 30px 24px 34px;
  }

  .boutique-card__details {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .boutiques-services article {
    padding: 34px 24px;
  }

  .boutiques-faq summary {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .boutiques-container {
    width: calc(100% - 28px);
  }

  .boutiques-map__legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .boutique-hours div {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 10px;
  }

  .boutique-hours dd {
    color: #81786d;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .boutiques-button,
  .boutiques-map__marker,
  .boutiques-map__dot,
  .boutiques-map__label,
  .boutiques-carousel__button,
  .boutique-card__media img {
    transition: none;
  }

  .boutiques-carousel__viewport {
    scroll-behavior: auto;
  }
}
