/* Rooms, Pricing, About, Contact, Promotion Page Styles */

.rooms-page { background: var(--black); }
.rooms-hero { position: relative; display: grid; place-items: end center; min-height: 720px; padding: 0 0 90px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/06/kr.jpg') center / cover; }
.rooms-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.rooms-hero-content { position: relative; z-index: 1; text-align: center; }
.rooms-hero-title { max-width: 1050px; margin: 0 auto 22px; font-size: clamp(43px, 5.8vw, 84px); }
.rooms-hero-content p, .rooms-final-cta p { margin: 0 0 25px; color: var(--white); font-size: 20px; text-transform: uppercase; }
.room-catalogue { padding-top: 90px; background: #333; }
.room-catalogue-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; align-items: start; }
.room-card { min-width: 0; background: var(--black); }
.room-image-button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.room-image-button img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.room-card-content { padding: 25px 20px 30px; }
.room-card h2 { margin: 0 0 18px; color: var(--yellow); font-family: Anton, Impact, sans-serif; font-size: 27px; font-weight: 400; line-height: 1.15; text-transform: uppercase; }
.room-card h2 span { display: block; margin-top: 7px; color: var(--white); font-family: Heebo, Arial, sans-serif; font-size: 16px; font-weight: 600; text-transform: none; }
.room-card p { min-height: 160px; margin: 0 0 22px; color: var(--white); font-size: 16px; line-height: 1.55; }
.room-card-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.room-card-actions .button { flex: 1 1 100px; padding-inline: 10px; font-size: 11px; }
.room-dialog { width: min(90vw, 560px); padding: 45px 25px 25px; border: 1px solid var(--yellow); background: var(--black); color: var(--white); }
.room-dialog::backdrop { background: rgba(0,0,0,.82); }
.room-dialog img { width: min(100%, 440px); margin: 0 auto; }
.room-dialog p { margin: 18px 0 0; color: var(--yellow); font-family: Anton, Impact, sans-serif; font-size: 25px; text-align: center; text-transform: uppercase; }
.room-dialog-close { position: absolute; top: 8px; right: 12px; border: 0; background: transparent; color: var(--white); font-size: 30px; cursor: pointer; }
.room-information-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; }
.room-information article + article { padding-top: 42px; }
.room-information p { margin: 0 0 22px; color: var(--white); font-size: 18px; line-height: 1.65; }
.rooms-final-cta { position: relative; display: grid; place-items: center; min-height: 558px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/06/kab9-logo-bg.jpeg') center / cover; }
.rooms-final-cta::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.rooms-final-cta .banner-content { position: relative; z-index: 1; text-align: center; }

.pricing-page { background: var(--black); }
.pricing-hero { position: relative; display: grid; place-items: end center; min-height: 720px; padding: 0 0 90px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/06/kab10.jpg') center / cover; }
.pricing-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.pricing-hero-content { position: relative; z-index: 1; text-align: center; }
.pricing-hero-title { font-size: clamp(56px, 7vw, 110px); }
.beverages-catalogue { padding-top: 90px; padding-bottom: 90px; }
.beverages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 50px 30px; align-items: start; }
.beverage-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
.beverage-card img { width: min(100%, 440px); aspect-ratio: 3 / 4; object-fit: cover; margin-bottom: 30px; }
.beverage-card-content { max-width: 440px; }
.beverage-card h2 { margin: 0 0 20px; color: var(--yellow); font-family: Anton, Impact, sans-serif; font-size: 28px; font-weight: 400; line-height: 1.15; text-transform: uppercase; }
.beverage-card p { margin: 0 0 25px; color: var(--white); font-size: 17px; line-height: 1.6; }
.pricing-final-cta { position: relative; display: grid; place-items: center; min-height: 558px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/06/kab9-logo-bg.jpeg') center / cover; }
.pricing-final-cta::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.pricing-final-cta .banner-content { position: relative; z-index: 1; text-align: center; }
.pricing-final-cta p { text-transform: uppercase; }

.about-page { background: var(--black); }
.about-hero { position: relative; display: grid; place-items: end center; min-height: 720px; padding: 0 0 90px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/06/DSC00574.jpg') center / cover; }
.about-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.about-hero-content { position: relative; z-index: 1; text-align: center; }
.about-hero-title { font-size: clamp(56px, 7vw, 110px); }
.features-section { padding-top: 90px; padding-bottom: 90px; }
.features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; align-items: start; }
.feature-card { display: flex; flex-direction: column; }
.feature-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; margin-bottom: 30px; }
.feature-card-content { padding: 0 10px; }
.feature-card h2 { margin: 0 0 20px; color: var(--yellow); font-family: Anton, Impact, sans-serif; font-size: 28px; font-weight: 400; line-height: 1.15; text-transform: uppercase; }
.feature-card p { margin: 0 0 25px; color: var(--white); font-size: 17px; line-height: 1.6; }
.minors-policy { padding-top: 90px; padding-bottom: 90px; background: #222; }
.minors-policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; }
.minors-policy-content p { margin: 0 0 18px; color: var(--white); font-size: 17px; line-height: 1.65; }
.minors-policy-content ul { margin: 0 0 18px; padding-left: 22px; color: var(--white); font-size: 17px; line-height: 1.65; }
.minors-policy-content li { margin-bottom: 8px; }
.about-final-cta { position: relative; display: grid; place-items: center; min-height: 558px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/06/kab7.jpg') center / cover; }
.about-final-cta::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.about-final-cta .banner-content { position: relative; z-index: 1; text-align: center; }

.contact-page { background: var(--black); }
.contact-hero { position: relative; display: grid; place-items: end center; min-height: 720px; padding: 0 0 90px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/06/kab3.jpg') center / cover; }
.contact-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.contact-hero-content { position: relative; z-index: 1; text-align: center; }
.contact-hero-title { font-size: clamp(48px, 6vw, 86px); line-height: 1.15; }
.contact-info-section { padding-top: 90px; padding-bottom: 90px; }
.contact-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; }
.contact-info-card h3 { margin: 0 0 20px; color: var(--yellow); font-family: Anton, Impact, sans-serif; font-size: 26px; font-weight: 400; text-transform: uppercase; }
.contact-info-card p { margin: 0 0 15px; color: var(--white); font-size: 17px; line-height: 1.65; }
.contact-note { font-size: 14px; color: var(--muted); }
.contact-phone { color: var(--yellow); font-size: 20px; font-weight: 700; }
.contact-form-section { padding-top: 90px; padding-bottom: 90px; background: #222; }
.contact-form-wrapper { max-width: 720px; margin: 0 auto; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.form-field { display: flex; flex-direction: column; }
.form-field label { margin-bottom: 8px; color: var(--white); font-size: 15px; font-weight: 600; }
.required { color: var(--yellow); }
.form-field input, .form-field textarea { padding: 12px 16px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); color: var(--white); font-family: inherit; font-size: 15px; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--yellow); border-color: var(--yellow); }
.form-field textarea { resize: vertical; min-height: 120px; }
.contact-form .button { align-self: flex-start; }
.contact-map-section { background: var(--black); }
.contact-map iframe { display: block; width: 100%; height: 450px; }
.contact-final-cta { position: relative; display: grid; place-items: center; min-height: 558px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/06/kab4.jpg') center / cover; }
.contact-final-cta::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.contact-final-cta .banner-content { position: relative; z-index: 1; text-align: center; }

.promotion-page { background: var(--black); }
.promotion-hero { position: relative; display: grid; place-items: center; min-height: 720px; padding: 0 0 90px; background: url('https://gamerepublic.com.au/wp-content/uploads/2022/07/A-7-2.jpg') center / cover; }
.promotion-hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.58); }
.promotion-hero-content { position: relative; z-index: 1; text-align: center; }
.promotion-hero-title { font-size: clamp(52px, 6.5vw, 92px); line-height: 1.15; }
.promotions-section { padding-top: 90px; padding-bottom: 90px; }
.promotions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; align-items: start; }
.promotion-card { display: flex; flex-direction: column; background: #222; }
.promotion-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.promotion-card-content { padding: 35px 30px; }
.promotion-card h3 { margin: 0 0 15px; color: var(--yellow); font-family: Anton, Impact, sans-serif; font-size: 24px; font-weight: 400; text-transform: uppercase; }
.promotion-tier { margin: 0 0 25px; color: var(--white); font-size: 28px; font-weight: 700; }
.promotion-price { display: block; margin-top: 8px; color: var(--yellow); font-size: 36px; }
.promotion-items { list-style: none; margin: 0 0 30px; padding: 0; color: var(--white); font-size: 17px; line-height: 1.8; }
.promotion-items li { margin-bottom: 10px; padding-left: 25px; position: relative; }
.promotion-items li::before { content: '\2022'; position: absolute; left: 0; color: var(--yellow); font-size: 20px; }

@media (max-width: 768px) {
  .rooms-hero { min-height: 610px; padding-bottom: 55px; }
  .rooms-hero-title { font-size: clamp(37px, 11vw, 64px); }
  .rooms-hero-content p, .rooms-final-cta p { font-size: 16px; }
  .room-catalogue { padding-top: 64px; }
  .room-catalogue-grid, .room-information-grid { grid-template-columns: 1fr; gap: 30px; }
  .room-card p { min-height: 0; }
  .room-information { padding-top: 64px; padding-bottom: 64px; }
  .room-information article + article { padding-top: 0; }
  .rooms-final-cta { min-height: 440px; }
  .pricing-hero { min-height: 610px; padding-bottom: 55px; }
  .pricing-hero-title { font-size: clamp(48px, 13vw, 74px); }
  .beverages-catalogue { padding-top: 64px; padding-bottom: 64px; }
  .beverages-grid { grid-template-columns: 1fr; gap: 40px; }
  .pricing-final-cta { min-height: 440px; }
  .about-hero { min-height: 610px; padding-bottom: 55px; }
  .about-hero-title { font-size: clamp(48px, 13vw, 74px); }
  .features-section { padding-top: 64px; padding-bottom: 64px; }
  .features-grid { grid-template-columns: 1fr; gap: 40px; }
  .minors-policy { padding-top: 64px; padding-bottom: 64px; }
  .minors-policy-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-final-cta { min-height: 440px; }
  .contact-hero { min-height: 610px; padding-bottom: 55px; }
  .contact-hero-title { font-size: clamp(38px, 10vw, 64px); }
  .contact-info-section { padding-top: 64px; padding-bottom: 64px; }
  .contact-info-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-section { padding-top: 64px; padding-bottom: 64px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-map iframe { height: 350px; }
  .contact-final-cta { min-height: 440px; }
  .promotion-hero { min-height: 610px; padding-bottom: 55px; }
  .promotion-hero-title { font-size: clamp(42px, 11vw, 72px); }
  .promotions-section { padding-top: 64px; padding-bottom: 64px; }
  .promotions-grid { grid-template-columns: 1fr; gap: 50px; }
}
