.offers-page {
  background: #f4efe5;
  color: #1d211d;
}

.offers-page main {
  overflow: hidden;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.offers-hero {
  position: relative;
  min-height: min(760px, 88vh);
  display: flex;
  align-items: flex-end;
  color: #f7f3ea;
  background: #15251f;
}

.offers-hero__image,
.offers-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.offers-hero__image {
  object-fit: cover;
  object-position: center 48%;
}

.offers-hero__shade {
  background:
    linear-gradient(180deg, rgba(10, 25, 19, .12) 0%, rgba(10, 25, 19, .18) 38%, rgba(10, 25, 19, .86) 100%),
    linear-gradient(90deg, rgba(10, 25, 19, .58) 0%, transparent 65%);
}

.offers-hero__content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(180px, 25vh, 260px) 0 clamp(64px, 9vw, 112px);
}

.offers-hero .eyebrow,
.offers-intro .eyebrow,
.offers-cta .eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.offers-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 10vw, 142px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .86;
}

.offers-hero__content > p:last-child {
  max-width: 630px;
  margin: 30px 0 0;
  color: rgba(247, 243, 234, .86);
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.48;
}

.offers-intro {
  padding-block: clamp(74px, 9vw, 122px) clamp(46px, 6vw, 78px);
  text-align: center;
}

.offers-intro .eyebrow,
.offers-cta .eyebrow,
.offer-card__kicker {
  color: #657a3a;
}

.offers-intro h2,
.offers-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1;
  letter-spacing: -.035em;
}

.offers-intro > p:last-child {
  max-width: 770px;
  margin: 24px auto 0;
  color: #5f6d66;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.55;
}

.offers-list {
  display: grid;
  gap: 22px;
  padding-bottom: clamp(70px, 9vw, 124px);
}

.offers-grid {
  display: grid;
  gap: 22px;
}

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

.offer-card {
  overflow: hidden;
  border: 1px solid rgba(27, 40, 32, .16);
  border-radius: 28px;
  background: rgba(250, 247, 239, .8);
}

#sothys-room-set {
  scroll-margin-top: 120px;
}

.offer-card h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.offer-card p {
  color: #5e6c65;
  font-size: 17px;
  line-height: 1.58;
}

.offer-card__body {
  padding: clamp(30px, 4.2vw, 62px);
}

.offer-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(42px, 6vw, 82px);
}

.offer-card__number {
  color: #6d8140;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .18em;
}

.offer-card__price {
  font-family: Georgia, "Times New Roman", serif;
  color: #16251f;
  font-size: clamp(27px, 3vw, 42px);
  white-space: nowrap;
}

.offer-card__tag {
  padding: 8px 14px;
  border-radius: 999px;
  color: #f7f3ea;
  background: #183127;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.offer-card__kicker {
  margin: 0 0 14px;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.offer-card__details {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.offer-card__details li {
  position: relative;
  padding-left: 22px;
  color: #46564e;
  font-size: 16px;
  line-height: 1.5;
}

.offer-card__details li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #819943;
}

.offer-card__note {
  margin: 28px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(27, 40, 32, .14);
  font-size: 15px !important;
}

.offer-card--feature {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 610px;
}

.offer-card--feature.offer-card--image-right {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.offer-card__media {
  min-height: 340px;
  background: #dbe2d5;
}

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

.offer-card__media--sothys img {
  object-fit: cover;
  object-position: center;
}

.offer-card__media--night-spa img {
  object-fit: contain;
  object-position: center;
}

.offer-card__media--day-spa img {
  object-fit: cover;
  object-position: center bottom;
}

.offer-card__media--couple img {
  object-fit: cover;
  object-position: 30% center;
}

.offer-card__media--night-spa,
.offer-card__media--day-spa {
  background: #111a17;
}

.offer-card__media--sothys {
  background: #eef3f2;
}

.offer-card__media--couple {
  align-self: center;
  min-height: 0 !important;
  aspect-ratio: 2 / 3;
  background: transparent;
}

.offer-card--sothys-feature {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

.offer-card--sothys-feature .offer-card__media {
  align-self: stretch;
  min-height: 0;
}

.offer-card--visual .offer-card__media--night-spa,
.offer-card--visual .offer-card__media--day-spa {
  height: auto;
}

.offer-card--visual .offer-card__media--night-spa {
  aspect-ratio: 3 / 4;
}

.offer-card--visual .offer-card__media--day-spa {
  aspect-ratio: 3 / 4;
}

.offer-card h2[data-copy="offer1.title"] + p,
.offer-card h2[data-copy="offer2.title"] + p,
.offer-card h2[data-copy="offer3.title"] + p,
.offer-card h2[data-copy="offer5.title"] + p,
.offer-card h2[data-copy="offer6.title"] + p,
.offer-card h2[data-copy="offer8.title"] + p,
.offer-card h2[data-copy="harvest.fishing.title"] + p,
.offer-card h2[data-copy="harvest.mushrooms.title"] + p {
  margin-top: 30px;
}

.offer-card--no-media .offer-card__body {
  min-height: 540px;
}

.offer-card--feature .offer-card__media {
  min-height: 100%;
}

.offer-card--compact {
  min-height: 410px;
  padding: clamp(30px, 4.2vw, 54px);
}

.offer-card--compact .offer-card__topline {
  margin-bottom: 70px;
}

.offer-card--band {
  display: grid;
  grid-template-columns: auto minmax(220px, .75fr) minmax(320px, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(30px, 4vw, 54px);
  color: #f7f3ea;
  background: #183127;
}

.offer-card--band .offer-card__topline {
  display: grid;
  justify-items: start;
  margin: 0;
}

.offer-card--band .offer-card__price,
.offer-card--band h2 {
  color: #f7f3ea;
}

.offer-card--band p {
  margin: 0;
  color: rgba(247, 243, 234, .74);
}

.offer-card--visual .offer-card__media {
  height: clamp(320px, 32vw, 440px);
}

.offer-card--visual .offer-card__body {
  min-height: 540px;
}

.offer-card--visual .offer-card__topline {
  margin-bottom: 48px;
}

.offers-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  margin-bottom: clamp(70px, 8vw, 118px);
  padding: clamp(44px, 6vw, 80px);
  border-radius: 30px;
  color: #f7f3ea;
  background: #183127;
}

.gift-cards {
  margin-top: clamp(72px, 9vw, 120px);
  margin-bottom: clamp(72px, 9vw, 120px);
  padding-block: clamp(44px, 6vw, 78px);
  color: #f7f3ea;
  background:
    radial-gradient(circle at 88% 12%, rgba(159, 190, 97, .22), transparent 32%),
    #183127;
}

.gift-cards__inner {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.gift-cards__media {
  grid-column: 1 / -1;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.gift-cards__image {
  margin: 0;
}

.gift-cards__image img {
  display: block;
  width: 100%;
  height: auto;
}

.gift-cards .eyebrow {
  color: #c9d9a7;
}

.gift-cards h2 {
  max-width: 760px;
  margin: 14px 0 24px;
  color: #f7f3ea;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 68px);
  letter-spacing: -.035em;
  line-height: 1;
}

.gift-cards p {
  max-width: 720px;
  margin: 0;
  color: rgba(247, 243, 234, .78);
  font-size: 17px;
  line-height: 1.6;
}

.gift-cards__copy > p:not(.eyebrow) {
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.5;
}

.gift-card-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(24, 49, 39, .1);
  border-radius: 20px;
  color: #183127;
  background: #f7f3ea;
  box-shadow: 0 24px 60px rgba(4, 18, 13, .24);
}

.gift-card-form__heading,
.gift-card-form__field--wide,
.gift-card-form__billing,
.gift-card-form__hint,
.gift-card-form__status {
  grid-column: 1 / -1;
}

.gift-card-form__bot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.gift-card-form__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(24, 49, 39, .14);
}

.gift-card-form__heading .gift-card-form__step {
  margin: 0 0 8px;
  color: #70805d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.gift-card-form__heading h3 {
  margin: 0;
  color: #183127;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.08;
}

.gift-card-form__field {
  display: grid;
  align-content: start;
  gap: 9px;
}

.gift-card-form label,
.gift-card-form legend {
  color: #183127;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.gift-card-form input,
.gift-card-form textarea {
  width: 100%;
  border: 1px solid #ccd3cc;
  border-radius: 10px;
  outline: none;
  color: #183127;
  background: #fff;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.gift-card-form input {
  min-height: 52px;
  padding: 12px 14px;
}

.gift-card-form textarea {
  min-height: 126px;
  padding: 14px;
  resize: vertical;
}

.gift-card-form input:focus,
.gift-card-form textarea:focus {
  border-color: #789043;
  box-shadow: 0 0 0 4px rgba(120, 144, 67, .14);
}

.gift-card-form__divider {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #68766f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gift-card-form__divider::before,
.gift-card-form__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(24, 49, 39, .16);
}

.gift-card-form__wish {
  margin-top: 4px;
  padding-top: 24px;
  border-top: 1px solid rgba(24, 49, 39, .14);
}

.gift-card-form__billing {
  min-width: 0;
  margin: 4px 0 0;
  padding: 22px 0 0;
  border: 0;
  border-top: 1px solid rgba(24, 49, 39, .14);
}

.gift-card-form__billing legend {
  padding: 0 12px 0 0;
  font-size: 17px;
}

.gift-card-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gift-card-form__hint {
  color: #68766f !important;
  font-size: 13px !important;
}

.gift-card-form__submit {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.gift-card-form__submit:disabled {
  cursor: wait;
  opacity: .62;
}

.gift-card-form__status {
  min-height: 1.4em;
  color: #52652c !important;
  font-size: 14px !important;
}

.gift-card-form__status[data-state="error"] {
  color: #9a3f36 !important;
}

.gift-cards .button {
  justify-self: start;
  min-height: 54px;
  padding-inline: 28px;
  border-radius: 9px;
  color: #f7f3ea;
  background: #183127;
  box-shadow: 0 10px 24px rgba(24, 49, 39, .2);
}

@media (max-width: 820px) {
  .gift-cards__inner {
    grid-template-columns: 1fr;
  }

  .gift-cards {
    padding-block: 36px;
  }

  .gift-card-form,
  .gift-card-form__fields {
    grid-template-columns: 1fr;
  }

  .gift-card-form__field,
  .gift-card-form__field--wide {
    grid-column: 1;
  }
}

.offers-cta h2 {
  max-width: 760px;
  color: #f7f3ea;
}

.offers-cta p:last-child {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(247, 243, 234, .72);
  font-size: 17px;
  line-height: 1.55;
}

.offers-cta .button {
  flex: none;
  color: #183127;
  background: #f7f3ea;
  white-space: nowrap;
}

.offers-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(247, 243, 234, .2);
  color: #f7f3ea;
  background: #11241d;
}

.offers-footer > * {
  min-width: 0;
  padding: 30px 24px;
  border-right: 1px solid rgba(247, 243, 234, .17);
  color: inherit;
  text-align: center;
  overflow-wrap: anywhere;
}

.offers-footer > *:last-child {
  border-right: 0;
}

@media (max-width: 980px) {
  .offer-card--feature,
  .offer-card--feature.offer-card--image-right,
  .offers-grid--two,
  .offer-card--band,
  .offers-cta {
    grid-template-columns: 1fr;
  }

  .offer-card--feature.offer-card--image-right .offer-card__media {
    order: -1;
  }

  .offer-card--feature {
    min-height: auto;
  }

  .offer-card--feature .offer-card__media {
    min-height: 480px;
  }

  .offer-card--compact,
  .offer-card--visual .offer-card__body {
    min-height: auto;
  }

  .offer-card--band {
    align-items: start;
  }

  .offers-cta {
    align-items: start;
  }

  .offers-cta .button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .offers-hero {
    min-height: 690px;
  }

  .offers-hero__content,
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .offers-hero__content {
    padding-bottom: 54px;
  }

  .offers-hero h1 {
    font-size: clamp(54px, 18vw, 82px);
  }

  .offers-hero__content > p:last-child {
    margin-top: 22px;
    font-size: 18px;
  }

  .offers-intro {
    padding-block: 68px 40px;
  }

  .offers-intro h2,
  .offers-cta h2 {
    font-size: 38px;
  }

  .offers-intro > p:last-child {
    font-size: 17px;
  }

  .offers-list,
  .offers-grid {
    gap: 14px;
  }

  .offer-card {
    border-radius: 20px;
  }

  .offer-card__body,
  .offer-card--compact,
  .offer-card--band {
    padding: 26px 22px;
  }

  .offer-card h2 {
    font-size: 31px;
  }

  .offer-card p {
    font-size: 16px;
  }

  .offer-card__topline,
  .offer-card--compact .offer-card__topline,
  .offer-card--visual .offer-card__topline {
    margin-bottom: 38px;
  }

  .offer-card__details {
    margin-top: 22px;
  }

  .offer-card__details li {
    font-size: 15px;
  }

  .offer-card--feature .offer-card__media,
  .offer-card--visual .offer-card__media {
    min-height: 0;
    height: 68vw;
  }

  .offers-cta {
    gap: 30px;
    padding: 34px 24px;
    border-radius: 22px;
  }

  .offers-cta .button {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }

  .offers-footer {
    grid-template-columns: 1fr;
  }

  .offers-footer > * {
    padding: 18px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(247, 243, 234, .17);
  }
}

/* Offers hero/header parity with the Leisure page. */
body .offers-hero.leisure-matched-hero .leisure-matched-hero__shade,
body .offers-hero .leisure-matched-hero__shade {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body .offers-hero.leisure-matched-hero .leisure-matched-hero__content,
body .offers-hero .leisure-matched-hero__content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body .main-nav a[href*="offers.html"].active,
body .mobile-nav a[href*="offers.html"].active {
  background: var(--forest, #14281f) !important;
  color: var(--cream, #f7f2e8) !important;
}

/* The Offers opening block uses the same visual system as the Leisure hero. */
.offers-page .offers-hero {
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  padding: 230px max(24px, calc((100vw - 1180px) / 2)) 88px;
  background: #18231f;
}

.offers-page .offers-hero__image {
  object-fit: cover;
  object-position: center 45%;
}

.offers-page .offers-hero__shade {
  background:
    linear-gradient(180deg, rgba(10, 18, 15, .08) 15%, rgba(10, 18, 15, .28) 53%, rgba(10, 18, 15, .86) 100%),
    linear-gradient(90deg, rgba(10, 18, 15, .56), transparent 68%);
}

.offers-page .offers-hero__content {
  width: min(850px, 100%);
  margin: 0;
  padding: 0;
}

.offers-page .offers-hero .eyebrow {
  margin: 0;
}

.offers-page .offers-hero h1 {
  max-width: 920px;
  margin: 12px 0 24px;
  font-family: var(--serif);
  font-size: clamp(48px, 5.2vw, 72px);
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1.04;
  text-wrap: balance;
}

.offers-page .offers-hero .lead {
  max-width: 720px;
  margin: 0 0 32px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 1051px) {
  .offers-page .offers-hero__content {
    width: min(1120px, 100%);
  }

  .offers-page .offers-hero h1 {
    max-width: 1120px;
    font-size: clamp(52px, 4vw, 68px);
  }

  .offers-page .offers-hero .lead {
    max-width: 840px;
  }
}

@media (max-width: 680px) {
  .offers-page .offers-hero {
    min-height: 88svh;
    padding: 160px 18px 62px;
  }

  .offers-page .offers-hero__image {
    object-position: 56% center;
  }

  .offers-page .offers-hero h1 {
    max-width: 100%;
    font-size: clamp(36px, 10vw, 42px);
    line-height: 1.06;
  }
}

/* Preserve the supplied portrait-photo proportions without zooming or cropping. */
.offers-page .offer-card--visual .offer-card__media--night-spa,
.offers-page .offer-card--visual .offer-card__media--day-spa {
  height: auto;
}
