/* ── Hero overrides ─────────────────────────────────────── */
.global-hero__title {
  color: #fff;
}
/* ───────────────────────────────────────────────────────── */

.section__label {
  color: var(--Secondory, #6f7945);
  text-align: center;

  /* Button and Nav */
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.gatherings-history__content-wrap .container {
  padding: 0 0 0 60px;
}

.section__title {
  color: var(--Primary-One, #a05b3f);
  text-align: center;
  font-family: "EB Garamond";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
	max-width:90%;
}

.section__text {
  color: #121212;
  text-align: center;
  margin-top: 20px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

.section__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gatherings-story__intro {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  border-bottom: 1px solid rgba(35, 31, 28, 0.08);
  /* background-image: url(../image/gathering-banner.png); */
  background-size: auto;
  background-position: bottom;
}

.gatherings-story__intro-inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  padding: 0 106px;
}

.gatherings-story__button {
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

p.gatherings-history__description.section__text {
  text-align: left;
}

.gatherings-story__stickers {
  position: absolute;
  top: 10%;
  right: 7%;
  width: 20%;
  z-index: 3;
  pointer-events: none;
}

.gatherings-story__sticker {
  position: absolute;
  width: 116px;
  background: #fff;
  padding: 7px 7px 22px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

.gatherings-story__sticker img {
  height: 130px;
}

.gatherings-story__video-band {
  background: #054f71;
  padding: 64px 0;
}

input.gatherings-rfp__input::placeholder {
  color: #121212;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.gatherings-story__video-card {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  /* border: 1px solid rgba(255, 255, 255, 0.28); */
  transition: all 0.35s ease;
}

.gatherings-story__video-card:hover {
  transform: translateY(-3px);
}

.gatherings-story__video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.04) 0%,
      rgba(0, 0, 0, 0.34) 100%);
}

.gatherings-story__video-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #ffffff;
}

.gatherings-story__video-logo {
  width: 112px;
  height: 112px;
}

.gatherings-story__video-play {
  display: inline-flex;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  gap: 5px;
  color: #ffffff;
  align-items: center;
}

.gatherings-story__video-icon {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: relative;
}

.gatherings-story__video-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

.gatherings-video-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
}

.gatherings-video-popup.is-open {
  display: flex;
}

.gatherings-video-popup__dialog {
  position: relative;
  width: min(100%, 980px);
}

.gatherings-video-popup__close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.gatherings-video-popup__frame-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000000;
}

.gatherings-video-popup__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000000;
}

.gatherings-history {
  background: #fbf5e5;
}

.gatherings-history__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.gatherings-history__media {
  border-radius: 0;
  overflow: hidden;
  min-height: 340px;
}

.gatherings-history__content-wrap {
  display: flex;
  align-items: center;
  background: #fbf5e5;
  /* background-image: url("../image/ChatGPT\ Image\ Mar\ 26\,\ 20\ 1.png"); */
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 50%;
  min-height: 340px;
}

.gatherings-history__grid {
  position: relative;
}

.gatherings-history__content-wrap .container {
  width: 100%;
}

.gatherings-history-slider,
.gatherings-history-slider .swiper-wrapper,
.gatherings-history-slider .swiper-slide,
.gatherings-history-slider .section__image {
  height: 100%;
}

.gatherings-history__content {
  align-self: center;
  padding: 34px 0;
  max-width: 790px;
  position: relative;
}

.gatherings-history__title {
  text-align: left;
}

.gatherings-history__button {
  margin-top: 40px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.gatherings-history__controls {
  margin-top: -26px;
  padding: 0 20px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 5;
}

.gatherings-history__nav {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  margin: 0;
}

.gatherings-history__pagination {
  position: static;
}

.gatherings-history__pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 4px !important;
  opacity: 1;
  background: #ffffff;
}

.gatherings-history__pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 999px;
  background: #a05b3f;
}

.gatherings-experience {
  padding: 100px 0;
  background: #f3f3f3;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.gatherings-experience__inner {
  width: min(100%, 1160 px);
  margin: 0 auto;
  text-align: center;
}

.gatherings-experience__button {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-top: 40px;
}

.gatherings-gallery {
  padding: 0 0 100px 0;
  background: #f3f3f3;
}

.gatherings-gallery .container {
  max-width: none;
  padding: 0;
}

.gatherings-gallery__heading {
  display: none;
}

.gatherings-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.gallery__item {
  border-radius: 0;
  overflow: hidden;
  min-height: 190px;
}

.gallery__item img {
  transition: transform 0.5s ease;
}

.gallery__item:hover img {
  transform: scale(1.06);
}

/* Corporate Events — image + overlapping white card */
.gatherings-corporate {
  background: #ffffff;
  padding-bottom: 100px;
}

.gatherings-corporate__hero {
  min-height: clamp(320px, 42vw, 560px);
  width: 100%;
  background-color: #2a2419;
  background-image: url("../image/corporate-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gatherings-corporate__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  margin-top: clamp(-100px, -14vw, -120px);
  position: relative;
  z-index: 2;
}

.gatherings-corporate__card {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
  padding: 80px;
  text-align: center;
  overflow: hidden;
  margin:0 auto;
  float:none;
  max-width:1040px;
}

.gatherings-corporate__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../image/corporate-desk.png");
  background-repeat: no-repeat;
  background-position: top center;
   background-size: 96% auto;  
  pointer-events: none;
  z-index: 0;
}

.gatherings-corporate__title {
  position: relative;
  z-index: 1;
  color: #a05b3f;
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: 500;
  margin: 0 0 8px;
  text-align: center;
}

.gatherings-corporate__text {
  position: relative;
  z-index: 1;
  color: #121212;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  max-width: 885px;
  margin: 20px auto 0;
  text-align: center;
}

.gatherings-corporate__button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 28px;
}


/* Request for proposal — events form */
.gatherings-rfp {
  background: #0a4a63;
  padding: 88px 0 100px;
  color: #ffffff;
}

/* ─────────────────────────────────────────────────────────────
   Plugin Server-Side Messages (mrr-rfp-message)
   ───────────────────────────────────────────────────────────── */
.mrr-rfp-message {
  padding: 18px 24px;
  margin: 0 auto 36px auto;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
  max-width: 800px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mrr-rfp-message--success {
  background-color: #f0fdf4;
  border-color: #86efac;
  color: #166534;
}

.mrr-rfp-message--error {
  background-color: #fef2f2;
  border-color: #fca5a5;
  color: #b91c1c;
}

.mrr-rfp-message--warning {
  background-color: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.mrr-rfp-message--error strong {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.mrr-rfp-message--error ul {
  list-style-type: disc;
  margin: 0 auto;
  padding-left: 24px;
  text-align: left;
  display: inline-block;
}

.mrr-rfp-message--error li {
  margin-bottom: 4px;
}

.gatherings-rfp__container {
  max-width: 1100px;
}

.gatherings-rfp__header {
  text-align: center;
  margin: 0 auto 56px;
}

.gatherings-rfp__eyebrow {
  color: rgba(255, 255, 255, 0.95);
}

.gatherings-rfp__title {
  color: #ffffff;
}

.gatherings-rfp__intro {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.gatherings-rfp__form {
  margin: 0;
}

.gatherings-rfp__fieldset {
  border: none;
  margin: 0 0 40px;
  padding: 0;
}

.gatherings-rfp__legend {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
}

.gatherings-rfp__row {
  display: grid;
  gap: 16px 20px;
  margin-bottom: 16px;
}

.gatherings-rfp__row:last-of-type {
  margin-bottom: 0;
}

.gatherings-rfp__row--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.gatherings-rfp__row--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gatherings-rfp__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gatherings-rfp__field--full {
  width: 100%;
}
.gatherings-rfp__field--req {
  position: relative;
}

.gatherings-rfp__hint {
  color: rgba(255, 255, 255, 0.7);

  /* Paragraph */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  margin: 0 0 16px;
}

.gatherings-rfp__input,
.gatherings-rfp__textarea {

  box-sizing: border-box;
  padding: 13px 0 15px 18px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: #121212;
  font-family: Inter, sans-serif;
  font-size: 15px;
  min-height: 46px;
	padding:12px !important;
}

.gatherings-rfp__textarea {
  /* min-height: 140px; */
  resize: vertical;
}

.gatherings-rfp__input::placeholder,
.gatherings-rfp__textarea::placeholder {
  color: #888888;
}

.gatherings-rfp__input:focus,
.gatherings-rfp__textarea:focus {
  outline: 2px solid #91d5f6;
  outline-offset: 2px;
}

.gatherings-rfp__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin: 8px 0 20px;
}

.gatherings-rfp__check {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);

  /* Paragraph */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
  cursor: pointer;
}

.gatherings-rfp__check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  background: #39677d;
  cursor: pointer;
  vertical-align: top;
}

.gatherings-rfp__check input[type="checkbox"]:checked {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath stroke='%230a4a63' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round' d='M1 5.2L4.2 8.4L11 1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 9px;
}

.gatherings-rfp__check input[type="checkbox"]:focus-visible {
  outline: 2px solid #a05b3f;
  outline-offset: 2px;
}

.gatherings-rfp__check--consent {
  display: flex;
	flex-wrap:wrap;

  margin: 0 auto 28px;
  text-align: left;
}
.rfp-err {
    width: 100%;
}
.gatherings-rfp__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
}

.gatherings-rfp__radio {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.gatherings-rfp__radio input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  flex-shrink: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #39677d;
  cursor: pointer;
  vertical-align: middle;
}

.gatherings-rfp__radio input[type="radio"]:checked {
  background: radial-gradient(circle, #ffffff 0%, #ffffff 38%, transparent 39%);
  border-color: #ffffff;
}

.gatherings-rfp__radio input[type="radio"]:focus-visible {
  outline: 2px solid #a05b3f;
  outline-offset: 2px;
}

.gatherings-rfp__link {
  color: #ffffff;
  text-decoration: underline;
}

.gatherings-rfp__link:hover {
  opacity: 0.9;
}

.gatherings-rfp__footer {
  text-align: center;
  margin-top: 8px;
}

.gatherings-rfp__submit {
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-width: 200px;
  border-radius: 0;
  padding: 14px 36px;
}

.gatherings-map {
  background: #0b4d6d;
  padding: 56px 0 38px;
}

.gatherings-map .container {
  max-width: 1620px;
  width: 100%;
  position: relative;
}

.gatherings-map__content {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 34px;
}

.gatherings-map__title {
  color: #fff;
  text-align: center;
  font-family: "EB Garamond";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.gatherings-map__text {
  color: #ffffff;
  margin: 40px 0;
}

.gatherings-map__button {
  margin-bottom: 45px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.gatherings-map__icon {
  position: absolute;
  top: 0;
  object-fit: cover;
  opacity: 0.9;
}

.gatherings-map__icon--left {
  left: 3%;
}

.gatherings-map__icon--right {
  right: 3%;
}
.mrr-rfp-message.mrr-rfp-message--error{
	margin-bottom:20px;
}
label.gatherings-rfp__check.gatherings-rfp__check--consent {
    flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .gatherings-history__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    padding: 100px 0;
  }

  .gatherings-history__media {
    min-height: 500px;
  }

  .gatherings-history__content-wrap {
    min-height: 500px;
  }

  .gatherings-gallery__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gatherings-map {
    padding: 100px 0;
  }
}

@media (min-width: 1200px) {
  .gatherings-history__grid {
    grid-template-columns: 48% 47.5%;
  }

  .gatherings-history__content {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .gatherings-history {
    padding-top: 0;
  }

  .gatherings-history__content-wrap {
    background-size: 70% auto;
  }

  .gatherings-history__content::after {
    display: none;
  }

  .gatherings-history__title,
  .gatherings-experience__title {
    font-size: 40px;
  }

  .gatherings-map__text {
    font-size: 14px;
  }

  .gatherings-map__icon--left {
    width: 21%;
  }
}

@media (max-width: 575px) {

  .gatherings-history__title,
  .gatherings-experience__title {
    font-size: 34px;
  }

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

  .gatherings-map {
    padding: 56px 0 28px;
  }

  .gatherings-map__title {
    font-size: 34px;
  }

  .gatherings-map__button {
    min-height: 38px;
    padding: 10px 16px;
  }

  .gatherings-map__content {
    margin-bottom: 22px;
  }
}

/* =========================================================
   Requested breakpoint system (desktop unchanged)
   ========================================================= */

@media only screen and (max-width: 1599px) {

  .section__title,
  .gatherings-map__title {
    font-size: 54px;
  }

  .gatherings-story__intro {
    padding: 50px 0;
  }

  .gatherings-story__intro-inner,
  .gatherings-experience__inner {
    max-width: 1080px;
  }

  .gatherings-map .container {
    max-width: 1480px;
  }

  .gatherings-rfp__container {
    max-width: 1040px;
  }
}

@media only screen and (max-width: 1439px) {
  .section__label {
    font-size: 18px;
  }

  .section__title,
  .gatherings-map__title {
    font-size: 50px;
  }

  .section__text {
    font-size: 17px;
    line-height: 27px;
  }

  .gatherings-story__stickers {
    right: 7%;
    width: 19%;
  }

  .gatherings-story__video-card {
    max-width: 1080px;
  }

  .gatherings-history__content {
    max-width: 700px;
    padding: 26px 16px 26px 0;
  }

  .gatherings-map__icon--left {
    left: 1.5%;
  }

  .gatherings-map__icon--right {
    right: 2.5%;
    top: -30px;
    width: 16%;
  }

  .gatherings-rfp {
    padding: 78px 0 90px;
  }

  .gatherings-rfp__header {
    margin-bottom: 48px;
  }

  .gatherings-rfp__legend {
    font-size: 20px;
    letter-spacing: 1.2px;
  }

  .gatherings-rfp__hint,
  .gatherings-rfp__check {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1365px) {
  .section__label {
    font-size: 16px;
    letter-spacing: 1.2px;
  }

  .section__title,
  .gatherings-map__title {
    font-size: 46px;
  }

  .section__text {
    font-size: 16px;
    line-height: 26px;
  }

  .gatherings-story__intro {
    padding: 40px 0;
  }

  .gatherings-story__intro-inner {
    max-width: 980px;
  }

  .gatherings-story__stickers {
    right: 5%;
    width: 15%;
  }

  .gatherings-history__grid {
    grid-template-columns: 50% 50%;
  }

  .gatherings-history__media,
  .gatherings-history__content-wrap {
    min-height: 460px;
  }

  .gatherings-map {
    padding: 84px 0;
  }

  .gatherings-rfp {
    padding: 72px 0 84px;
  }

  .gatherings-rfp__row {
    gap: 14px 16px;
  }

  .gatherings-rfp__input,
  .gatherings-rfp__textarea {
    min-height: 44px;
    padding: 12px 0 12px 14px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1279px) {

  .section__title,
  .gatherings-map__title {
    font-size: 42px;
  }

  .section__text {
    font-size: 15px;
    line-height: 24px;
  }

  .gatherings-story__button,
  .gatherings-history__button,
  .gatherings-experience__button,
  .gatherings-map__button {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 11px 18px;
    margin-top: 28px;
  }

  .gatherings-story__video-logo {
    width: 92px;
    height: 92px;
  }

  .gatherings-story__video-play {
    font-size: 16px;
  }

  .gatherings-map__icon--left,
  .gatherings-map__icon--right {
    transform: scale(0.85);
    transform-origin: center;
  }

  .gatherings-map__icon--right {
    right: 3.5%;
    top: -8%;
    width: 21%;
  }

  .gatherings-map__icon--left {
    left: 3.5%;
    top: -7%;
    /* width: 21%; */
  }

  .gatherings-rfp__header {
    margin-bottom: 40px;
  }

  .gatherings-rfp__fieldset {
    margin-bottom: 34px;
  }
}

@media only screen and (max-width: 1023px) {
  .gatherings-story__intro-inner {
    max-width: 860px;
    padding: 0;
  }

  .gatherings-story__stickers {
    display: none;
  }

  .gatherings-history__grid {
    grid-template-columns: 1fr;
  }

  .gatherings-history__media {
    min-height: 430px;
  }

  .gatherings-history__content-wrap {
    min-height: auto;
    background-size: 100% auto;
  }

  .gatherings-history__content-wrap .container {
    padding: 0 24px;
  }

  .gatherings-history__content {
    max-width: 100%;
    padding: 44px 0 54px;
  }

  .gatherings-experience {
    padding: 80px 0;
  }

  .gatherings-gallery {
    padding-bottom: 72px;
  }

  .gatherings-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gatherings-map {
    padding: 72px 0;
  }

  .gatherings-rfp__radio {

    font-size: 14px;
  }

  .gatherings-map__content {
    max-width: 760px;
    margin-bottom: 28px;
    padding: 0 24px;
  }

  .gatherings-map__text {
    margin: 24px 0 0;
  }

  .gatherings-rfp {
    padding: 64px 0 74px;
  }

  .gatherings-rfp__header {
    margin-bottom: 34px;
  }

  .gatherings-rfp__row--3,
  .gatherings-rfp__row--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gatherings-rfp__check,
  .gatherings-rfp__hint {
    font-size: 14px;
    line-height: 22px;
  }

  .gatherings-rfp__check--consent {
    margin-bottom: 22px;
  }

  .gatherings-rfp__submit {
    min-width: 180px;
    padding: 12px 26px;
  }
}

@media only screen and (max-width: 801px) {

  .section__title,
  .gatherings-map__title {
    font-size: 40px;
  }

  .section__text {
    font-size: 14px;
    line-height: 23px;
  }

  .gatherings-story__intro {
    background-size: cover;
  }

  .gatherings-story__video-band {
    padding: 44px 0;
  }

  .gatherings-history__media {
    min-height: 370px;
  }

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

  .gatherings-rfp__checks {
    gap: 10px 20px;
  }

  .gatherings-rfp__radios {
    gap: 8px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .section__label {
    font-size: 14px;
    letter-spacing: 1.12px;
  }

  .section__text {
    font-size: 18px;
    margin-top: 16px;
  }

  .gatherings-story__intro {
    background-position: center bottom;
  }

  .gatherings-story__button,
  .gatherings-history__button,
  .gatherings-experience__button,
  .gatherings-map__button {
    margin-top: 22px;
    font-size: 13px;
    letter-spacing: 1px;
    min-height: 40px;
    padding: 10px 16px;
  }

  .gatherings-story__video-logo {
    width: 140px;
    height: 150px;
  }

  .gatherings-story__video-play {
    font-size: 14px;
    gap: 4px;
  }

  .gatherings-story__video-band {
    padding: 26px 0 20px;
  }

  .gatherings-story__video-band .container {
    display: flex;
    justify-content: center;
    padding: 0 12px;
  }

  .gatherings-story__video-card {
    width: 100%;

    aspect-ratio: 16 / 14;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.45);
  }

  .gatherings-story__video-card .section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .gatherings-story__video-content {
    gap: 14px;
    justify-content: center;
    padding-top: 8px;
  }

  .gatherings-history__content-wrap .container {
    padding: 0 18px;
  }

  .gatherings-history__content {
    padding: 34px 0 44px;
  }

  .gatherings-experience {
    padding: 60px 0;
  }

  .gatherings-gallery {
    padding-bottom: 60px;
  }

  .gatherings-map {
    padding: 48px 0 24px;
  }

  .gatherings-map__content {
    padding: 0 18px;
    margin-bottom: 20px;
  }

  .gatherings-map .container {
    padding: 0 10px;
  }

  .gatherings-map__icon {
    display: block;
    top: 115px;
    opacity: 0.95;
  }

  .gatherings-map__icon--left {
    left: 18px;
    width: 100px;
    height: auto;
  }

  .gatherings-map__icon--right {
    right: 18px;
    height: auto;
  }

  .gatherings-map__media {
    margin-top: 10px;

    overflow: hidden;
  }

  .gatherings-map__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 28% top;
    aspect-ratio: auto;
  }

  .gatherings-rfp {
    padding: 60px 0;
  }

  .gatherings-rfp__container {
    padding: 0 16px;
  }

  .gatherings-rfp__header {
    margin-bottom: 26px;
  }

  .gatherings-rfp__legend {
    margin-bottom: 16px;
  }

  .gatherings-rfp__row--3,
  .gatherings-rfp__row--2,
  .gatherings-rfp__row--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .gatherings-rfp__field--mobile-full {
    grid-column: 1 / -1;
  }

  .gatherings-rfp__fieldset {
    margin-bottom: 24px;
  }

  .gatherings-rfp__input,
  .gatherings-rfp__textarea {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .gatherings-rfp__input::placeholder,
  .gatherings-rfp__textarea::placeholder {
    font-size: 13px;
    color: #313131;
  }

  .gatherings-rfp__checks {
    margin: 8px 0 12px;
    gap: 10px 14px;
    display: grid;
  }

  .gatherings-rfp__radio {
    width: 100%;
    gap: 6px;
  }

  .gatherings-rfp__radios {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    align-items: start;
  }

  .gatherings-rfp__radio input[type="radio"],
  .gatherings-rfp__check input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  .gatherings-rfp__footer {
    margin-top: 0;
  }

  .gatherings-rfp__check--consent {
    margin-bottom: 16px;
  }

  .gatherings-rfp__submit {
    min-width: 86px;
    padding: 10px 16px;
    font-size: 11px;
    letter-spacing: 1px;
    min-height: 0;
  }

  .gatherings-rfp__fieldset--personal,
  .gatherings-rfp__fieldset--address {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 8px;
  }

  .gatherings-rfp__fieldset--personal .gatherings-rfp__legend,
  .gatherings-rfp__fieldset--address .gatherings-rfp__legend {
    grid-column: 1 / -1;
  }

  .gatherings-rfp__fieldset--personal .gatherings-rfp__row,
  .gatherings-rfp__fieldset--address .gatherings-rfp__row {
    display: contents;
    margin: 0;
  }

  .gatherings-rfp__fieldset--personal .gatherings-rfp__field,
  .gatherings-rfp__fieldset--address .gatherings-rfp__field {
    min-width: 0;
  }
	label.gatherings-rfp__check.gatherings-rfp__check--consent .gatherings-rfp__check input[type="checkbox"]{
		margin-top:6px;
	}
}

@media only screen and (max-width: 639px) {

  .section__title,
  .gatherings-map__title {
    font-size: 36px;
  }

  .gatherings-map__icon {
    top: 132px;
  }

  .section__text {
    font-size: 17px;
  }

  .gatherings-history__media {
    min-height: 300px;
    padding: 60px 16px 0px;
  }

  .gatherings-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery__item {
    min-height: 150px;
    aspect-ratio: 14 / 17;
  }

  .gatherings-rfp__container {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 539px) {

  .section__title,
  .gatherings-map__title {
    font-size: 32px;
    margin-top: 20px;
  }

  .section__text {
    font-size: 16px;
    line-height: normal;
  }

  .gatherings-story__video-band {
    padding: 60px 0;
  }

  .gatherings-history__content {
    padding: 40px 16px 100px;
  }

  .gatherings-map {
    padding: 60px 0;
  }

  .gatherings-map__icon--left {
    left: 12px;
  }

  .gatherings-map__icon--right {
    right: 12px;
  }

  .gatherings-rfp__header {
    margin-bottom: 22px;
  }

  .gatherings-rfp__input,
  .gatherings-rfp__textarea {
    min-height: 42px;
    padding: 10px 14px;
  }
}

@media only screen and (max-width: 413px) {
  .section__text {
    font-size: 14px;
    line-height: normal;
  }

  .gatherings-story__button,
  .gatherings-history__button,
  .gatherings-experience__button,
  .gatherings-map__button {
    font-size: 12px;
    min-height: 36px;
    padding: 9px 14px;
  }

  .gatherings-story__video-card {
    aspect-ratio: 13 / 15;
  }

  a.btn.btn-primary.gatherings-map__button {
    margin-bottom: 32px;
  }

  .gatherings-map {
    padding: 60px 0;
  }

  .gatherings-map__icon {
    top: 145px;
  }

  .gatherings-map__icon--left {
    left: 10px;
  }

  .gatherings-map__icon--right {
    right: 10px;
    width: 100px;
  }

  .gatherings-history__content-wrap .container,
  .gatherings-map__content {
    padding-left: 0;
    padding-right: 0;
  }

  .gatherings-video-popup {
    padding: 12px;
  }

  .gatherings-video-popup__close {
    top: -34px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .gatherings-corporate {
    padding-bottom: 56px;
  }

  .gatherings-corporate__inner {
    margin-top: -72px;
    padding: 0 14px;
  }

  .gatherings-corporate__card {
    padding: 40px 18px 48px;
  }

  .gatherings-corporate__title {
    font-size: 32px;
  }

  .gatherings-corporate__text {
    font-size: 15px;
  }

  .gatherings-corporate__card::before {
    background-size: contain;
  }

  .gatherings-corporate__button {
    margin-top: 24px;
    font-size: 12px;
    padding: 10px 18px;
  }

  .gatherings-rfp__container {
    padding: 0 10px;
  }
}

/* Corporate Events — responsive */
@media only screen and (max-width: 1023px) {
  .gatherings-corporate__inner {
    margin-top: -100px;
    padding: 0 20px;
  }

  .gatherings-corporate__card {
    padding: 48px 40px 56px;
  }

  .gatherings-corporate__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .gatherings-corporate__hero {
    min-height: 280px;
  }

  .gatherings-corporate__inner {
    margin-top: -80px;
  }

  .gatherings-corporate__card {
    padding: 40px 20px 48px;
  }

  .gatherings-corporate__title {
    font-size: 40px;
  }

  .gatherings-corporate__text {
    font-size: 16px;
  }

  .gatherings-corporate__button {
    margin-top: 28px;
  }

  .gatherings-corporate__card::before {
    /* Swap to corporate-mob.png when you have a dedicated mobile asset */
    background-image: url("../image/corporate-mobile.png");
    background-size: 100% auto;
    background-position: center 15%;
  }
}

@media only screen and (max-width: 539px) {
  .gatherings-corporate {
    padding-bottom: 100px;
  }

  .gatherings-corporate__inner {
    margin-top: -64px;
  }

  .gatherings-corporate__card::before {
    background-size: 100% auto;
    background-position: center top;
  }
	.gatherings-corporate__title {
    font-size: 34px;
    margin-top: 0;
}
	.gatherings-corporate__text {
    font-size: 15px;
}
}