@charset "utf-8";

/* ═══════════════════════════════════════════════════════════════
   BASE STYLES  (preserved from original)
═══════════════════════════════════════════════════════════════ */
body { margin: 0; background-color: #FFFFFF; }
body, td, th {
  font-family: "Barlow", sans-serif;
  color: #333333;
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
*, *::before, *::after { box-sizing: border-box; }

a:link    { color: #E73227; text-decoration: none; }
a:visited { text-decoration: none; color: #E73227; }
a:hover   { text-decoration: none; color: #941610; }
a:active  { text-decoration: none; color: #E73227; }

h1 { font-size: 48px; font-weight: 100; }
h2 { font-size: 38px; font-weight: 300; }
h3 { font-size: 30px; font-weight: 600; }
h4 { font-size: 24px; font-weight: 300; }

/* Link colour variants */
a.blacklink:link    { color: #000000; }
a.blacklink:visited { color: #000000; }
a.blacklink:hover   { color: #E73227; }
a.blacklink:active  { color: #000000; }

a.whitelink:link    { color: #FFFFFF; }
a.whitelink:visited { color: #FFFFFF; }
a.whitelink:hover   { color: #F7B6B3; }
a.whitelink:active  { color: #FFFFFF; }

a.graylink:link    { color: #333333; }
a.graylink:visited { color: #333333; }
a.graylink:hover   { color: #E73227; }
a.graylink:active  { color: #333333; }

a.graylink6:link    { color: #666666; }
a.graylink6:visited { color: #666666; }
a.graylink6:hover   { color: #E73227; }
a.graylink6:active  { color: #666666; }

/* Font sizes */
.fontsmall    { font-size: 16px; }
.fontmedium   { font-size: 20px; }
.fontlarge    { font-size: 28px; }
.fontxtralarge  { font-size: 36px; }
.fontxtralarge2 { font-size: 42px; }

.size10 { font-size: 10px; } .size11 { font-size: 11px; }
.size12 { font-size: 12px; } .size13 { font-size: 13px; }
.size14 { font-size: 14px; } .size15 { font-size: 15px; }
.size16 { font-size: 16px; } .size17 { font-size: 17px; }
.size18 { font-size: 18px; } .size19 { font-size: 19px; }
.size20 { font-size: 20px; } .size21 { font-size: 21px; }
.size22 { font-size: 22px; } .size24 { font-size: 24px; }
.size26 { font-size: 26px; } .size28 { font-size: 28px; }
.size34 { font-size: 34px; } .size36 { font-size: 36px; }
.size40 { font-size: 40px; } .size46 { font-size: 46px; }
.size52 { font-size: 52px; } .size60 { font-size: 60px; }
.size70 { font-size: 70px; } .size90 { font-size: 90px; }

/* Colours */
.pink      { color: #E933D7; } .yellow    { color: #F5C138; }
.white     { color: #FFFFFF; } .white2    { color: #DEE2E4; }
.fadedwhite{ color: #D9E6F2; } .maroon    { color: #772825; }
.black     { color: #333333; } .red       { color: #E73227; }
.green     { color: #3C9042; } .blue      { color: #0D83C5; }
.grayblue  { color: #727B96; } .gold      { color: #C08C52; }
.gray      { color: #444444; } .gray3     { color: #333333; }
.gray6     { color: #666666; } .gray9     { color: #999999; }
.brown     { color: #B07D44; }

/* Line heights */
.spacing      { line-height: 46px; } .medspacing   { line-height: 40px; }
.lrgspacing   { line-height: 52px; } .xtralrgspacing{ line-height: 64px; }
.smallspacing { line-height: 28px; } .tinyspacing  { line-height: 24px; }

/* Utilities */
.padding         { padding: 10px; }
.responsiveimage { width: 100%; height: auto; }
.playfair        { font-family: "Playfair Display", serif; }

/* Barlow weights */
.barlow-thin        { font-family: "Barlow", sans-serif; font-weight: 100; }
.barlow-extralight  { font-family: "Barlow", sans-serif; font-weight: 200; }
.barlow-light       { font-family: "Barlow", sans-serif; font-weight: 300; }
.barlow-regular     { font-family: "Barlow", sans-serif; font-weight: 400; }
.barlow-medium      { font-family: "Barlow", sans-serif; font-weight: 500; }
.barlow-semibold    { font-family: "Barlow", sans-serif; font-weight: 600; }
.barlow-bold        { font-family: "Barlow", sans-serif; font-weight: 700; }
.barlow-extrabold   { font-family: "Barlow", sans-serif; font-weight: 800; }
.barlow-black       { font-family: "Barlow", sans-serif; font-weight: 900; }

/* ═══════════════════════════════════════════════════════════════
   HEADER / NAV
═══════════════════════════════════════════════════════════════ */
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid #ebebeb;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  min-height: 90px;
}
.site-header__logo img {
  display: block;
  width: 240px;
  height: auto;
}

/* Desktop nav */
.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}
.site-nav__list a {
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 600;
}
.btn-book {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  white-space: nowrap;
  transition: background .2s;
}
.btn-book:hover { background: #333; color: #fff; text-decoration: none; }

/* Hamburger — hidden on desktop */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.nav-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  border-radius: 2px;
  transition: all .25s;
}

/* ═══════════════════════════════════════════════════════════════
   HERO BANNER
═══════════════════════════════════════════════════════════════ */
.hero-banner {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ═══════════════════════════════════════════════════════════════
   HOME SLIDER  (advanced — crossfade + Ken Burns)
═══════════════════════════════════════════════════════════════ */
.home-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 620px;
}

/* Slides are stacked; opacity drives the crossfade */
.home-slider__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease;
  will-change: opacity, transform;
}
.home-slider__slide.is-active {
  opacity: 1;
  animation: sliderZoom 6s ease forwards;
}
@keyframes sliderZoom {
  from { transform: scale(1);    }
  to   { transform: scale(1.07); }
}

/* Dark gradient at bottom so captions remain readable */
.home-slider__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.08) 0%,
    rgba(0,0,0,.0)  35%,
    rgba(0,0,0,.55) 100%
  );
  pointer-events: none;
}

/* Caption – lives inside each slide, animates in with the slide */
.home-slider__caption {
  position: absolute;
  bottom: 80px;
  left: 64px;
  right: 200px;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease .55s, transform .8s ease .55s;
}
.home-slider__slide.is-active .home-slider__caption {
  opacity: 1;
  transform: translateY(0);
}
.home-slider__caption-title {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0,0,0,.55);
}
.home-slider__caption-link {
  display: inline-block;
  border: 2px solid rgba(255,255,255,.85);
  color: #fff;
  text-decoration: none;
  padding: 11px 32px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  transition: background .25s, color .25s, border-color .25s;
}
.home-slider__caption-link:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}

/* Arrow buttons — circle with glassmorphism */
.home-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.65);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: border-color .25s, background .25s, transform .25s;
  padding: 0;
}
.home-slider__btn:hover {
  border-color: #fff;
  background: rgba(0,0,0,.45);
  transform: translateY(-50%) scale(1.08);
}
.home-slider__btn svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-slider__btn--prev { left: 30px; }
.home-slider__btn--next { right: 30px; }

/* Dash-style dot indicators (bottom-right) */
.home-slider__dots {
  position: absolute;
  bottom: 32px;
  right: 64px;
  display: flex;
  gap: 6px;
  z-index: 20;
  align-items: center;
}
.home-slider__dots button {
  width: 24px;
  height: 3px;
  border: none;
  border-radius: 2px;
  background: rgba(255,255,255,.4);
  cursor: pointer;
  padding: 0;
  transition: background .3s, width .3s;
}
.home-slider__dots button.active {
  background: #fff;
  width: 42px;
}

/* Progress bar — thin line at very bottom */
.home-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,.15);
  z-index: 20;
}
.home-slider__progress-bar {
  height: 100%;
  width: 0%;
  background: rgba(255,255,255,.8);
}

/* Page-level banner (inner pages) */
.page-banner {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ═══════════════════════════════════════════════════════════════
   FEATURE CARDS (home – 3 column)
═══════════════════════════════════════════════════════════════ */
.feature-cards-section {
  padding: 0 3% 40px;
  background: #fff;
}
.feature-cards {
  display: flex;
  gap: 24px;
  max-width: 1600px;
  margin: 0 auto;
}
.feature-card {
  flex: 1 1 0;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.feature-card__img {
  width: 100%;
  padding-top: 75%;          /* 4:3 ratio */
  background-size: cover;
  background-position: center;
}
.feature-card__body {
  padding: 16px 14px 20px;
}
.feature-card__body p {
  font-size: 16px;
  margin: 8px 0 14px;
}
.btn-learnmore {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s;
}
.btn-learnmore:hover { background: #333; color: #fff; }

/* ═══════════════════════════════════════════════════════════════
   SERVICE CARDS (services page – 3 column)
═══════════════════════════════════════════════════════════════ */
.service-cards {
  display: flex;
  gap: 28px;
  margin-bottom: 40px;
}
.service-card { flex: 1 1 0; }
.service-card__img {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center;
}
.service-card__body { padding: 12px 0; }

/* ═══════════════════════════════════════════════════════════════
   CTA / BOOK SESSION SECTION
═══════════════════════════════════════════════════════════════ */
.cta-section { background: #fff; padding: 60px 0; }
.cta-section__inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  max-width: 85%;
  margin: 0 auto;
}
.cta-section__text { flex: 0 0 42%; }
.cta-section__form { flex: 1 1 0; }

/* ═══════════════════════════════════════════════════════════════
   PAGE CONTENT
═══════════════════════════════════════════════════════════════ */
.page-content {
  max-width: 92%;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.page-content h1 { margin-top: 0; }
.page-content img { max-width: 100%; height: auto; }

/* ═══════════════════════════════════════════════════════════════
   FORMS
═══════════════════════════════════════════════════════════════ */
.contact-form,
.cta-section__form form {
  width: 100%;
}
.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.form-row input {
  flex: 1 1 0;
  width: 100%;
}
input[type="text"],
input[type="email"],
textarea {
   font-family: "Barlow", sans-serif;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
  
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #E73227;
}
textarea { resize: vertical; }

.btn-submit {
  display: inline-block;
  background: #000;
  color: #fff;
  border: none;
  padding: 16px 36px;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: .04em;
  transition: background .2s;
}
.btn-submit:hover { background: #333; }

.form-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 16px;
}

/* CP form */
.cp-form { max-width: 800px; margin: 0 auto; }
.cp-form__inner { text-align: left; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════ */
footer { margin-top: 0; }

.footer-logo-band {
  background: #000;
  text-align: center;
  padding: 40px 20px;
}
.footer-logo-band img { max-width: 100%; height: auto; }

.footer-social-band {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 20px;
}
.footer-social-band img { display: block; max-height: 67px; width: auto; }
.footer-divider { opacity: .4; }
.footer-social-icons { display: flex; gap: 12px; align-items: center; }

.footer-nav-band {
  background: #000;
  text-align: center;
  padding: 14px 20px;
  font-size: 15px;
}

.footer-copy-band {
  background: #fff;
  text-align: center;
  padding: 20px 20px;
}
.footer-copy-band p { margin: 6px 0; }

/* Sitemap list */
.sitemap-list { list-style: disc; padding-left: 30px; line-height: 2; }
.sitemap-list a { color: #E73227; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET  (≤ 1024px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  h1 { font-size: 36px; }
  h2 { font-size: 28px; }

  .hero-banner  { height: 420px; }
  .home-slider  { height: 480px; }
  .page-banner  { height: 220px; }
  .home-slider__caption-title { font-size: 30px; }
  .home-slider__caption { left: 44px; right: 140px; bottom: 64px; }

  .site-nav__list { gap: 16px; }
  .site-nav__list a { font-size: 13px; }

  .feature-cards-section { padding: 0 2% 30px; }
  .feature-cards         { gap: 16px; }

  .cta-section__inner { gap: 36px; max-width: 92%; }

  .service-cards { gap: 18px; }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE  (≤ 768px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* ── Header ── */
  .site-header__inner {
    padding: 0 16px;
    min-height: 68px;
    flex-wrap: wrap;
  }
  .site-header__logo img { width: 180px; }

  .nav-toggle { display: flex; }

  /* Nav slides down when open */
  .site-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 16px 16px 20px;
    gap: 0;
  }
  .site-nav.is-open { display: flex; }

  .site-nav__list {
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  .site-nav__list li {
    border-bottom: 1px solid #f0f0f0;
  }
  .site-nav__list a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
  }
  .btn-book {
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }

  /* ── Banners ── */
  .hero-banner  { height: 260px; }
  .home-slider  { height: 300px; }
  .page-banner  { height: 160px; }
  .home-slider__caption { left: 20px; right: 70px; bottom: 44px; }
  .home-slider__caption-title { font-size: 20px; margin-bottom: 10px; }
  .home-slider__btn { width: 40px; height: 40px; }
  .home-slider__btn--prev { left: 10px; }
  .home-slider__btn--next { right: 10px; }
  .home-slider__dots { right: 20px; bottom: 20px; }

  /* ── Feature cards – stack vertically ── */
  .feature-cards { flex-direction: column; gap: 24px; padding: 24px 4%; }
  .feature-card  { width: 100%; }
  .feature-card__img { padding-top: 60%; }

  /* ── CTA section – stack vertically ── */
  .cta-section { padding: 36px 0; }
  .cta-section__inner {
    flex-direction: column;
    gap: 28px;
    max-width: 92%;
  }
  .cta-section__text { flex: none; width: 100%; }

  /* ── Service cards – stack ── */
  .service-cards { flex-direction: column; gap: 32px; }
  .service-card  { width: 100%; }
  .service-card__img { padding-top: 65%; }

  /* ── Forms ── */
  .form-row { flex-direction: column; gap: 0; }
  .form-row input { width: 100%; }

  /* ── Typography ── */
  h1 { font-size: 28px; }
  h2 { font-size: 22px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }

  /* ── Footer ── */
  .footer-social-band  { gap: 16px; flex-direction: column; text-align: center; }
  .footer-divider      { display: none; }
  .footer-nav-band     { font-size: 13px; line-height: 2; }
  .footer-logo-band img { max-width: 80%; }
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE  (≤ 480px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .site-header__logo img { width: 150px; }
  .hero-banner  { height: 200px; }
  .home-slider  { height: 220px; }
  .page-banner  { height: 130px; }
  .home-slider__caption-title { font-size: 16px; }
  .home-slider__caption-link  { display: none; }
  h1 { font-size: 24px; }
  .btn-submit { width: 100%; text-align: center; }
  .footer-nav-band { font-size: 12px; }
}

/* ═══════════════════════════════════════════════════════════════
   GALLERY GRID  (sports & travel listing pages)
═══════════════════════════════════════════════════════════════ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.gallery-tile {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #e0e0e0;
  transition: box-shadow .2s, transform .2s;
}
.gallery-tile:hover { box-shadow: 0 4px 18px rgba(0,0,0,.18); transform: translateY(-2px); }

.gallery-tile__thumb {
  width: 100%;
  padding-top: 100%;   /* 1:1 square */
  background-size: cover;
  background-position: center;
  position: relative;
}
.gallery-tile__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 10px;
  transition: background .2s;
}
.gallery-tile:hover .gallery-tile__overlay { background: rgba(0,0,0,.25); }

.gallery-tile__count {
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 3px;
  opacity: 0;
  transition: opacity .2s;
}
.gallery-tile:hover .gallery-tile__count { opacity: 1; }

.gallery-tile__caption {
  padding: 12px 10px 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.gallery-tile__name {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}
.gallery-tile__desc {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── Gallery back link ────────────────────────────────────────────────────── */
.gallery-back { margin-bottom: 6px; font-size: 15px; }

/* ═══════════════════════════════════════════════════════════════
   PHOTO GRID  (single gallery page — square thumbnails, 5px border)
═══════════════════════════════════════════════════════════════ */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0;
  margin-top: 20px;
}
.photo-cell {
  all: unset;
  cursor: pointer;
  display: block;
  padding: 5px;           /* 5px white border as specified */
  background: #fff;
  box-sizing: border-box;
  transition: opacity .2s;
}
.photo-cell:hover { opacity: .85; }
.photo-cell__inner {
  width: 100%;
  padding-top: 100%;      /* force 1:1 square */
  background-size: cover;
  background-position: center;
  border-radius: 1px;
}

/* ═══════════════════════════════════════════════════════════════
   LIGHTBOX
═══════════════════════════════════════════════════════════════ */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox[hidden] { display: none; }

.lightbox__stage {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.lightbox__img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 2px;
  display: block;
}
.lightbox__caption {
  color: #ddd;
  font-size: 14px;
  text-align: center;
  margin: 0;
  min-height: 20px;
}
.lightbox__counter {
  color: #888;
  font-size: 13px;
  margin: 0;
}

/* Close / prev / next buttons */
.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: fixed;
  background: rgba(255,255,255,.1);
  border: none;
  color: #fff;
  cursor: pointer;
  transition: background .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover { background: rgba(255,255,255,.25); }

.lightbox__close {
  top: 18px; right: 20px;
  width: 44px; height: 44px;
  font-size: 28px;
  line-height: 1;
}
.lightbox__prev,
.lightbox__next {
  top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px;
  font-size: 36px;
}
.lightbox__prev { left: 16px; }
.lightbox__next { right: 16px; }

/* ── Form error inline ───────────────────────────────────────────────────── */
.form-error         { background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:10px 14px;margin-bottom:14px;font-size:15px; }
.form-error-inline  { color:#E73227;font-size:13px;margin:4px 0 0; }

/* ── Responsive gallery ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .photo-grid { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }
  .lightbox__prev { left: 6px;  width: 40px; height: 40px; font-size: 26px; }
  .lightbox__next { right: 6px; width: 40px; height: 40px; font-size: 26px; }
  .gallery-grid   { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
}
@media (max-width: 480px) {
  .photo-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

/* ═══════════════════════════════════════════════════════════════
   PAYMENT METHOD CARDS
═══════════════════════════════════════════════════════════════ */
.payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  margin: 32px 0;
}
.payment-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: box-shadow .2s, transform .2s;
}
.payment-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.12); transform: translateY(-2px); }
.payment-card__icon { font-size: 40px; line-height: 1; }
.payment-card h3    { margin: 0; font-size: 20px; font-weight: 600; }
.payment-card p     { margin: 0; line-height: 1.5; flex: 1; }

@media (max-width: 600px) {
  .payment-methods { grid-template-columns: 1fr 1fr; gap: 14px; }
  .payment-card    { padding: 20px 14px; }
  .payment-card__icon { font-size: 30px; }
  .payment-card h3    { font-size: 17px; }
}
@media (max-width: 400px) {
  .payment-methods { grid-template-columns: 1fr; }
}
