.hsn-aman-carousel {
  width: 100%;
  overflow: hidden;
  background: #f7f3ed;
  color: #2d2822;
}

.hsn-aman-carousel .aman-carousel-section {
  display: grid;
  grid-template-columns: minmax(260px, 34vw) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: start;
  max-width: 1640px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 116px) 0 clamp(58px, 7vw, 120px) clamp(22px, 5vw, 78px);
}

.hsn-aman-carousel .aman-carousel-intro {
  max-width: 430px;
  padding-top: 10px;
}

.hsn-aman-carousel .aman-carousel-intro h2 {
  margin: 0 0 26px;
  color: #2d2822;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 68px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.hsn-aman-carousel .aman-carousel-intro p {
  margin: 0;
  color: #655d53;
  font-size: 15px;
  line-height: 1.85;
}

.hsn-aman-carousel .aman-carousel-wrapper {
  min-width: 0;
  position: relative;
}

.hsn-aman-carousel .aman-cards-track {
  display: flex;
  gap: clamp(22px, 2.7vw, 42px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  padding: 0 clamp(24px, 8vw, 132px) 28px 0;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hsn-aman-carousel .aman-cards-track::-webkit-scrollbar {
  display: none;
}

.hsn-aman-carousel .aman-cards-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.hsn-aman-carousel .aman-card {
  flex: 0 0 clamp(270px, 27vw, 410px);
  display: block;
  color: #2d2822;
  text-decoration: none;
  scroll-snap-align: start;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.hsn-aman-carousel .aman-card:hover {
  color: #2d2822;
}

.hsn-aman-carousel .aman-card.is-muted {
  opacity: 0.38;
}

.hsn-aman-carousel .aman-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 0.78;
  overflow: hidden;
  background: #ded6ca;
}

.hsn-aman-carousel .aman-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.7s ease;
}

.hsn-aman-carousel .aman-card:hover .aman-card-image img {
  transform: scale(1.045);
}

.hsn-aman-carousel .aman-card-category {
  margin-top: 28px;
  color: #81786c;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hsn-aman-carousel .aman-card h3 {
  margin: 13px 0 14px;
  color: #2d2822;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: 0;
}

.hsn-aman-carousel .aman-card p {
  margin: 0 0 20px;
  color: #655d53;
  font-size: 14px;
  line-height: 1.78;
}

.hsn-aman-carousel .aman-card-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2d2822;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hsn-aman-carousel .aman-card-link::after {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
  transition: width 0.24s ease;
}

.hsn-aman-carousel .aman-card:hover .aman-card-link::after {
  width: 52px;
}

.hsn-aman-carousel .aman-carousel-arrows {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  padding-right: clamp(24px, 8vw, 132px);
}

.hsn-aman-carousel .aman-carousel-arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(45, 40, 34, 0.28);
  border-radius: 50%;
  background: transparent;
  color: #2d2822;
  cursor: pointer;
  position: relative;
  transition: background 0.24s ease, border-color 0.24s ease;
}

.hsn-aman-carousel .aman-carousel-arrow:hover {
  background: #2d2822;
  border-color: #2d2822;
  color: #f7f3ed;
}

.hsn-aman-carousel .aman-carousel-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.hsn-aman-carousel .aman-carousel-prev::before {
  transform: rotate(-135deg);
  margin-left: 19px;
}

.hsn-aman-carousel .aman-carousel-next::before {
  transform: rotate(45deg);
  margin-right: 19px;
}

.hsn-feature-card {
  display: block;
  max-width: 420px;
  color: #2d2822;
  text-decoration: none;
  background: #f7f3ed;
}

.hsn-feature-card img {
  display: block;
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  background: #ded6ca;
}

.hsn-feature-card span {
  display: block;
  margin-top: 22px;
  color: #81786c;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hsn-feature-card h3 {
  margin: 12px 0;
  color: #2d2822;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.16;
}

.hsn-feature-card p {
  color: #655d53;
  font-size: 14px;
  line-height: 1.75;
}

.hsn-feature-card strong {
  display: inline-flex;
  margin-top: 6px;
  color: #2d2822;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hsn-archive-grid {
  width: 100%;
  background: #fff;
  color: #2d2a26;
  font-family: "Suisse Int'l", "Helvetica Neue", Arial, sans-serif;
}

.hsn-archive-grid__inner {
  display: grid;
  grid-template-columns: repeat(var(--hsn-archive-columns, 3), minmax(0, 1fr));
  gap: clamp(42px, 4.4vw, 72px) clamp(30px, 3vw, 58px);
  width: min(100%, 1840px);
  margin: 0 auto;
  padding: clamp(28px, 2vw, 42px) clamp(22px, 2vw, 28px) clamp(70px, 7vw, 128px);
  box-sizing: border-box;
}

.hsn-archive-card {
  min-width: 0;
}

.hsn-archive-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 0.875;
  overflow: hidden;
  background: #ddd2c4;
  text-decoration: none;
}

.hsn-archive-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .7s ease;
}

.hsn-archive-card:hover .hsn-archive-card__image img {
  transform: scale(1.045);
}

.hsn-archive-card__subtitle {
  max-width: 92%;
  margin-top: 28px;
  color: #6f6a64;
  font-family: "General Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.hsn-archive-card__title {
  margin: 28px 0 22px;
  font-family: "Canela Light", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 3.3vw, 64px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: #2d2a26;
}

.hsn-archive-card__title a {
  color: inherit;
  text-decoration: none;
}

.hsn-archive-card__text {
  max-width: 92%;
  margin: 0 0 28px;
  color: rgba(45,42,38,.72);
  font-family: "Gotham Light", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(18px, 1.35vw, 26px);
  font-weight: 300;
  line-height: 1.55;
}

.hsn-archive-card__button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #2d2a26;
  font-family: "General Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  text-decoration: none;
}

.hsn-archive-card__button::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  background: currentColor;
  transition: width .25s ease;
}

.hsn-archive-card__button:hover::after {
  width: 58px;
}

@media(max-width: 1180px) {
  .hsn-archive-grid__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 700px) {
  .hsn-archive-grid__inner {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hsn-archive-card__subtitle {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .hsn-archive-card__title {
    font-size: 42px;
  }

  .hsn-archive-card__text {
    font-size: 18px;
  }
}

.hsn-aman-offer-page {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f7f3ed;
  color: #2d2a26;
  padding: 150px 54px 120px;
  box-sizing: border-box;
  font-family: "Suisse Int'l", "Helvetica Neue", Arial, sans-serif;
}

/* HERO */

.hsn-offer-hero {
  max-width: 760px;
  margin: 0 auto 82px;
  text-align: center;
}

.hsn-offer-breadcrumb {
  display: block;
  margin-bottom: 34px;
  font-family: "General Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  color: #946d29;
}

.hsn-offer-hero h1 {
  margin: 0 0 30px;
  font-family: "Canela Light", "Cormorant Garamond", serif;
  font-size: clamp(58px, 7vw, 120px);
  font-weight: 300;
  line-height: .9;
  letter-spacing: -0.035em;
  color: #1f1c18;
}

.hsn-offer-hero h3 {
  max-width: 620px;
  margin: 0 auto 30px;
  font-family: "Canela Light", "Cormorant Garamond", serif;
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: #2d2a26;
}

.hsn-offer-hero p {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Gotham Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(48,45,41,.82);
}

/* IMAGES */

.hsn-offer-images {
  max-width: 1380px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.hsn-offer-images div {
  overflow: hidden;
  background: #ddd2c4;
}

.hsn-offer-images img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

/* CONTENT */

.hsn-offer-content {
  max-width: 1180px;
  margin: 0 auto;
}

.hsn-offer-date {
  margin-bottom: 58px;
  font-family: "General Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #946d29;
}

.hsn-offer-columns {
  display: grid;
  grid-template-columns: 58% 34%;
  gap: 8%;
  align-items: start;
}

.hsn-offer-main h2 {
  margin: 0 0 34px;
  font-family: "Canela Light", "Cormorant Garamond", serif;
  font-size: clamp(42px, 4vw, 72px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1f1c18;
}

.hsn-offer-main h4,
.hsn-offer-side h4 {
  margin: 50px 0 22px;
  font-family: "Canela Light", "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.018em;
  color: #2d2a26;
}

.hsn-offer-main ul,
.hsn-offer-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(45,42,38,.18);
}

.hsn-offer-main li,
.hsn-offer-side li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(45,42,38,.18);
  font-family: "Gotham light", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(48,45,41,.82);
}

.hsn-offer-main li::before,
.hsn-offer-side li::before {
  content: "—";
  margin-right: 12px;
  color: #946d29;
}

/* SIDE */

.hsn-offer-side {
  position: sticky;
  top: 120px;
}

.hsn-offer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin-top: 38px;
  background: #335847;
  border: 1px solid #335847;
  color: #fff;
  text-decoration: none;
  font-family: "General Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  transition: all .35s ease;
}

.hsn-offer-btn:hover {
  background: transparent;
  color: #335847;
}

.hsn-back-link {
  display: inline-block;
  margin-top: 28px;
  font-family: "General Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #2d2a26;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
}

/* TABLET */

@media(max-width: 980px) {
  .hsn-aman-offer-page {
    padding: 120px 34px 90px;
  }

  .hsn-offer-images {
    gap: 22px;
  }

  .hsn-offer-images img {
    height: 420px;
  }

  .hsn-offer-columns {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .hsn-offer-side {
    position: relative;
    top: auto;
  }
}

/* MOBILE */

@media(max-width: 600px) {
  .hsn-aman-offer-page {
    padding: 95px 24px 75px;
  }

  .hsn-offer-hero {
    text-align: left;
    margin-bottom: 56px;
  }

  .hsn-offer-hero h1 {
    font-size: 58px;
  }

  .hsn-offer-images {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .hsn-offer-images img {
    height: 360px;
  }

  .hsn-offer-date {
    margin-bottom: 38px;
  }

  .hsn-offer-btn {
    width: 100%;
  }
}

.hsn-landing {
  background: #f7f3ed;
  color: #2d2822;
}

.hsn-landing-hero {
  position: relative;
  min-height: clamp(520px, 82vh, 780px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hsn-landing-hero__media {
  position: absolute;
  inset: 0;
}

.hsn-landing-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52));
}

.hsn-landing-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hsn-landing-hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 clamp(48px, 7vw, 94px);
  color: #fff;
}

.hsn-landing-hero__eyebrow {
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hsn-landing-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.hsn-landing-hero__subtitle {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.55;
}

.hsn-landing-body {
  display: grid;
  grid-template-columns: minmax(250px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(34px, 7vw, 108px);
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 118px) 0;
}

.hsn-landing-body__intro p {
  margin: 0 0 28px;
  color: #655d53;
  font-size: 18px;
  line-height: 1.75;
}

.hsn-landing-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 26px;
  border: 1px solid #2d2822;
  color: #2d2822;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.24s ease, color 0.24s ease;
}

.hsn-landing-cta:hover {
  background: #2d2822;
  color: #fff;
}

.hsn-landing-body__content {
  color: #4d463d;
  font-size: 16px;
  line-height: 1.85;
}

.hsn-landing-body__content h2,
.hsn-landing-body__content h3 {
  color: #2d2822;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hsn-landing-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1280px, calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 clamp(62px, 8vw, 120px);
}

.hsn-landing-gallery img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  background: #ded6ca;
}

@media (max-width: 980px) {
  .hsn-aman-carousel .aman-carousel-section {
    grid-template-columns: 1fr;
    padding: 52px 0 64px 22px;
  }

  .hsn-aman-carousel .aman-carousel-intro {
    max-width: min(640px, calc(100% - 22px));
    padding-right: 22px;
  }

  .hsn-aman-carousel .aman-card {
    flex-basis: min(76vw, 360px);
  }

  .hsn-landing-body {
    grid-template-columns: 1fr;
  }

  .hsn-offer-columns {
    grid-template-columns: 1fr;
  }

  .hsn-landing-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hsn-aman-carousel .aman-carousel-arrows {
    justify-content: flex-start;
    padding-right: 22px;
  }

  .hsn-landing-hero {
    min-height: 560px;
  }

  .hsn-offer-images {
    grid-template-columns: 1fr;
  }

  .hsn-offer-btn {
    width: 100%;
  }

  .hsn-landing-gallery {
    grid-template-columns: 1fr;
  }
}
