/* =========================================================
   VENUE SECTION
   ========================================================= */

.venue-sec-1 {
  width: 100%;

  background: #f4efe3;

  overflow: hidden;
}

/* =========================================================
   CONTAINER
   ========================================================= */

.venue-sec-1-container {
  max-width: 1500px;
  width: 90%;
  margin: auto;

  padding: 120px 0 140px;
}

/* =========================================================
   HERO
   ========================================================= */

.venue-sec-1-hero {
  position: relative;

  width: 100%;

  height: min(70vh, 720px);

  min-height: 500px;

  overflow: hidden;

  background: #222;
}

.venue-sec-1-hero-image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position: center;
}

.venue-sec-1-hero-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    to top,
    rgba(12, 13, 12, 0.82) 0%,
    rgba(12, 13, 12, 0.25) 55%,
    rgba(12, 13, 12, 0.05) 100%
  );
}

.venue-sec-1-hero-content {
  position: absolute;

  left: clamp(30px, 6vw, 90px);
  bottom: clamp(35px, 6vw, 80px);

  max-width: 850px;
}

.venue-sec-1-hero-label {
  display: block;

  margin-bottom: 20px;

  color: #d0b16a;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 500;

  letter-spacing: 0.3em;

  text-transform: uppercase;
}

.venue-sec-1-hero-title {
  margin: 0;

  color: #f4efe3;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(65px, 8vw, 120px);

  font-weight: 400;

  line-height: 0.8;

  letter-spacing: -0.045em;
}

.venue-sec-1-hero-title span {
  display: block;

  margin-left: clamp(30px, 6vw, 100px);

  color: #d0b16a;

  font-style: italic;
}

/* =========================================================
   VENUE LIST
   ========================================================= */

.venue-sec-1-list {
  margin-top: 120px;
}

/* =========================================================
   VENUE ITEM
   ========================================================= */

.venue-sec-1-item {
  display: grid;

  grid-template-columns:
    minmax(300px, 0.75fr)
    minmax(450px, 1.25fr);

  gap: clamp(60px, 9vw, 150px);

  padding: 75px 0;

  border-top: 1px solid rgba(123, 78, 34, 0.2);
}

.venue-sec-1-item-last {
  border-bottom: 1px solid rgba(123, 78, 34, 0.2);
}

/* =========================================================
   ITEM HEADER
   ========================================================= */

.venue-sec-1-item-header {
  align-self: start;

  position: sticky;

  top: 100px;
}

.venue-sec-1-item-label {
  display: block;

  margin-bottom: 18px;

  color: #b28a32;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.25em;

  text-transform: uppercase;
}

.venue-sec-1-item-title {
  margin: 0;

  max-width: 450px;

  color: #7b4e22;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(40px, 6vw, 60px);

  font-weight: 400;

  line-height: 0.82;

  letter-spacing: -0.045em;
}

/* =========================================================
   ITEM BODY
   ========================================================= */

.venue-sec-1-item-body {
  min-width: 0;
}

/* =========================================================
   STATS
   ========================================================= */

.venue-sec-1-stats {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 25px;

  padding-bottom: 30px;

  border-bottom: 1px solid rgba(178, 138, 50, 0.25);
}

.venue-sec-1-stat {
  display: flex;

  flex-direction: column;

  gap: 10px;
}

.venue-sec-1-stat-label {
  color: #9a7a43;

  font-family: "Inter", sans-serif;

  font-size: 8px;
  font-weight: 500;

  letter-spacing: 0.17em;

  text-transform: uppercase;
}

.venue-sec-1-stat-value {
  color: #5c5043;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: 29px;

  font-weight: 500;

  line-height: 1;
}

.venue-sec-1-stat-value small {
  display: block;

  margin-top: 5px;

  color: #8d806e;

  font-family: "Inter", sans-serif;

  font-size: 8px;
}

.venue-sec-1-stat-text {
  color: #5c5043;

  font-family: "Inter", sans-serif;

  font-size: 12px;
  font-weight: 500;

  line-height: 1.5;
}

/* =========================================================
   FEATURE
   ========================================================= */

.venue-sec-1-feature {
  display: flex;

  align-items: baseline;

  gap: 20px;

  padding-bottom: 30px;

  border-bottom: 1px solid rgba(178, 138, 50, 0.25);
}

.venue-sec-1-feature > strong {
  color: #bd9136;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(40px, 7vw, 60px);

  font-weight: 400;

  line-height: 0.8;

  letter-spacing: -0.04em;
}

.venue-sec-1-feature > div {
  display: flex;

  flex-direction: column;

  gap: 5px;
}

.venue-sec-1-feature span {
  color: #9a7a43;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.18em;
}

.venue-sec-1-feature small {
  color: #8b7e6e;

  font-family: "Inter", sans-serif;

  font-size: 10px;
}

/* =========================================================
   DESCRIPTION
   ========================================================= */

.venue-sec-1-item-description {
  padding-top: 30px;
}

.venue-sec-1-item-description p {
  max-width: 720px;

  margin: 0 0 18px;

  color: #6c6052;

  font-family: "Inter", sans-serif;

  font-size: 14px;
  font-weight: 300;

  line-height: 1.9;
}

.venue-sec-1-item-description p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   RENTAL
   ========================================================= */

.venue-sec-1-rental {
  display: flex;

  align-items: baseline;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 35px;

  padding-top: 25px;

  border-top: 1px solid rgba(178, 138, 50, 0.2);
}

.venue-sec-1-rental-label {
  width: 100%;

  color: #9a7a43;

  font-family: "Inter", sans-serif;

  font-size: 8px;
  font-weight: 500;

  letter-spacing: 0.2em;

  text-transform: uppercase;
}

.venue-sec-1-rental strong {
  color: #7b4e22;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: 40px;

  font-weight: 400;

  line-height: 1;
}

.venue-sec-1-rental > span:not(.venue-sec-1-rental-label) {
  color: #766a5c;

  font-family: "Inter", sans-serif;

  font-size: 11px;
}

.venue-sec-1-rental-note {
  width: 100%;

  color: #9a8d7d !important;

  font-family: "Inter", sans-serif !important;

  font-size: 9px !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  .venue-sec-1-container {
    padding: 100px 0 110px;
  }

  .venue-sec-1-list {
    margin-top: 90px;
  }

  .venue-sec-1-item {
    grid-template-columns:
      minmax(250px, 0.7fr)
      minmax(350px, 1.3fr);

    gap: 60px;

    padding: 60px 0;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
  .venue-sec-1-container {
    width: 88%;

    padding: 70px 0 80px;
  }

  .venue-sec-1-hero {
    height: 500px;

    min-height: 0;
  }

  .venue-sec-1-hero-content {
    left: 25px;
    right: 25px;

    bottom: 30px;
  }

  .venue-sec-1-hero-label {
    margin-bottom: 14px;

    font-size: 8px;
  }

  .venue-sec-1-hero-title {
    font-size: clamp(50px, 15vw, 72px);

    line-height: 0.87;
  }

  .venue-sec-1-hero-title span {
    margin-left: 25px;
  }

  .venue-sec-1-list {
    margin-top: 65px;
  }

  .venue-sec-1-item {
    display: block;

    padding: 50px 0;
  }

  .venue-sec-1-item-header {
    position: static;

    margin-bottom: 35px;
  }

  .venue-sec-1-item-label {
    margin-bottom: 13px;

    font-size: 8px;
  }

  .venue-sec-1-item-title {
    font-size: clamp(52px, 8vw, 72px);

    line-height: 0.88;
  }

  .venue-sec-1-stats {
    grid-template-columns: 1fr 1fr;

    gap: 25px 15px;

    padding-bottom: 25px;
  }

  .venue-sec-1-stat:last-child {
    grid-column: 1 / -1;
  }

  .venue-sec-1-stat-value {
    font-size: 27px;
  }

  .venue-sec-1-stat-text {
    font-size: 11px;
  }

  .venue-sec-1-feature {
    gap: 14px;

    padding-bottom: 25px;
  }

  .venue-sec-1-feature > strong {
    font-size: 40px;
  }

  .venue-sec-1-item-description {
    padding-top: 25px;
  }

  .venue-sec-1-item-description p {
    font-size: 13px;

    line-height: 1.85;
  }

  .venue-sec-1-rental {
    margin-top: 28px;

    padding-top: 20px;
  }

  .venue-sec-1-rental strong {
    font-size: 34px;
  }
}

















/* =========================================================
   VENUE SECTION 02
   ========================================================= */

.venue-sec-2 {
  width: 100%;

  background: #171817;

  color: #f4efe3;

  overflow: hidden;
}

/* =========================================================
   CONTAINER
   ========================================================= */

.venue-sec-2-container {
  max-width: 1500px;
  width: 90%;
  margin: auto;

  padding: 130px 0 120px;
}

/* =========================================================
   HERO
   ========================================================= */

.venue-sec-2-hero {
  position: relative;

  width: 100%;

  aspect-ratio: 14 / 12;

  min-height: 520px;

  overflow: hidden;

  background: #222;
}

.venue-sec-2-hero-image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position: top;

  transform: scale(1.01);

  filter: grayscale(20%);

  transition:
    transform 1s ease,
    filter 0.8s ease;
}

.venue-sec-2-hero:hover .venue-sec-2-hero-image {
  transform: scale(1.04);

  filter: grayscale(0%);
}

/* =========================================================
   HERO OVERLAY
   ========================================================= */

.venue-sec-2-hero-overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(10, 11, 10, 0.8) 0%,
    rgba(10, 11, 10, 0.4) 45%,
    rgba(10, 11, 10, 0.12) 100%
  );
}

/* =========================================================
   HERO CONTENT
   ========================================================= */

.venue-sec-2-hero-content {
  position: absolute;

  left: clamp(30px, 6vw, 90px);
  bottom: clamp(35px, 6vw, 75px);

  max-width: 700px;
}

.venue-sec-2-label {
  display: block;

  margin-bottom: 20px;

  color: #d0b16a;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.3em;

  text-transform: uppercase;
}

.venue-sec-2-title {
  margin: 0;

  color: #f4efe3;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(60px, 9vw, 80px);

  font-weight: 400;

  line-height: 0.78;

  letter-spacing: -0.05em;
}

.venue-sec-2-hero-description {
  max-width: 470px;

  margin: 28px 0 0;

  color: #c2b9aa;

  font-family: "Inter", sans-serif;

  font-size: 13px;
  font-weight: 300;

  line-height: 1.8;
}

/* =========================================================
   CONTENT
   ========================================================= */

.venue-sec-2-content {
  display: grid;

  grid-template-columns:
    minmax(350px, 0.85fr)
    minmax(500px, 1.15fr);

  gap: clamp(70px, 10vw, 160px);

  padding: 110px 0 90px;
}

/* =========================================================
   INTRO
   ========================================================= */

.venue-sec-2-intro {
  align-self: start;

  position: sticky;

  top: 100px;
}

.venue-sec-2-kicker {
  display: block;

  margin-bottom: 20px;

  color: #d0b16a;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 500;

  letter-spacing: 0.28em;

  text-transform: uppercase;
}

.venue-sec-2-heading {
  margin: 0;

  color: #d0b16a;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: clamp(40px, 7vw, 60px);

  font-weight: 400;

  line-height: 0.72;

  letter-spacing: -0.05em;
}

.venue-sec-2-heading span {
  display: block;

  margin-top: 12px;

  color: #9b9285;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 500;

  letter-spacing: 0.22em;
}

.venue-sec-2-intro-text {
  max-width: 430px;

  margin: 45px 0 0;

  color: #999186;

  font-family: "Inter", sans-serif;

  font-size: 14px;
  font-weight: 300;

  line-height: 1.9;
}

/* =========================================================
   FEATURES
   ========================================================= */

.venue-sec-2-features {
  border-top: 1px solid rgba(208, 177, 106, 0.2);
}

/* =========================================================
   FEATURE
   ========================================================= */

.venue-sec-2-feature {
  display: grid;

  grid-template-columns: 55px 1fr;

  gap: 25px;

  padding: 30px 0;

  border-bottom: 1px solid rgba(208, 177, 106, 0.2);
}

.venue-sec-2-feature-index {
  padding-top: 3px;

  color: #806b43;

  font-family: "Inter", sans-serif;

  font-size: 8px;
  font-weight: 500;

  letter-spacing: 0.12em;
}

.venue-sec-2-feature-label {
  display: block;

  margin-bottom: 8px;

  color: #81786b;

  font-family: "Inter", sans-serif;

  font-size: 8px;
  font-weight: 500;

  letter-spacing: 0.18em;

  text-transform: uppercase;
}

.venue-sec-2-feature-value {
  display: block;

  color: #e4dbcc;

  font-family: "Cormorant Garamond", Georgia, serif;

  font-size: 34px;
  font-weight: 400;

  line-height: 1;
}

.venue-sec-2-feature-description {
  max-width: 500px;

  margin: 10px 0 0;

  color: #827b71;

  font-family: "Inter", sans-serif;

  font-size: 11px;
  font-weight: 300;

  line-height: 1.7;
}

/* =========================================================
   HOVER
   ========================================================= */

.venue-sec-2-feature {
  transition:
    padding-left 0.3s ease,
    background 0.3s ease;
}

.venue-sec-2-feature:hover {
  padding-left: 12px;
}

.venue-sec-2-feature:hover .venue-sec-2-feature-value {
  color: #d0b16a;
}

/* =========================================================
   FOOTER
   ========================================================= */

.venue-sec-2-footer {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 25px;

  padding-top: 30px;
}

.venue-sec-2-footer-line {
  width: 100px;
  height: 1px;

  background: rgba(208, 177, 106, 0.4);
}

.venue-sec-2-footer-text {
  color: #806b43;

  font-family: "Inter", sans-serif;

  font-size: 8px;
  font-weight: 500;

  letter-spacing: 0.25em;

  text-transform: uppercase;

  white-space: nowrap;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  .venue-sec-2-container {
    padding: 100px 0;
  }

  .venue-sec-2-hero {
    aspect-ratio: 16 / 9;

    min-height: 450px;
  }

  .venue-sec-2-content {
    grid-template-columns: 1fr;

    gap: 70px;

    padding: 80px 0 60px;
  }

  .venue-sec-2-intro {
    position: static;
  }

  .venue-sec-2-intro-text {
    margin-top: 30px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .venue-sec-2-container {
    width: 88%;

    padding: 75px 0 70px;
  }

  .venue-sec-2-hero {
    aspect-ratio: 4 / 3;

    min-height: 0;
  }

  .venue-sec-2-hero-overlay {
    background: linear-gradient(
      to top,
      rgba(10, 11, 10, 0.85) 0%,
      rgba(10, 11, 10, 0.25) 70%
    );
  }

  .venue-sec-2-hero-content {
    left: 22px;
    right: 22px;

    bottom: 28px;
  }

  .venue-sec-2-label {
    margin-bottom: 14px;

    font-size: 8px;
  }

  .venue-sec-2-title {
    font-size: clamp(40px, 8vw, 60px);
  }

  .venue-sec-2-hero-description {
    margin-top: 20px;

    font-size: 11px;

    line-height: 1.75;
  }

  .venue-sec-2-content {
    gap: 50px;

    padding: 65px 0 45px;
  }

  .venue-sec-2-heading span {
    font-size: 8px;
  }

  .venue-sec-2-intro-text {
    margin-top: 30px;

    font-size: 12px;

    line-height: 1.85;
  }

  .venue-sec-2-feature {
    grid-template-columns: 35px 1fr;

    gap: 15px;

    padding: 24px 0;
  }

  .venue-sec-2-feature-value {
    font-size: 28px;
  }

  .venue-sec-2-feature-description {
    font-size: 10px;
  }

  .venue-sec-2-footer {
    gap: 12px;
  }

  .venue-sec-2-footer-line {
    width: 45px;
  }

  .venue-sec-2-footer-text {
    font-size: 6px;

    letter-spacing: 0.16em;
  }
}
