.zonePlace.zoneContent {
    padding: 0px !important;
}
.zonePlace.zoneContent div#id_Content {
    max-width: 1920px !important;
}
.zonePlace.zoneContent div#id_Content div {
    padding: 0px;
}
footer.svm-footer .footer-container {
    max-width: 1450px !important;
    padding: 50px 20px !important;
}
.footer-bottom {
    padding: 30px 0px !important;
}
div#id_F1WusyB {
    margin: 0px;
}

.hero-section {
  position: relative;
  min-height: 820px;
  background: url("https://www.svmfoundation.org/resources/SiteAlbums/205238840/preview/Gemini_Generated_Image_b5vy28b5vy28b5vy.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px;
  overflow: hidden;
  font-family: "Inter", Arial, sans-serif;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.58)),
    linear-gradient(to top, rgba(0,0,0,0.42), rgba(0,0,0,0.05));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1020px;
  text-align: center;
  color: #fff;
}

.hero-content h4 {
  margin: 0 0 20px;
  color: #A81F1F;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 4px 8px rgba(0,0,0,0.35);
}

.hero-subtitle {
  margin: 0 0 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-content h1 {
  margin: 0;
  color: #fff;
  font-size: 78px;
  line-height: 1.03;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-content h1 span {
  color: #8A9A5B;
}

.hero-text {
  max-width: 780px;
  margin: 25px auto 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
}

.hero-buttons {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.hero-btn {
  min-width: 230px;
  padding: 18px 28px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.hero-btn.green {
  background: #8A9A5B;
}

.hero-btn.red {
  background: #A81F1F;
}

.hero-btn.outline {
  background: transparent;
  border: 2px solid #fff;
}

.hero-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section {
    min-height: 720px;
    padding: 100px 20px;
  }

  .hero-content h4 {
    font-size: 42px;
  }

  .hero-content h1 {
    font-size: 54px;
  }

  .hero-text {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .hero-section {
    min-height: 650px;
    padding: 80px 16px;
  }

  .hero-content h4 {
    font-size: 34px;
  }

  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 2.5px;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-buttons {
    gap: 14px;
    margin-top: 35px;
  }

  .hero-btn {
    width: 100%;
    min-width: auto;
  }
}



/* =========================
   Journey Section
========================= */

.journey-section {
  background: #FEFBD6;
  padding: 95px 20px 78px;
  font-family: "Inter", Arial, sans-serif;
}

.journey-container {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 70px;
  align-items: center;
}

.journey-content {
  max-width: 440px;
}

.journey-label-wrap {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 26px;
}

.journey-line {
  width: 32px;
  height: 2px;
  background: #88974F;
}

.journey-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 5px;
  color: #88974F;
  text-transform: uppercase;
}

.journey-title {
  margin: 0 0 34px;
  font-size: 54px;
  line-height: 0.95;
  font-weight: 800;
  color: #36475F;
  letter-spacing: -1.5px;
}

.journey-title span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 52px;
  color: #36475F;
}

.journey-info-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-bottom: 48px;
}

.journey-info-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.journey-icon {
  width: 22px;
  height: 22px;
  color: #88974F;
  flex-shrink: 0;
  margin-top: 2px;
}

.journey-icon svg {
  width: 100%;
  height: 100%;
}

.journey-info-text h4 {
  margin: 0 0 10px;
  font-size: 13px;
  letter-spacing: 2.4px;
  font-weight: 900;
  color: #28384F;
  text-transform: uppercase;
}

.journey-info-text p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
  color: #4A4A4A;
}

.journey-note {
  display: inline-block;
  margin-top: 4px;
  font-size: 15px;
  font-style: italic;
  color: #000;
}

.journey-contact-box {
  background: #ECE5DE;
  border-left: 4px solid #88974F;
  border-radius: 8px;
  padding: 29px 36px;
  max-width: 440px;
}

.journey-contact-box h5 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 800;
  color: #28384F;
}

.journey-contact-box a {
  font-size: 18px;
  font-weight: 800;
  color: #88974F;
  text-decoration: none;
}

.journey-map-card {
  border-radius: 14px;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.08);
}

.journey-map-card iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}

.journey-map-accent {
  height: 7px;
  background: #88974F;
}

.journey-contact-box {
    padding: 20px !important;
}
.vaaki-card-content {
    padding: 30px !important;
}
/* Responsive */
@media (max-width: 1100px) {
  .journey-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .journey-content {
    max-width: 100%;
  }

  .journey-title {
    font-size: 46px;
  }

  .journey-title span {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .journey-section {
    padding: 65px 16px;
  }

  .journey-title {
    font-size: 39px;
  }

  .journey-title span {
    font-size: 39px;
  }

  .journey-map-card iframe {
    height: 360px;
  }
}

@media (max-width: 480px) {
  .journey-title {
    font-size: 32px;
  }

  .journey-title span {
    font-size: 32px;
  }

  .journey-info-text p {
    font-size: 16px;
  }

  .journey-contact-box {
    padding: 24px;
  }

  .journey-map-card iframe {
    height: 300px;
  }
}

/* ===============================
   Va'aki Events Section
================================== */

.vaaki-events-section {
  background: #FEFBD6;
  padding: 75px 20px 95px;
  font-family: "Inter", Arial, sans-serif;
  color: #2e3f56;
}

.vaaki-container {
  max-width: 1250px;
  margin: 0 auto;
}

.vaaki-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.vaaki-title {
  margin: 0;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #31455d;
}

.vaaki-title span {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  color: #3d4350;
}

.vaaki-subtitle {
  margin: 18px 0 0;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #7f8792;
  font-weight: 800;
}

.vaaki-calendar-link {
  text-decoration: none;
  color: #88974F;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.vaaki-calendar-link:hover {
  color: #A81F1F;
}

.vaaki-divider {
  height: 1px;
  background: #dfd4bf;
  margin: 26px 0 44px;
}

.vaaki-grid {
  display: grid;
  grid-template-columns: 0.98fr 0.9fr 0.9fr;
  grid-template-areas:
    "featured image image"
    "featured info quote";
  gap: 22px;
}

.vaaki-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

/* Featured Card */
.vaaki-card-featured {
  grid-area: featured;
  height: 590px;
  background: #ccc;
}

.vaaki-card-featured .vaaki-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vaaki-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.28) 48%,
    rgba(0, 0, 0, 0.03) 100%
  );
}

.vaaki-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 30px 32px;
  z-index: 2;
}

.vaaki-badge {
  display: inline-block;
  background: #B85C38;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}

.vaaki-card-featured h3 {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 1.12;
  color: #fff;
  font-weight: 900;
}

.vaaki-card-featured p {
  margin: 0;
  max-width: 92%;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}

.vaaki-btn {
  display: inline-block;
  margin-top: 22px;
  background: #fff;
  color: #28384F;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vaaki-btn:hover {
  background: #A81F1F;
  color: #fff;
}

/* Top Image */
.vaaki-card-imageonly {
  grid-area: image;
  height: 295px;
  background: #ddd;
}

.vaaki-card-imageonly .vaaki-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info Card */
.vaaki-card-info {
  grid-area: info;
  background: #fbfaf8;
  border: 1px solid #ead8cc;
  padding: 35px 34px;
  min-height: 203px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vaaki-date {
  margin-bottom: 16px;
  color: #C05C37;
  font-size: 15px;
  font-weight: 800;
}

.vaaki-card-info h3 {
  margin: 0 0 16px;
  color: #000;
  font-size: 22px;
  line-height: 1.38;
  font-weight: 900;
}

.vaaki-card-info p {
  margin: 0;
  color: #8c929b;
  font-size: 16px;
  line-height: 1.6;
  max-width: 90%;
}

/* Quote Card */
.vaaki-card-quote {
  grid-area: quote;
  background: #5b5b5d;
  min-height: 203px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.vaaki-quote-inner {
  text-align: center;
  max-width: 86%;
}

.vaaki-quote {
  margin: 0 0 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.38;
  font-weight: 600;
}

.vaaki-quote-label {
  display: block;
  color: rgba(255,255,255,0.65);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1100px) {
  .vaaki-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "featured featured"
      "image image"
      "info quote";
  }

  .vaaki-card-featured {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .vaaki-events-section {
    padding: 55px 16px;
  }

  .vaaki-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .vaaki-title {
    font-size: 36px;
  }

  .vaaki-subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .vaaki-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "featured"
      "image"
      "info"
      "quote";
  }

  .vaaki-card-featured {
    height: 450px;
  }

  .vaaki-card-imageonly {
    height: 240px;
  }
}

@media (max-width: 480px) {
  .vaaki-title {
    font-size: 30px;
  }

  .vaaki-card-featured {
    height: 400px;
  }

  .vaaki-card-featured h3 {
    font-size: 23px;
  }
}

.heritage-section {
  background: #FEFBD6;
  padding: 60px 20px 80px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.heritage-note-wrap {
  max-width: 1200px;
  margin: 0 auto 70px;
}

.heritage-note {
  background: #F7F2EA;
  border-left: 3px solid #88974F;
  border-radius: 14px;
  padding: 22px 24px;
  color: #000;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  padding: 20px !important;
}

.heritage-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 55px;
  align-items: center;
}

.heritage-image img {
  width: 100%;
  height: 705px;
  object-fit: cover;
  display: block;
}

.heritage-label {
  color: #88974F;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.heritage-content h2 {
  margin: 0 0 28px;
  color: #3F4550;
  font-size: 37px;
  line-height: 1.18;
  font-weight: 900;
  text-transform: uppercase;
}

.heritage-text {
  margin: 0 0 36px;
  color: #303846;
  font-size: 16px;
  line-height: 1.55;
  max-width: 650px;
}

.heritage-quote-box {
  border-top: 1px solid #DED3BC;
  border-bottom: 1px solid #DED3BC;
  padding: 42px 0 34px !important;
  margin-bottom: 38px;
}

.heritage-quote {
  margin: 0 0 26px;
  color: #3F4550;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.55;
  font-weight: 700;
  font-style: italic;
}

.heritage-mission {
  margin: 0;
  color: #88974F;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heritage-small {
  margin: 0 0 35px;
  color: #66707A;
  font-size: 14px;
  line-height: 1.55;
  max-width: 650px;
}

.heritage-link {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  color: #1F2933;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.heritage-link:hover {
  color: #A81F1F;
}

.heritage-link span {
  font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  .heritage-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .heritage-image img {
    height: 500px;
  }

  .heritage-content h2 {
    font-size: 32px;
  }

  .heritage-quote {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  .heritage-section {
    padding: 45px 16px 60px;
  }

  .heritage-note-wrap {
    margin-bottom: 45px;
  }

  .heritage-note {
    font-size: 12px;
    padding: 18px;
  }

  .heritage-image img {
    height: 350px;
  }

  .heritage-content h2 {
    font-size: 26px;
  }

  .heritage-quote {
    font-size: 21px;
  }

  .heritage-label,
  .heritage-mission {
    letter-spacing: 2.5px;
  }
}

.protect-section {
  background: #FEFBD6;
  padding: 95px 20px 90px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.protect-container {
  max-width: 1130px;
  margin: 0 auto;
}

.protect-heading {
  text-align: center;
  margin-bottom: 46px;
}

.protect-heading h2 {
  margin: 0 0 14px;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 900;
  color: #3F4550;
}

.protect-heading h2 span {
  color: #88974F;
}

.protect-heading p {
  margin: 0;
  font-size: 16px;
  color: #222;
}

.protect-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 25px;
  margin-bottom: 34px;
}

.membership-card {
  background: #F7F2EA;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 34px 34px 36px !important;
}

.membership-card h3,
.donation-card h3 {
  margin: 0 0 22px;
  font-size: 29px;
  line-height: 1.2;
  font-weight: 900;
}

.membership-card h3 {
  color: #000;
}

.membership-card p {
  max-width: 560px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.45;
  color: #263241;
}

.price-row {
  display: flex;
  gap: 0;
  margin: 30px 0 46px;
}

.price-item {
  min-width: 125px;
  padding: 7px 26px !important;
  border-left: 1px solid #88974F;
}

.price-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: #000;
  font-weight: 900;
}

.price-item span {
  display: block;
  font-size: 10px;
  color: #606975;
  font-weight: 800;
  text-transform: uppercase;
}

.member-btn {
  display: inline-block;
  background: #88974F;
  color: #fff;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.donation-card {
  background: #4F4F4F;
  border-radius: 8px;
  padding: 35px 34px !important;
  color: #fff;
}

.impact-label {
  display: block;
  margin-bottom: 18px;
  color: #A81F1F;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.donation-card h3 {
  color: #fff;
  margin-bottom: 42px;
}

.donation-card p {
  margin: 0 0 46px;
  max-width: 310px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
}

.donation-btn {
  display: block;
  background: #A81F1F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.protect-note {
  border: 1px solid #4A4A4A;
  border-radius: 6px;
  padding: 28px 26px !important;
  font-size: 16px;
  color: #263241;
}

/* Responsive */
@media (max-width: 900px) {
  .protect-grid {
    grid-template-columns: 1fr;
  }

  .protect-heading h2 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .protect-section {
    padding: 65px 16px !important;
  }

  .protect-heading h2 {
    font-size: 31px;
  }

  .membership-card,
  .donation-card {
    padding: 28px 22px;
  }

  .price-row {
    flex-direction: column;
    gap: 14px;
  }

  .price-item {
    padding: 10px 18px !important;
  }

  .member-btn {
    text-align: center;
  }
}

[class^="WaGadget"] {
    margin-bottom: 0px;
}

.museum-gallery-section {
  background: #FEFBD6;
  padding: 60px 20px 80px !important;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.gallery-container {
  max-width: 1250px;
  margin: 0 auto;
}

.gallery-heading {
  text-align: center;
  margin-bottom: 35px;
}

.gallery-heading p {
  margin: 0 0 8px;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gallery-heading h2 {
  margin: 0;
  color: #3F4550;
  font-size: 46px;
  line-height: 1.1;
  font-weight: 900;
}

.gallery-heading h2 span {
  color: #88974F;
}

.gallery-masonry {
  column-count: 4;
  column-gap: 8px;
}

.gallery-masonry img {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 9px;
  display: block;
  break-inside: avoid;
  object-fit: cover;
  transition: 0.3s ease;
}

.gallery-masonry img:hover {
  transform: scale(1.02);
  filter: brightness(0.9);
}

.gallery-btn-wrap {
  text-align: center;
  margin-top: 62px;
}

.gallery-btn {
  display: inline-block;
  border: 1px solid #88974F;
  color: #88974F;
  background: transparent;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-btn:hover {
  background: #A81F1F;
  border-color: #A81F1F;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-container {
    max-width: 720px;
  }

  .gallery-masonry {
    column-count: 3;
  }
}

@media (max-width: 600px) {
  .museum-gallery-section {
    padding: 45px 16px 60px;
  }

  .gallery-heading h2 {
    font-size: 28px;
  }

  .gallery-masonry {
    column-count: 2;
  }

  .gallery-btn-wrap {
    margin-top: 40px;
  }
}

@media (max-width: 420px) {
  .gallery-masonry {
    column-count: 1;
  }
}


.about-hero {
  position: relative;
  min-height: 500px;
  background-image: url("https://www.svmfoundation.org/resources/SiteAlbums/205238840/IMG_2438.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "Inter", Arial, sans-serif;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
}

.about-hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-hero h1 {
  max-width: 1180px;
  margin: 0;
  color: #ffffff;
  font-size: 86px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
}

/* Responsive */
@media (max-width: 1200px) {
  .about-hero {
    min-height: 450px;
  }

  .about-hero h1 {
    font-size: 68px;
  }
}

@media (max-width: 768px) {
  .about-hero {
    min-height: 360px;
  }

  .about-hero h1 {
    font-size: 44px;
    letter-spacing: -1px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    min-height: 300px;
  }

  .about-hero h1 {
    font-size: 32px;
    line-height: 1.15;
  }
}

.mission-cta {
  background: #FEFBD6;
  padding: 42px 20px 48px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.mission-cta-container {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

.mission-text {
  max-width: 950px;
  margin: 0 auto;
  color: #4A4A4A;
  font-size: 34px;
  line-height: 1.55;
  font-weight: 400;
}

.mission-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  min-width: 280px;
  height: 64px;
  background: #A81F1F;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.mission-btn:hover {
  background: #861818;
  transform: translateY(-2px);
}

.mission-divider {
  width: 100%;
  height: 1px;
  background: #E1D8BE;
  margin-top: 62px;
}

/* Responsive */
@media (max-width: 991px) {
  .mission-text {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .mission-cta {
    padding: 35px 16px 42px;
  }

  .mission-text {
    font-size: 22px;
    line-height: 1.5;
  }

  .mission-btn {
    min-width: 220px;
    height: 56px;
  }

  .mission-divider {
    margin-top: 48px;
  }
}

.foundation-section {
  background: #FEFBD6;
  padding: 105px 20px 70px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.foundation-container {
  max-width: 1260px;
  margin: 0 auto;
}

.foundation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.foundation-content h2 {
  margin: 0 0 28px;
  color: #4A4A4A;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.foundation-content h3 {
  margin: 0 0 35px;
  color: #4A4A4A;
  font-size: 44px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
}

.foundation-content h3 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
  color: #2F2F2F;
}

.foundation-content h3 span {
  color: #8A9A5B;
}

.foundation-content p {
  max-width: 610px;
  margin: 0;
  color: #4A4A4A;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 400;
}

.foundation-image {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0,0,0,0.08);
}

.foundation-image img {
  width: 100%;
  height: 595px;
  object-fit: cover;
  display: block;
}

.foundation-divider {
  height: 1px;
  background: #DED8BD;
  margin-top: 55px;
}

/* Responsive */
@media (max-width: 991px) {
  .foundation-section {
    padding: 70px 18px 55px;
  }

  .foundation-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .foundation-content h2 {
    font-size: 42px;
  }

  .foundation-content h3 {
    font-size: 34px;
  }

  .foundation-content p {
    font-size: 17px;
  }

  .foundation-image img {
    height: 430px;
  }
}

@media (max-width: 600px) {
  .foundation-section {
    padding: 55px 16px 45px;
  }

  .foundation-content h2 {
    font-size: 32px;
  }

  .foundation-content h3 {
    font-size: 28px;
  }

  .foundation-content p {
    font-size: 16px;
  }

  .foundation-image img {
    height: 300px;
  }
}

.overview-section {
  background: #FEFBD6;
  padding: 70px 20px 65px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.overview-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 32px;
  align-items: center;
}

.overview-image img {
  width: 100%;
  max-width: 610px;
  height: 500px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.overview-content {
  max-width: 640px;
  padding-left: 0;
}

.overview-content h2 {
  margin: 0 0 24px;
  color: #3F4550;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
}

.overview-content p {
  margin: 0 0 22px;
  color: #263241;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
  .overview-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .overview-image img {
    max-width: 100%;
    height: 420px;
  }

  .overview-content h2 {
    font-size: 34px;
  }

  .overview-content p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .overview-section {
    padding: 50px 16px;
  }

  .overview-image img {
    height: 300px;
  }

  .overview-content h2 {
    font-size: 30px;
  }

  .overview-content p {
    font-size: 16px;
  }
}

.mission-statement-section {
  background: #FEFBD6;
  padding: 76px 20px 70px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.mission-statement-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.mission-statement-content h2 {
  margin: 0 0 24px;
  color: #3F4550;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 900;
}

.mission-statement-content p {
  max-width: 680px;
  margin: 0;
  color: #263241;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 400;
}

.mission-statement-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .mission-statement-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .mission-statement-content h2 {
    font-size: 34px;
  }

  .mission-statement-content p {
    font-size: 18px;
  }

  .mission-statement-image img {
    height: 400px;
  }
}

@media (max-width: 600px) {
  .mission-statement-section {
    padding: 55px 16px;
  }

  .mission-statement-content h2 {
    font-size: 30px;
  }

  .mission-statement-content p {
    font-size: 16px;
  }

  .mission-statement-image img {
    height: 300px;
  }
}

.board-section {
  background: #FEFBD6;
  padding: 85px 20px 95px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.board-container {
  max-width: 1420px;
  margin: 0 auto;
}

.board-container h2 {
  margin: 0 0 42px;
  text-align: center;
  color: #3F4550;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.board-card {
  min-height: 145px;
  background: #fff;
  padding: 35px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.board-card h3 {
  margin: 0 0 14px;
  color: #62B5E5;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.board-card p {
  margin: 0 0 8px;
  color: #62B5E5;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.board-card p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .board-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .board-section {
    padding: 60px 16px;
  }

  .board-container h2 {
    font-size: 32px;
  }

  .board-grid {
    grid-template-columns: 1fr;
  }

  .board-card {
    min-height: 130px;
  }
}

.history-section {
  background: #FEFBD6;
  padding: 72px 20px 80px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.history-container {
  max-width: 1280px;
  margin: 0 auto;
}

.history-header {
  margin-bottom: 42px;
}

.history-header p {
  margin: 0 0 18px;
  color: #7E775F;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.history-header h2 {
  margin: 0;
  color: #3F3A35;
  font-size: 66px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -2.5px;
}

.history-header h2 span {
  color: #8A9A5B;
  font-weight: 800;
}

.history-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.history-card {
  background: #F8F5F0;
  border: 1px solid #E2D9C6;
  border-radius: 18px;
  min-height: 415px;
  padding: 38px 36px 34px;
  text-align: center;
  box-shadow: 0 18px 35px rgba(0,0,0,0.06);
}

.history-icon {
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #F1E7D2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.history-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.history-card h3 {
  margin: 0 0 22px;
  color: #3F3A35;
  font-size: 39px;
  line-height: 1.1;
  font-weight: 900;
}

.history-card p {
  margin: 0;
  color: #303846;
  font-size: 18px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .history-header h2 {
    font-size: 48px;
  }

  .history-grid {
    grid-template-columns: 1fr;
  }

  .history-card {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .history-section {
    padding: 55px 16px;
  }

  .history-header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .history-card {
    padding: 30px 22px;
  }

  .history-card h3 {
    font-size: 30px;
  }

  .history-card p {
    font-size: 16px;
  }
}
.history-card {
    padding: 30px 20px 0px !important;
}

.what-we-do-section {
  background: #FEFBD6;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
  border-bottom: 6px solid #8A9A5B;
  overflow: hidden;
}

.what-we-do-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 755px;
}

.what-we-do-image {
  position: relative;
  overflow: hidden;
}

.what-we-do-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(254, 251, 214, 0) 0%,
    rgba(254, 251, 214, 0.25) 60%,
    rgba(254, 251, 214, 1) 100%
  );
}

.what-we-do-image img {
  width: 100%;
  height: 100%;
  min-height: 755px;
  object-fit: cover;
  display: block;
}

.what-we-do-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 80px 80px 45px;
  max-width: 740px;
}

.what-we-do-content h2 {
  margin: 0 0 24px;
  color: #3F3A35;
  font-size: 78px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -3px;
}

.what-we-do-content h2 span {
  color: #8A9A5B;
}

.what-we-do-content h3 {
  margin: 0 0 28px;
  color: #3F3A35;
  font-size: 46px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -1px;
}

.what-we-do-content h3 span {
  color: #8A9A5B;
  font-weight: 800;
}

.what-we-do-content p {
  margin: 0 0 38px;
  color: #303846;
  font-size: 21px;
  line-height: 1.65;
  max-width: 650px;
}

.what-we-do-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  background: #A81F1F;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.what-we-do-btn:hover {
  background: #861818;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .what-we-do-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .what-we-do-image img {
    min-height: 380px;
  }

  .what-we-do-image::after {
    background: linear-gradient(
      180deg,
      rgba(254, 251, 214, 0) 0%,
      rgba(254, 251, 214, 0.35) 65%,
      rgba(254, 251, 214, 1) 100%
    );
  }

  .what-we-do-content {
    max-width: 100%;
    padding: 45px 26px 60px;
  }

  .what-we-do-content h2 {
    font-size: 54px;
  }

  .what-we-do-content h3 {
    font-size: 34px;
  }

  .what-we-do-content p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .what-we-do-image img {
    min-height: 280px;
  }

  .what-we-do-content h2 {
    font-size: 40px;
  }

  .what-we-do-content h3 {
    font-size: 28px;
  }

  .what-we-do-content p {
    font-size: 16px;
  }

  .what-we-do-btn {
    width: 100%;
  }
}

.plan-hero {
  position: relative;
  min-height: 500px;
  background-image: url("https://minifydesigns.com/museum/wp-content/uploads/2026/04/IMG_2454.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: "Inter", Arial, sans-serif;
}

.plan-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.plan-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.plan-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 92px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.plan-intro {
  position: relative;
  background: #FEFBD6;
  padding: 78px 20px 90px;
  font-family: "Inter", Arial, sans-serif;
}

.plan-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 100%;
  background-image: radial-gradient(circle, #D9CEC2 2px, transparent 2.3px);
  background-size: 18px 13px;
  opacity: 0.9;
}

.plan-intro-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.plan-intro p {
  margin: 0;
  color: #4A4A4A;
  font-size: 34px;
  line-height: 1.9;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
  .plan-hero {
    min-height: 390px;
  }

  .plan-hero h1 {
    font-size: 64px;
  }

  .plan-intro p {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .plan-hero {
    min-height: 300px;
  }

  .plan-hero h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .plan-intro {
    padding: 55px 16px 60px;
  }

  .plan-intro p {
    font-size: 20px;
    line-height: 1.7;
  }
}

.visit-overview-section {
  background: #FEFBD6;
  padding: 105px 20px 55px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.visit-overview-container {
  max-width: 1210px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 90px;
  align-items: center;
}

.visit-overview-content h2 {
  margin: 0 0 28px;
  color: #3F4550;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.visit-overview-content p {
  margin: 0;
  max-width: 610px;
  color: #303846;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
}

.visit-overview-image {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.visit-overview-image img {
  width: 100%;
  height: 595px;
  object-fit: cover;
  display: block;
}

.visit-overview-divider {
  max-width: 1210px;
  height: 1px;
  background: #DED8BD;
  margin: 62px auto 0;
}

/* Responsive */
@media (max-width: 991px) {
  .visit-overview-section {
    padding: 70px 18px 45px;
  }

  .visit-overview-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .visit-overview-content h2 {
    font-size: 42px;
  }

  .visit-overview-content p {
    font-size: 18px;
  }

  .visit-overview-image img {
    height: 420px;
  }
}

@media (max-width: 600px) {
  .visit-overview-section {
    padding: 55px 16px 40px;
  }

  .visit-overview-content h2 {
    font-size: 34px;
  }

  .visit-overview-content p {
    font-size: 16px;
  }

  .visit-overview-image img {
    height: 300px;
  }
}

/* =========================
   RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #fefbd6;
  color: #413c36;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   ROOT VARIABLES
========================= */
:root {
  --heading-font: "Inter", sans-serif;
  --text-font: "Poppins", sans-serif;

  --bg-section: #fefbd6;
  --text-dark: #3f3a35;
  --text-body: #4a443d;
  --olive: #8a9260;
  --divider: #d5cfba;
  --button-red: #a12d25;
  --button-red-dark: #8f261f;
  --button-text: #f8f1e8;

  --container-width: 1160px;
  --radius-btn: 12px;
}

/* =========================
   MAIN SECTION
========================= */
.museum-guidelines {
  position: relative;
  background: var(--bg-section);
  padding: 68px 20px 58px;
  overflow: hidden;
}

.museum-guidelines::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(63, 58, 53, 0.04) 0.75px, transparent 0.75px);
  background-size: 7px 7px;
  opacity: 0.35;
  pointer-events: none;
}

.museum-guidelines__container {
  position: relative;
  z-index: 2;
  max-width: 1340px !important;
  margin: 0 auto;
}

.museum-guidelines__line {
  width: 100%;
  height: 1px;
  background: var(--divider);
}

.museum-guidelines__line--bottom {
  margin-top: 54px;
}

.museum-guidelines__content {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.82fr);
  gap: 70px;
  padding: 54px 0 0;
  align-items: start;
}

/* =========================
   HEADING
========================= */
.museum-guidelines__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.museum-guidelines__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  color: var(--text-dark);
}

.museum-guidelines__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.museum-guidelines__heading h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}

.museum-guidelines__heading h2 span {
  color: var(--olive);
}

/* =========================
   LISTS
========================= */
.museum-guidelines__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.museum-guidelines__list li {
  position: relative;
  margin: 0 0 26px;
  padding-left: 30px;
  font-family: var(--text-font);
  font-size: clamp(1rem, 1.22vw, 1.45rem);
  line-height: 1.55;
  font-weight: 400;
  color: var(--text-body);
  letter-spacing: 0.001em;
}

.museum-guidelines__list li:last-child {
  margin-bottom: 0;
}

.museum-guidelines__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--olive);
  transform: translateY(-50%);
}

.museum-guidelines__list--right li {
  margin-bottom: 28px;
}

/* =========================
   RIGHT SIDE
========================= */
.museum-guidelines__right {
  padding-top: 82px;
}

.museum-guidelines__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 318px;
  padding: 18px 30px;
  margin-top: 18px;
  border-radius: var(--radius-btn);
  background: linear-gradient(180deg, var(--button-red) 0%, var(--button-red-dark) 100%);
  color: var(--button-text);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 18px rgba(131, 37, 31, 0.14);
  transition: all 0.3s ease;
}

.museum-guidelines__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 22px rgba(131, 37, 31, 0.18);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
  .museum-guidelines__content {
    gap: 50px;
  }
}

@media (max-width: 991px) {
  .museum-guidelines {
    padding: 56px 18px 50px;
  }

  .museum-guidelines__content {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 42px;
  }

  .museum-guidelines__right {
    padding-top: 0;
  }

  .museum-guidelines__line--bottom {
    margin-top: 42px;
  }
}

@media (max-width: 767px) {
  .museum-guidelines {
    padding: 48px 16px 44px;
  }

  .museum-guidelines__heading {
    gap: 14px;
    margin-bottom: 26px;
  }

  .museum-guidelines__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .museum-guidelines__content {
    padding-top: 34px;
  }

  .museum-guidelines__list li {
    padding-left: 24px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .museum-guidelines__list li::before {
    width: 8px;
    height: 8px;
    left: 0;
  }

  .museum-guidelines__btn {
    min-width: 100%;
    width: 100%;
    max-width: 320px;
    padding: 16px 22px;
    font-size: 0.92rem;
  }
}

@media (max-width: 575px) {
  .museum-guidelines__heading {
    align-items: flex-start;
  }

  .museum-guidelines__heading h2 {
    font-size: 1.9rem;
  }

  .museum-guidelines__list li {
    font-size: 1rem;
  }

  .museum-guidelines__btn {
    max-width: 100%;
  }
}

/* =========================
   RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #fefbd6;
  color: #443d37;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   ROOT
========================= */
:root {
  --heading-font: "Inter", sans-serif;
  --text-font: "Poppins", sans-serif;

  --section-bg: #fefbd6;
  --card-bg: rgba(246, 241, 234, 0.92);
  --text-dark: #463f39;
  --text-soft: #5e554e;
  --olive: #8c9467;
  --icon-brown: #9a8377;
  --red: #b12c24;
  --red-dark: #97231d;
  --border-soft: rgba(120, 102, 88, 0.08);
  --shadow-soft: 0 12px 28px rgba(79, 60, 44, 0.06);
  --container-width: 1360px;
  --card-radius: 18px;
  --btn-radius: 12px;
}

/* =========================
   MAIN SECTION
========================= */
.museum-things {
  position: relative;
  padding: 92px 24px 92px;
  background: #fefbd6;
  overflow: hidden;
}

.museum-things::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(70, 63, 57, 0.035) 0.75px, transparent 0.75px);
  background-size: 7px 7px;
  opacity: 0.32;
  pointer-events: none;
}

.museum-things__container {
  position: relative;
  z-index: 2;
  max-width: 1340px !important;
  margin: 0 auto;
}

.museum-things__header {
  text-align: center;
  margin-bottom: 40px;
}

.museum-things__header h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2.3rem, 3.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: var(--text-dark);
}

.museum-things__header h2 span {
  color: var(--olive);
}

/* =========================
   GRID
========================= */
.museum-things__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
  max-width: 1320px;
  margin: 0 auto;
}

.museum-things-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  min-height: 178px;
  padding: 34px 36px 30px;
  background: var(--card-bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-soft);
}

.museum-things-card__icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  color: var(--icon-brown);
}

.museum-things-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.museum-things-card__icon--circle {
  width: 64px;
  height: 64px;
  flex-basis: 64px;
}

.museum-things-card__content {
  flex: 1 1 auto;
}

.museum-things-card__content h3 {
  margin: 0 0 12px;
  font-family: var(--heading-font);
  font-size: clamp(1.45rem, 1.8vw, 2.15rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--text-dark);
}

.museum-things-card__content p {
  margin: 0;
  max-width: 95%;
  font-family: var(--text-font);
  font-size: clamp(1rem, 1.05vw, 1.18rem);
  line-height: 1.6;
  font-weight: 400;
  color: var(--text-soft);
}

/* =========================
   CTA
========================= */
.museum-things__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.museum-things__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 360px;
  padding: 23px 34px;
  border-radius: var(--btn-radius);
  background: linear-gradient(180deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff6f1;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 14px 26px rgba(151, 35, 29, 0.18);
  transition: all 0.3s ease;
}

.museum-things__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(151, 35, 29, 0.22);
}

.museum-things__btn span {
  font-size: 1rem;
  line-height: 1;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
  .museum-things {
    padding: 80px 20px 82px;
  }

  .museum-things-card {
    padding: 30px 28px 26px;
  }
}

@media (max-width: 991px) {
  .museum-things__grid {
    grid-template-columns: 1fr;
    max-width: 900px;
  }

  .museum-things__header {
    margin-bottom: 34px;
  }

  .museum-things-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .museum-things {
    padding: 64px 16px 70px;
  }

  .museum-things__header h2 {
    font-size: 2.3rem;
  }

  .museum-things__grid {
    gap: 18px;
  }

  .museum-things-card {
    gap: 18px;
    padding: 24px 20px 22px;
    border-radius: 16px;
  }

  .museum-things-card__icon,
  .museum-things-card__icon--circle {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .museum-things-card__content h3 {
    font-size: 1.35rem;
  }

  .museum-things-card__content p {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .museum-things__cta {
    margin-top: 34px;
  }

  .museum-things__btn {
    min-width: 100%;
    max-width: 340px;
    width: 100%;
    padding: 18px 22px;
    font-size: 0.92rem;
  }
}

@media (max-width: 575px) {
  .museum-things__header h2 {
    font-size: 2rem;
  }

  .museum-things-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .museum-things-card__icon,
  .museum-things-card__icon--circle {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .museum-things-card__content h3 {
    font-size: 1.22rem;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #fefbd6;
  color: #48433d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   ROOT
========================= */
:root {
  --heading-font: "Inter", sans-serif;
  --text-font: "Poppins", sans-serif;

  --bg-main: #fefbd6;
  --text-dark: #47413b;
  --text-soft: #5d554d;
  --olive: #8a9366;
  --line: #d8d0c5;
  --map-border: #d8d1c7;
  --red: #a52f27;
  --red-dark: #90261f;
  --card-radius: 20px;
  --btn-radius: 10px;
  --shadow-soft: 0 10px 30px rgba(60, 45, 30, 0.08);
  --container-width: 1200px;
}

/* =========================
   MAIN SECTION
========================= */
.museum-hours-admission {
  position: relative;
  padding: 78px 20px 96px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.22), transparent 30%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.16), transparent 28%),
    var(--bg-main);
  overflow: hidden;
}

.museum-hours-admission::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: #e9e4cf;
  background-size: 7px 7px;
  pointer-events: none;
  opacity: 0.45;
}

.museum-hours-admission__container {
  position: relative;
  z-index: 2;
  max-width: 1340px !important;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 56px;
  align-items: start;
}

/* =========================
   LEFT CONTENT
========================= */
.museum-hours-admission__content {
  padding-top: 6px;
}

.museum-hours-admission__title {
  margin: 0 0 28px;
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--text-dark);
}

.museum-hours-admission__title span {
  color: var(--olive);
}

.museum-info-block h3 {
  margin: 0 0 14px;
  font-family: var(--heading-font);
  font-size: clamp(1.3rem, 1.8vw, 1.95rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-dark);
}

.museum-divider {
  width: 100%;
  height: 1px;
  background: var(--line);
  margin: 0 0 22px;
}

.museum-info-block p,
.museum-pricing-list li,
.museum-note-list li {
  font-family: var(--text-font);
  font-size: clamp(1rem, 1.22vw, 1.45rem);
  line-height: 1.75;
  font-weight: 400;
  color: var(--text-dark);
  margin: 0;
}

.museum-space-top {
  margin-top: 24px !important;
}

.museum-info-block--admission {
  margin-top: 34px;
}

.museum-info-block--admission h3 {
  margin-top: 8px;
  margin-bottom: 18px;
}

.museum-pricing-list,
.museum-note-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.museum-pricing-list li strong {
  font-weight: 700;
}

.museum-note-list {
  margin-top: 22px;
}

.museum-note-list li {
  position: relative;
  padding-left: 18px;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  line-height: 1.8;
  color: var(--text-soft);
}

.museum-note-list li + li {
  margin-top: 4px;
}

.museum-note-list li::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text-soft);
  font-weight: 600;
}

.museum-options-btn {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 214px;
  padding: 18px 28px;
  border-radius: var(--btn-radius);
  background: #8b9666;
  color: #f7f3ea;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(102, 112, 72, 0.18);
}

.museum-options-btn:hover {
  background: #7c875a;
  transform: translateY(-2px);
}

.museum-options-btn span {
  font-size: 1rem;
  line-height: 1;
}

/* =========================
   RIGHT MAP CARD
========================= */
.museum-hours-admission__map-wrap {
  display: flex;
  justify-content: flex-end;
}

.museum-map-card {
  width: 100%;
  max-width: 560px;
  border-radius: 22px;
  border: 1px solid var(--map-border);
  background: rgba(255, 255, 255, 0.24);
  box-shadow: var(--shadow-soft);
  padding: 10px;
}

.museum-map-card__inner {
  border-radius: 18px;
  overflow: hidden;
  background: #ece6dd;
}

.museum-map-bg {
  position: relative;
  min-height: 780px;
  background:
    linear-gradient(rgba(255,255,255,0.28), rgba(255,255,255,0.28)),
    url("assets/img/map-placeholder.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Optional fallback map style if image not available */
.museum-map-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(202, 173, 121, 0.34) 8% 8.8%, transparent 8.8% 100%),
    linear-gradient(0deg, transparent 0 16%, rgba(202, 173, 121, 0.28) 16% 16.8%, transparent 16.8% 100%),
    linear-gradient(90deg, transparent 0 72%, rgba(202, 173, 121, 0.32) 72% 72.8%, transparent 72.8% 100%),
    linear-gradient(0deg, transparent 0 79%, rgba(202, 173, 121, 0.28) 79% 79.7%, transparent 79.7% 100%);
  mix-blend-mode: multiply;
  opacity: 0.55;
  pointer-events: none;
}

.museum-map-pin {
  position: absolute;
  top: 28%;
  left: 56%;
  width: 52px;
  height: 52px;
  background: #b7362d;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 8px 16px rgba(150, 37, 29, 0.28);
  z-index: 3;
}

.museum-map-pin::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5efe7;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.museum-map-label {
  position: absolute;
  top: 38%;
  left: 38%;
  font-family: var(--heading-font);
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
  color: #473f39;
  text-align: center;
  z-index: 2;
}

.museum-directions-btn {
  position: absolute;
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  padding: 22px 32px;
  border-radius: 14px;
  background: linear-gradient(180deg, #b5342c 0%, var(--red-dark) 100%);
  color: #fff7f2;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: 0 14px 24px rgba(145, 37, 28, 0.22);
  z-index: 3;
  transition: all 0.3s ease;
}

.museum-directions-btn:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 18px 28px rgba(145, 37, 28, 0.26);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
  .museum-hours-admission__container {
    grid-template-columns: 1fr 480px;
    gap: 42px;
  }

  .museum-map-bg {
    min-height: 700px;
  }
}

@media (max-width: 991px) {
  .museum-hours-admission {
    padding: 64px 18px 78px;
  }

  .museum-hours-admission__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .museum-hours-admission__map-wrap {
    justify-content: center;
  }

  .museum-map-card {
    max-width: 620px;
  }

  .museum-map-bg {
    min-height: 620px;
  }

  .museum-map-label {
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
}

@media (max-width: 767px) {
  .museum-hours-admission {
    padding: 52px 16px 64px;
  }

  .museum-hours-admission__title {
    margin-bottom: 24px;
  }

  .museum-info-block p,
  .museum-pricing-list li {
    line-height: 1.65;
  }

  .museum-map-card {
    padding: 8px;
    border-radius: 18px;
  }

  .museum-map-card__inner {
    border-radius: 14px;
  }

  .museum-map-bg {
    min-height: 500px;
  }

  .museum-map-pin {
    width: 42px;
    height: 42px;
  }

  .museum-map-pin::before {
    width: 14px;
    height: 14px;
  }

  .museum-map-label {
    font-size: 1.4rem;
    top: 38%;
    width: 76%;
  }

  .museum-directions-btn {
    min-width: 220px;
    padding: 18px 24px;
    font-size: 0.92rem;
    bottom: 28px;
  }

  .museum-options-btn {
    width: 100%;
    max-width: 240px;
  }
}

@media (max-width: 575px) {
  .museum-hours-admission__title {
    font-size: 2rem;
  }

  .museum-info-block h3 {
    font-size: 1.45rem;
  }

  .museum-map-bg {
    min-height: 420px;
  }

  .museum-map-label {
    font-size: 1.18rem;
    width: 82%;
    top: 40%;
  }

  .museum-directions-btn {
    min-width: 190px;
    padding: 16px 20px;
    border-radius: 12px;
  }

  .museum-note-list li {
    padding-left: 16px;
  }
} 

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #fefbd6;
  color: #403a34;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --heading-font: "Inter", sans-serif;
  --text-font: "Poppins", sans-serif;

  --section-bg: #fefbd6;
  --card-bg: #f2efe7;
  --card-bg-open: #ebe6d7;
  --text-dark: #3f3a35;
  --text-body: #5a544d;
  --olive: #8b9160;
  --olive-soft: #b8b188;
  --line: #d3ccb8;
  --border: #d8d1bf;
  --shadow-soft: 0 8px 20px rgba(68, 57, 46, 0.05);
  --container-width: 1200px;
  --radius-lg: 16px;
  --radius-btn: 12px;
}

.museum-faq {
  position: relative;
  padding: 68px 20px 76px;
  background: var(--section-bg);
  overflow: hidden;
}

.museum-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(63, 58, 53, 0.038) 0.75px, transparent 0.75px);
  background-size: 7px 7px;
  opacity: 0.3;
  pointer-events: none;
}

.museum-faq__container {
  position: relative;
  z-index: 2;
  max-width: 1340px !important;
  margin: 0 auto;
}

.museum-faq__line {
  width: 100%;
  height: 1px;
  background: var(--line);
  margin-bottom: 56px;
}

.museum-faq__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.museum-faq__icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  color: var(--olive);
}

.museum-faq__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.museum-faq__heading h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: var(--text-dark);
}

.museum-faq__heading h2 span {
  color: var(--olive);
}

.museum-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.museum-faq__item {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.museum-faq__item[open] {
  background: var(--card-bg-open);
}

.museum-faq__question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 32px;
  font-family: var(--heading-font);
  font-size: clamp(1.12rem, 1.45vw, 1.9rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--text-dark);
}

.museum-faq__question::-webkit-details-marker {
  display: none;
}

.museum-faq__symbol {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.museum-faq__symbol::before,
.museum-faq__symbol::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--olive);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease;
}

.museum-faq__symbol::before {
  width: 18px;
  height: 2.5px;
}

.museum-faq__symbol::after {
  width: 2.5px;
  height: 18px;
}

.museum-faq__item[open] .museum-faq__symbol::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.museum-faq__answer {
  padding: 0 32px 28px;
  border-top: 1px solid rgba(211, 204, 184, 0.55);
}

.museum-faq__answer p {
  margin: 22px 0 0;
  max-width: 92%;
  font-family: var(--text-font);
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.8;
  font-weight: 400;
  color: var(--text-body);
}

/* =========================
   CTA
========================= */
.museum-faq__cta {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.museum-faq__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 232px;
  padding: 16px 28px;
  border: 2px solid #bdb58e;
  border-radius: var(--radius-btn);
  background: transparent;
  color: #8d855d;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
}

.museum-faq__btn:hover {
  background: rgba(141, 133, 93, 0.08);
  transform: translateY(-1px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .museum-faq {
    padding: 56px 18px 64px;
  }

  .museum-faq__line {
    margin-bottom: 42px;
  }

  .museum-faq__heading {
    margin-bottom: 28px;
  }

  .museum-faq__question {
    padding: 24px 24px;
  }

  .museum-faq__answer {
    padding: 0 24px 24px;
  }

  .museum-faq__answer p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .museum-faq {
    padding: 48px 16px 56px;
  }

  .museum-faq__heading {
    gap: 14px;
    align-items: flex-start;
  }

  .museum-faq__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .museum-faq__heading h2 {
    font-size: 2rem;
  }

  .museum-faq__question {
    padding: 20px 18px;
    font-size: 1.05rem;
  }

  .museum-faq__answer {
    padding: 0 18px 20px;
  }

  .museum-faq__answer p {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .museum-faq__cta {
    margin-top: 28px;
  }

  .museum-faq__btn {
    min-width: 100%;
    max-width: 280px;
    width: 100%;
    padding: 14px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 575px) {
  .museum-faq__heading h2 {
    font-size: 1.8rem;
  }

  .museum-faq__symbol {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .museum-faq__symbol::before {
    width: 16px;
  }

  .museum-faq__symbol::after {
    height: 16px;
  }
}
/* =========================
   SVM Event Calendar Styling
========================= */

.WaGadgetEvents {
  background: #FEFBD6;
  color: #4A4A4A;
  font-family: "Inter", Arial, sans-serif;
  padding: 40px 20px 60px;
}

.WaGadgetEvents a {
  color: #A81F1F;
  text-decoration: none;
  font-weight: 700;
}

.WaGadgetEvents a:hover {
  color: #8A9A5B;
}

/* Event Title Top */
.WaGadgetEvents .pageTitle,
.WaGadgetEvents .sectionTitle {
  color: #4A4A4A !important;
  font-size: 42px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 24px !important;
}

/* Switch to list view */
.pageViewSwitcherOuterContainer {
  text-align: right;
  margin-bottom: 15px;
}

.pageViewSwitcherOuterContainer a {
  color: #A81F1F !important;
  font-size: 14px;
  font-weight: 800;
}

/* View Buttons */
.viewSwitchersTable {
  width: 100%;
  display: grid !important;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 28px;
  border-radius: 10px;
  overflow: hidden;
  background: #4A4A4A;
}

.switchersGroup1,
.switchersGroup2 {
  display: grid;
  grid-auto-flow: column;
}

.weekButton,
.monthButton,
.yearButton,
.decButton,
.todayButton,
.incButton {
  background: #4A4A4A;
  border-right: 1px solid rgba(255,255,255,0.15);
  text-align: center;
}

.weekButton a,
.monthButton span,
.yearButton a,
.decButton a,
.todayButton a,
.incButton a {
  display: block;
  padding: 17px 18px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.monthButton {
  background: #A81F1F !important;
}

.monthButton span {
  color: #fff !important;
}

/* Calendar Table */
.EventListCalendar {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0;
  background: #F8F5F0;
  border: 1px solid #DED8BD;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 35px rgba(0,0,0,0.06);
}

/* Days Header */
.EventListCalendarHeader {
  background: #8A9A5B !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  padding: 18px 14px !important;
  border: none !important;
}

/* Calendar Cells */
.EventListCalendar td {
  border-color: #DED8BD !important;
}

.EventListCalendarItemDefault,
.EventListCalendarItemInactive,
.EventListCalendarItemSelected {
  background: #fffdf1 !important;
  color: #4A4A4A !important;
  min-height: 95px;
  padding: 12px !important;
  vertical-align: top;
}

.EventListCalendarItemInactive {
  background: #F4F0D8 !important;
  color: rgba(74,74,74,0.45) !important;
}

.EventListCalendarItemSelected {
  background: #FEFBD6 !important;
}

/* Date Numbers */
.calendarDate {
  color: #4A4A4A !important;
  font-size: 15px;
  font-weight: 800;
}

.EventListCalendarItemInactive .calendarDate {
  color: rgba(74,74,74,0.45) !important;
}

.EventListCalendarItemSelected .calendarDate {
  color: #A81F1F !important;
}

/* Event Item */
.EventListCalendar a:not(.calendarDate) {
  display: block;
  background: #A81F1F !important;
  color: #fff !important;
  padding: 8px 10px;
  margin-top: 8px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.EventListCalendar a:not(.calendarDate):hover,
.eventHover {
  background: #8A9A5B !important;
  color: #fff !important;
}

.eventTime {
  color: #A81F1F;
  font-size: 12px;
  font-weight: 800;
  margin: 6px 0 3px;
}
div#idViewSwitchersTable:before {
  content: inherit !important;
}
div#idViewSwitchersTable:after {
  content: inherit !important;
}
div#id_BzAKOgh {
    padding: 80px 30px !important;
}
/* Responsive */
@media (max-width: 991px) {
  .viewSwitchersTable {
    grid-template-columns: 1fr;
  }

  .EventListCalendar {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .EventListCalendarHeader {
    font-size: 15px !important;
  }

  .EventListCalendarItemDefault,
  .EventListCalendarItemInactive,
  .EventListCalendarItemSelected {
    min-width: 150px;
  }
}

@media (max-width: 600px) {
  .WaGadgetEvents {
    padding: 30px 12px 45px;
  }

  .WaGadgetEvents .sectionTitle {
    font-size: 30px !important;
  }

  .weekButton a,
  .monthButton span,
  .yearButton a,
  .decButton a,
  .todayButton a,
  .incButton a {
    padding: 14px 10px;
    font-size: 11px;
  }
}

.contact-section {
  background: #FEFBD6;
  padding: 110px 20px 95px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.contact-container {
  max-width: 1280px;
  margin: 0 auto;
}

.contact-intro {
  max-width: 760px;
  margin-bottom: 120px;
}

.contact-intro h2,
.contact-card h2 {
  margin: 0 0 34px;
  color: #4A4A4A;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 900;
}

.contact-intro p {
  margin: 0 0 48px;
  color: #303846;
  font-size: 22px;
  line-height: 1.5;
}

.contact-info p,
.location-list p {
  margin: 0 0 14px;
  color: #303846;
  font-size: 18px;
  line-height: 1.4;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-card {
  background: #F8F5F0;
  border-radius: 8px;
  padding: 34px 30px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: #F8F5F0;
  border: 1px solid #D6D0C2;
  border-radius: 8px;
  padding: 17px 18px;
  margin-bottom: 20px;
  color: #4A4A4A;
  font-size: 16px;
  outline: none;
}

.contact-form textarea {
  height: 160px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #999;
}

.contact-form button {
  width: 100%;
  height: 58px;
  background: #A81F1F;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.contact-form button:hover {
  background: #861818;
}

.location-list {
  margin-bottom: 70px;
}

.map-box iframe {
  width: 100%;
  height: 250px;
  border: none;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section {
    padding: 80px 18px;
  }

  .contact-intro {
    margin-bottom: 60px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-intro h2,
  .contact-card h2 {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .contact-section {
    padding: 60px 16px;
  }

  .contact-intro h2,
  .contact-card h2 {
    font-size: 34px;
  }

  .contact-intro p {
    font-size: 18px;
  }

  .contact-card {
    padding: 26px 20px;
  }
}
.contact-card {
    padding: 40px !important;
}

.volunteer-section {
  background: #FEFBD6;
  padding: 120px 20px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.volunteer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 32px;
  align-items: center;
}

.volunteer-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.volunteer-content {
  padding-left: 0;
}

.volunteer-content h2 {
  margin: 0 0 28px;
  color: #3F4550;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
}

.volunteer-content p {
  max-width: 690px;
  margin: 0 0 22px;
  color: #000;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
}

.volunteer-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.volunteer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 265px;
  height: 54px;
  padding: 0 28px;
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.volunteer-btn.green {
  background: #8A9A5B;
}

.volunteer-btn.red {
  background: #A81F1F;
}

.volunteer-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 991px) {
  .volunteer-section {
    padding: 80px 18px;
  }

  .volunteer-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .volunteer-image img {
    height: 420px;
  }

  .volunteer-content h2 {
    font-size: 34px;
  }

  .volunteer-content p {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .volunteer-section {
    padding: 55px 16px;
  }

  .volunteer-image img {
    height: 300px;
  }

  .volunteer-content h2 {
    font-size: 30px;
  }

  .volunteer-content p {
    font-size: 16px;
  }

  .volunteer-btn {
    width: 100%;
    min-width: auto;
  }
}
.community-service-cta {
  background: #FEFBD6;
  padding: 130px 20px 120px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
  text-align: center;
}

.community-service-container {
  max-width: 1340px;
  margin: 0 auto;
}

.cta-divider {
  height: 1px;
  background: #9B997E;
  margin-bottom: 42px;
}

.cta-divider.bottom {
  margin-top: 42px;
  margin-bottom: 0;
}

.cta-label {
  margin: 0 0 22px;
  color: #3F4550;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.community-service-cta h2 {
  max-width: 1180px;
  margin: 0 auto 44px;
  color: #3F4550;
  font-size: 43px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: capitalize;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 50px;
  border: 2px solid #8A9A5B;
  border-radius: 7px;
  color: #8A9A5B;
  background: transparent;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #A81F1F;
  border-color: #A81F1F;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .community-service-cta {
    padding: 90px 18px;
  }

  .community-service-cta h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .community-service-cta {
    padding: 65px 16px;
  }

  .cta-label {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .community-service-cta h2 {
    font-size: 27px;
  }

  .cta-btn {
    width: 100%;
    max-width: 260px;
  }
}
.volunteer-positions {
  background: #FEFBD6;
  padding: 90px 20px 110px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.volunteer-positions-container {
  max-width: 1330px;
  margin: 0 auto;
}

.volunteer-positions h2 {
  margin: 0 0 58px;
  text-align: center;
  color: #3F4550;
  font-size: 43px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.positions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 72px 20px;
}

.position-card {
  text-align: center;
}

.position-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  width: 100%;
  background: #A81F1F;
  color: #fff;
  border-radius: 7px;
  text-decoration: none;
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.position-title:hover {
  background: #8A9A5B;
}

.position-card p {
  margin: 22px auto 0;
  max-width: 300px;
  color: #303846;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 1100px) {
  .positions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 22px;
  }
}

@media (max-width: 600px) {
  .volunteer-positions {
    padding: 65px 16px;
  }

  .volunteer-positions h2 {
    font-size: 32px;
    margin-bottom: 38px;
  }

  .positions-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .position-card p {
    font-size: 15px;
  }
}
/* =========================
   RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #F4F1D1;
  color: #4A4A4A;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   ROOT
========================= */
:root {
  --heading-font: "Inter", sans-serif;
  --text-font: "Poppins", sans-serif;

  --olive: #8A9A5B;
  --dark: #4A4A4A;
  --red: #A80000;
  --cream: #F8F5F0;
  --bg: #F4F1D1;
  --hero-overlay: rgba(72, 60, 52, 0.24);
  --container: 1320px;
}

/* =========================
   SECTION 1 : HERO
========================= */
.museum-about-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #8f7f72;
  background-image: url("https://minifydesigns.com/museum/wp-content/uploads/2026/04/IMG_2438.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.museum-about-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(92, 82, 76, 0.30) 0%,
      rgba(92, 82, 76, 0.16) 38%,
      rgba(92, 82, 76, 0.08) 100%
    );
  pointer-events: none;
}

.museum-about-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1340px !important;
  margin: 0 auto;
  padding: 0 20px;
}

.museum-about-hero__content h1 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--cream);
  text-transform: uppercase;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
}


@media (max-width: 1199px) {
  .museum-about-hero {
    min-height: 440px;
  }
}

@media (max-width: 991px) {
  .museum-about-hero {
    min-height: 390px;
  }

  .museum-about-hero__container {
    padding: 0 22px;
  }

  .museum-about-intro {
    padding: 56px 18px 64px;
  }

  .museum-about-intro__content {
    max-width: 860px;
  }
}

@media (max-width: 767px) {
  .museum-about-hero {
    min-height: 320px;
    background-position: center center;
  }

  .museum-about-hero__container {
    padding: 0 16px;
  }

  .museum-about-hero__content h1 {
    font-size: clamp(2.2rem, 8vw, 3.8rem);
  }

  .museum-about-intro {
    padding: 46px 16px 52px;
  }

  .museum-about-intro__content p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .museum-about-hero {
    min-height: 270px;
  }

  .museum-about-hero__content h1 {
    font-size: 2rem;
  }

  .museum-about-intro {
    padding: 40px 14px 46px;
  }

  .museum-about-intro__content p {
    font-size: 0.96rem;
    line-height: 1.75;
  }
}
/* =========================
   RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #fefbd6;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   ROOT
========================= */
:root {
  --museum-bg: #fefbd6;
  --museum-card: #f8f5f0;
  --museum-text: #4a4a4a;
  --museum-olive: #8a9a5b;
  --museum-red: #a80000;
  --museum-border: #e0d7c1;
  --heading-font: "Inter", sans-serif;
  --text-font: "Poppins", sans-serif;
  --container-width: 1380px;
  --radius-lg: 22px;
  --radius-md: 12px;
}

/* =========================
   SECTION
========================= */
.museum-mission-section {
  position: relative;
  background: var(--museum-bg);
  padding: 56px 20px 44px;
  overflow: hidden;
  max-width: 1340px;
  margin: auto;
}

.museum-mission-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(74, 74, 74, 0.024) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  opacity: 0.28;
  pointer-events: none;
}

.museum-mission-section__container {
  position: relative;
  z-index: 2;
  max-width: var(--container-width);
  margin: 0 auto;
}

.museum-mission-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 68px;
  align-items: start;
}

/* =========================
   LEFT CONTENT
========================= */
.museum-mission-section__content {
  padding-top: 8px;
}

.museum-mission-section__heading-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.museum-mission-section__icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  color: #363332;
}

.museum-mission-section__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.museum-mission-section__heading-row h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2.2rem, 3vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--museum-text);
}

.museum-mission-section__heading-row h2 span {
  color: var(--museum-olive);
}

.museum-mission-section__content h3 {
  margin: 0 0 28px;
  font-family: var(--heading-font);
  font-size: clamp(2rem, 2.6vw, 3.1rem);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -0.025em;
  color: #3f3a35;
}

.museum-mission-section__content h3 em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 600;
  color: #2f2a26;
}

.museum-mission-section__content h3 span {
  color: var(--museum-olive);
}

.museum-mission-section__content p {
  max-width: 760px;
  margin: 0 0 34px;
  font-family: var(--text-font);
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  line-height: 1.82;
  font-weight: 400;
  color: var(--museum-text);
}

.museum-mission-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 455px;
  padding: 18px 30px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #9aa56b 0%, #869257 100%);
  color: #f8f5f0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 20px rgba(138, 154, 91, 0.18);
  transition: all 0.28s ease;
}

.museum-mission-section__btn:hover {
  background: linear-gradient(180deg, #869257 0%, #748047 100%);
  transform: translateY(-2px);
}

.museum-mission-section__btn span {
  font-size: 1.15rem;
  line-height: 1;
}

/* =========================
   RIGHT IMAGE
========================= */
.museum-mission-section__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 12px 28px rgba(74, 74, 74, 0.08);
}

.museum-mission-section__media img {
  width: 100%;
  display: block;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

/* =========================
   DIVIDER
========================= */
.museum-mission-section__divider {
  width: 100%;
  height: 1px;
  margin-top: 52px;
  background: linear-gradient(
    90deg,
    rgba(224, 215, 193, 0) 0%,
    rgba(224, 215, 193, 1) 10%,
    rgba(224, 215, 193, 1) 90%,
    rgba(224, 215, 193, 0) 100%
  );
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1199px) {
  .museum-mission-section__grid {
    gap: 42px;
  }

  .museum-mission-section__media img {
    min-height: 560px;
  }

  .museum-mission-section__btn {
    min-width: 390px;
  }
}

@media (max-width: 991px) {
  .museum-mission-section {
    padding: 46px 18px 38px;
  }

  .museum-mission-section__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .museum-mission-section__media {
    order: -1;
  }

  .museum-mission-section__media img {
    min-height: 420px;
    max-height: 420px;
  }

  .museum-mission-section__content h3 {
    margin-bottom: 22px;
  }

  .museum-mission-section__btn {
    min-width: 340px;
  }

  .museum-mission-section__divider {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .museum-mission-section {
    padding: 40px 16px 32px;
  }

  .museum-mission-section__heading-row {
    gap: 12px;
    margin-bottom: 20px;
  }

  .museum-mission-section__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .museum-mission-section__heading-row h2 {
    font-size: 2rem;
  }

  .museum-mission-section__content h3 {
    font-size: 1.75rem;
    line-height: 1.28;
  }

  .museum-mission-section__content p {
    font-size: 0.98rem;
    line-height: 1.75;
    margin-bottom: 28px;
  }

  .museum-mission-section__media img {
    min-height: 300px;
    max-height: 300px;
  }

  .museum-mission-section__btn {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding: 16px 20px;
    font-size: 0.88rem;
  }
}

@media (max-width: 480px) {
  .museum-mission-section__content h3 {
    font-size: 1.52rem;
  }

  .museum-mission-section__heading-row h2 {
    font-size: 1.8rem;
  }

  .museum-mission-section__media img {
    min-height: 240px;
    max-height: 240px;
  }

  .museum-mission-section__btn {
    font-size: 0.82rem;
    letter-spacing: 0.03em;
  }
}
/* =========================
   RESET
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #F4F1D1;
  color: #4A4A4A;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   ROOT
========================= */
:root {
  --heading-font: "Inter", sans-serif;
  --text-font: "Poppins", sans-serif;

  --olive: #8A9A5B;
  --dark: #4A4A4A;
  --red: #A80000;
  --cream: #F8F5F0;
  --bg: #F4F1D1;
  --hero-overlay: rgba(72, 60, 52, 0.24);
  --container: 1320px;
}

/* =========================
   SECTION 1 : HERO
========================= */
.museum-about-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #8f7f72;
  background-image: url("https://minifydesigns.com/museum/wp-content/uploads/2026/04/IMG_2465.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.museum-about-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(92, 82, 76, 0.30) 0%,
      rgba(92, 82, 76, 0.16) 38%,
      rgba(92, 82, 76, 0.08) 100%
    );
  pointer-events: none;
}

.museum-about-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1340px !important;
  margin: 0 auto;
  padding: 0 20px;
}

.museum-about-hero__content h1 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--cream);
  text-transform: uppercase;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.10);
}


@media (max-width: 1199px) {
  .museum-about-hero {
    min-height: 440px;
  }
}

@media (max-width: 991px) {
  .museum-about-hero {
    min-height: 390px;
  }

  .museum-about-hero__container {
    padding: 0 22px;
  }

  .museum-about-intro {
    padding: 56px 18px 64px;
  }

  .museum-about-intro__content {
    max-width: 860px;
  }
}

@media (max-width: 767px) {
  .museum-about-hero {
    min-height: 320px;
    background-position: center center;
  }

  .museum-about-hero__container {
    padding: 0 16px;
  }

  .museum-about-hero__content h1 {
    font-size: clamp(2.2rem, 8vw, 3.8rem);
  }

  .museum-about-intro {
    padding: 46px 16px 52px;
  }

  .museum-about-intro__content p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .museum-about-hero {
    min-height: 270px;
  }

  .museum-about-hero__content h1 {
    font-size: 2rem;
  }

  .museum-about-intro {
    padding: 40px 14px 46px;
  }

  .museum-about-intro__content p {
    font-size: 0.96rem;
    line-height: 1.75;
  }
}
.privacy-policy-section {
  background: #FEFBD6;
  padding: 85px 20px 80px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.privacy-policy-container {
  max-width: 1340px;
  margin: 0 auto;
}

.privacy-policy-container h2 {
  margin: 0 0 28px;
  color: #3F4550;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
}

.privacy-policy-container p {
  margin: 0 0 24px;
  color: #263241;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
}

.privacy-policy-container a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.privacy-policy-container a:hover {
  color: #A81F1F;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-policy-section {
    padding: 60px 16px;
  }

  .privacy-policy-container h2 {
    font-size: 32px;
  }

  .privacy-policy-container p {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .privacy-policy-container h2 {
    font-size: 28px;
  }

  .privacy-policy-container p {
    font-size: 16px;
    line-height: 1.6;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Arial", "Helvetica Neue", sans-serif;
  background: #111;
}

.market-hero {
  position: relative;
  width: 100%;
  background-image: url("https://minifydesigns.com/museum/wp-content/uploads/2026/04/ChatGPT-Image-Apr-20-2026-10_04_54-PM.png");
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 20px;
  
}

.market-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      90deg,
      rgba(35, 18, 8, 0.78) 0%,
      rgba(56, 34, 19, 0.65) 26%,
      rgba(72, 45, 28, 0.30) 50%,
      rgba(0, 0, 0, 0.08) 100%
    );
}

.market-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  color: #f5ede1;
  max-width: 1340px;
  margin: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.market-topline {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 4px;
  font-weight: 500;
  color: #f4e7d3;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.market-topline sup {
  font-size: 45%;
  top: -0.7em;
  position: relative;
}

.market-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 110px;
  line-height: 0.9;
  font-weight: 700;
  color: #f3ebdf;
  text-transform: uppercase;
  margin-bottom: 34px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.market-date-badge {
  display: inline-block;
  background: linear-gradient(180deg, #d69a45 0%, #bc7c2d 100%);
  color: #fff9ef;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 22px 38px;
  border-radius: 14px;
  margin-bottom: 34px;
  box-shadow: 0 10px 24px rgba(68, 33, 5, 0.24);
}

.market-time {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
  color: #f5ede1;
  margin-bottom: 12px;
}

.market-location {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
  color: #efe3d2;
  margin-bottom: 42px;
}

.market-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 255px;
  padding: 22px 34px;
  background: linear-gradient(180deg, #c82319 0%, #a9140f 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 14px 30px rgba(93, 12, 8, 0.28);
}

.market-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(93, 12, 8, 0.35);
  background: linear-gradient(180deg, #d62c20 0%, #b01510 100%);
}

.market-btn:active {
  transform: translateY(0);
}

/* Large screens */
@media (max-width: 1600px) {
  .market-title {
    font-size: 96px;
  }

  .market-time {
    font-size: 27px;
  }

  .market-location {
    font-size: 20px;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  .market-hero {
    /*min-height: 850px;*/
    padding: 80px 20px;
    background-position: center right;
  }

  /*.market-content {*/
  /*  max-width: 560px;*/
  /*}*/

  .market-topline {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .market-title {
    font-size: 82px;
    margin-bottom: 28px;
  }

  .market-date-badge {
    font-size: 22px;
    padding: 20px 32px;
    margin-bottom: 28px;
  }

  .market-time {
    font-size: 25px;
  }

  .market-location {
    font-size: 18px;
    margin-bottom: 34px;
  }

  .market-btn {
    min-width: 230px;
    font-size: 21px;
    padding: 19px 28px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .market-hero {
    align-items: flex-end;
    min-height: 760px;
    padding: 50px 40px;
    background-position: 62% center;
  }

  .market-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(35, 18, 8, 0.25) 0%,
        rgba(35, 18, 8, 0.45) 28%,
        rgba(35, 18, 8, 0.78) 100%
      );
  }

  .market-content {
    max-width: 100%;
  }

  .market-topline {
    font-size: 18px;
    letter-spacing: 2.5px;
    margin-bottom: 14px;
  }

  .market-title {
    font-size: 68px;
    line-height: 0.95;
  }

  .market-date-badge {
    font-size: 20px;
    padding: 18px 28px;
    border-radius: 12px;
  }

  .market-time {
    font-size: 22px;
  }

  .market-location {
    font-size: 17px;
  }

  .market-btn {
    font-size: 20px;
    min-width: 220px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .market-hero {
    min-height: 680px;
    padding: 34px 22px 40px;
    background-position: 68% center;
  }

  .market-topline {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  .market-title {
    font-size: 48px;
    margin-bottom: 22px;
  }

  .market-date-badge {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 16px 22px;
    margin-bottom: 22px;
    border-radius: 10px;
  }

  .market-time {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .market-location {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 28px;
  }

  .market-btn {
    width: 100%;
    min-width: unset;
    font-size: 18px;
    padding: 17px 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .market-hero {
    min-height: 620px;
    padding: 28px 16px 30px;
  }

  .market-title {
    font-size: 40px;
  }

  .market-topline {
    font-size: 12px;
    letter-spacing: 1.6px;
  }

  .market-date-badge {
    font-size: 14px;
    padding: 14px 18px;
  }

  .market-time {
    font-size: 16px;
  }

  .market-location {
    font-size: 14px;
  }

  .market-btn {
    font-size: 16px;
    padding: 15px 18px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Inter", "Arial", sans-serif;
  background: #fefbd6;
  color: #3f372e;
}

body {
  line-height: 1.6;
}

.culture-section {
  width: 100%;
  padding: 70px 0;
  background: #fefbd6;
}

.culture-container {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.culture-content {
  /*flex: 1 1 56%;*/
  max-width: 100%;
}

.culture-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 700;
  color: #554734;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.culture-content p {
  font-size: 20px;
  line-height: 1.65;
  color: #5d5349;
  max-width: 760px;
}

.culture-gallery {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: stretch;
}

.culture-card {
  width: 30%;
  height: 320px;
  border-radius: 14px;
  overflow: hidden;
  background: #f6f1ea;
  box-shadow: 0 6px 18px rgba(82, 63, 42, 0.12);
  flex-shrink: 0;
}

.culture-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Large desktop */
@media (max-width: 1400px) {
  .culture-content h2 {
    font-size: 50px;
  }

  .culture-content p {
    font-size: 18px;
  }

  .culture-card {
    width: 180px;
    height: 290px;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  .culture-container {
    width: min(100%, calc(100% - 50px));
    gap: 34px;
  }

  .culture-content h2 {
    font-size: 44px;
  }

  .culture-content p {
    font-size: 17px;
  }

  .culture-card {
    width: 160px;
    height: 250px;
    border-radius: 12px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .culture-section {
    padding: 55px 0;
  }

  .culture-container {
    width: min(100%, calc(100% - 36px));
    flex-direction: column;
    align-items: flex-start;
  }

  .culture-content {
    max-width: 100%;
  }

  .culture-content h2 {
    font-size: 38px;
    margin-bottom: 18px;
  }

  .culture-content p {
    font-size: 16px;
    max-width: 100%;
  }

  .culture-gallery {
    width: 100%;
    justify-content: flex-start;
  }

  .culture-card {
    width: calc(33.333% - 11px);
    height: 240px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .culture-section {
    padding: 42px 0;
  }

  .culture-container {
    width: calc(100% - 28px);
    gap: 26px;
  }

  .culture-content h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .culture-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .culture-gallery {
    gap: 10px;
  }

  .culture-card {
    width: calc(33.333% - 7px);
    height: 180px;
    border-radius: 10px;
  }
}

/* Small mobile */
@media (max-width: 520px) {
  .culture-container {
    width: calc(100% - 22px);
  }

  .culture-content h2 {
    font-size: 26px;
  }

  .culture-content p {
    font-size: 14px;
  }

  .culture-gallery {
    flex-direction: column;
    gap: 14px;
  }

  .culture-card {
    width: 100%;
    height: 220px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", "Arial", sans-serif;
  background: #fefbd6;
  color: #3f372f;
}

img {
  max-width: 100%;
  display: block;
}

.event-highlights-section {
  /*width: 1340px;*/
  padding: 90px 20px;
  background: #fefbd6;
}

.event-highlights-container {
  max-width: 1340px;
  margin: 0 auto;
}

.event-heading-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 46px;
}

.event-heading-row h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: 1;
  color: #5a5038;
  font-weight: 700;
  white-space: nowrap;
}

.event-heading-line {
  flex: 1;
  height: 1px;
  background: rgba(90, 80, 56, 0.15);
}

.event-main-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 58px;
  align-items: start;
}

.event-left-col {
  min-width: 0;
}

.event-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(90, 80, 56, 0.10);
}

.event-feature-card {
  text-align: center;
  padding: 10px 22px 26px;
  position: relative;
}

.event-feature-card:not(:last-child) {
  border-right: 1px solid rgba(90, 80, 56, 0.08);
}

.event-icon-wrap {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-icon-wrap img {
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
}

.event-feature-card h3 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 500;
  color: #2f2924;
  margin-bottom: 12px;
}

.event-feature-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #5f564b;
  max-width: 290px;
  margin: 0 auto;
}

.event-info-box {
  padding-top: 28px;
}

.event-info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.event-info-row-top {
  margin-bottom: 24px;
}

.event-info-row-bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(90, 80, 56, 0.10);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 28px;
}

.event-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.event-info-icon {
  flex: 0 0 auto;
  font-size: 26px;
  line-height: 1;
  color: #8b7c57;
  margin-top: 2px;
}

.event-info-item strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.2;
  color: #51472f;
  margin-bottom: 4px;
}

.event-info-item span {
  display: block;
  font-size: 18px;
  line-height: 1.55;
  color: #4f473f;
}

.event-map-col {
  min-width: 0;
}

.event-map-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 540px;
  background: #ddd5ca;
  box-shadow: 0 10px 28px rgba(89, 75, 52, 0.12);
}

.event-map-card img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.event-map-overlay {
  position: absolute;
  inset: 0;
  background: rgba(246, 241, 234, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 32px 24px 38px;
}

.event-map-overlay p {
  font-size: 22px;
  line-height: 1.4;
  color: #3f372f;
  font-weight: 500;
  margin-bottom: 26px;
  max-width: 560px;
}

.event-map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 72px;
  padding: 18px 32px;
  border-radius: 8px;
  background: #676041;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.event-map-btn:hover {
  background: #575133;
  transform: translateY(-2px);
}

/* Large screen */
@media (max-width: 1399px) {
  .event-heading-row h2 {
    font-size: 56px;
  }

  .event-main-grid {
    gap: 40px;
  }

  .event-feature-card h3 {
    font-size: 27px;
  }

  .event-map-card,
  .event-map-card img {
    min-height: 500px;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  .event-highlights-container {
    width: min(100%, calc(100% - 40px));
  }

  .event-heading-row h2 {
    font-size: 48px;
  }

  .event-main-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .event-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .event-map-card,
  .event-map-card img {
    min-height: 450px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .event-highlights-section {
    padding: 55px 0;
  }

  .event-heading-row {
    margin-bottom: 32px;
    gap: 18px;
  }

  .event-heading-row h2 {
    font-size: 38px;
    white-space: normal;
  }

  .event-feature-grid {
    grid-template-columns: 1fr;
    border-bottom: none;
    gap: 0;
  }

  .event-feature-card {
    padding: 18px 0 24px;
    border-right: none !important;
    border-bottom: 1px solid rgba(90, 80, 56, 0.08);
  }

  .event-feature-card h3 {
    font-size: 28px;
  }

  .event-feature-card p {
    max-width: 100%;
  }

  .event-info-row-bottom {
    grid-template-columns: 1fr;
  }

  .event-info-item strong {
    font-size: 22px;
  }

  .event-info-item span {
    font-size: 17px;
  }

  .event-map-card,
  .event-map-card img {
    min-height: 400px;
  }

  .event-map-overlay p {
    font-size: 20px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .event-highlights-section {
    padding: 42px 0;
  }

  .event-highlights-container {
    width: calc(100% - 24px);
  }

  .event-heading-row {
    align-items: center;
    gap: 14px;
    margin-bottom: 26px;
  }

  .event-heading-row h2 {
    font-size: 30px;
  }

  .event-feature-card h3 {
    font-size: 24px;
  }

  .event-feature-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .event-icon-wrap {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
  }

  .event-icon-wrap img {
    max-width: 58px;
    max-height: 58px;
  }

  .event-info-icon {
    font-size: 22px;
  }

  .event-info-item strong {
    font-size: 20px;
  }

  .event-info-item span {
    font-size: 15px;
  }

  .event-map-card,
  .event-map-card img {
    min-height: 320px;
    border-radius: 16px;
  }

  .event-map-overlay {
    padding: 24px 16px 24px;
  }

  .event-map-overlay p {
    font-size: 17px;
    margin-bottom: 18px;
  }

  .event-map-btn {
    min-width: 100%;
    min-height: 58px;
    font-size: 17px;
    padding: 14px 20px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .event-heading-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-heading-line {
    width: 100%;
  }

  .event-heading-row h2 {
    font-size: 26px;
  }

  .event-feature-card {
    padding: 14px 0 20px;
  }

  .event-feature-card h3 {
    font-size: 22px;
  }

  .event-map-card,
  .event-map-card img {
    min-height: 280px;
  }

  .event-map-overlay p {
    font-size: 15px;
  }

  .event-map-btn {
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f6f1ea;
}

/* Section */
.culture-cta-banner {
  position: relative;
  width: 100%;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("https://minifydesigns.com/museum/wp-content/uploads/2026/04/ChatGPT-Image-Apr-20-2026-11_56_12-PM.png"); /* replace with your actual image path */
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

/* Overlay to create screenshot-like warm blend */
.culture-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(69, 34, 15, 0.18) 0%,
      rgba(111, 53, 24, 0.22) 28%,
      rgba(132, 57, 31, 0.60) 52%,
      rgba(110, 39, 20, 0.82) 74%,
      rgba(87, 24, 10, 0.88) 100%
    );
  z-index: 1;
}

/* Optional subtle texture style */
.culture-cta-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 24%),
    radial-gradient(circle at 75% 40%, rgba(255,255,255,0.04), transparent 22%),
    radial-gradient(circle at 60% 70%, rgba(0,0,0,0.08), transparent 26%);
  mix-blend-mode: soft-light;
  opacity: 0.9;
}

/* Container */
.culture-cta-container {
  position: relative;
  z-index: 2;
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

/* Content */
.culture-cta-content {
  width: min(980px, 100%);
  text-align: center;
  padding: 32px 0;
}

.culture-cta-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1.22;
  font-weight: 700;
  text-transform: uppercase;
  color: #f8ead7;
  text-shadow: 0 3px 10px rgba(65, 22, 7, 0.35);
  max-width: 1100px;
  margin: 0 auto 34px;
  letter-spacing: 0.5px;
}

.culture-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 460px;
  min-height: 92px;
  padding: 20px 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #d39a3d 0%, #bb7c28 100%);
  color: #fff7ec;
  text-decoration: none;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow:
    0 8px 18px rgba(91, 43, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.culture-cta-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #dfa54a 0%, #c3832b 100%);
  box-shadow:
    0 12px 24px rgba(91, 43, 10, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.culture-cta-btn:active {
  transform: translateY(0);
}

/* Large Desktop */
@media (max-width: 1600px) {
  .culture-cta-banner {
    min-height: 360px;
  }

  .culture-cta-content h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }

  .culture-cta-btn {
    min-width: 400px;
    min-height: 84px;
    font-size: 28px;
  }
}

/* Laptop */
@media (max-width: 1199px) {
  .culture-cta-banner {
    min-height: 320px;
    background-position: left center;
  }

  .culture-cta-container {
    width: min(100%, calc(100% - 50px));
  }

  .culture-cta-content {
    width: min(820px, 100%);
  }

  .culture-cta-content h2 {
    font-size: 40px;
    line-height: 1.24;
    margin-bottom: 26px;
  }

  .culture-cta-btn {
    min-width: 340px;
    min-height: 74px;
    font-size: 24px;
    padding: 18px 32px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .culture-cta-banner {
    min-height: 300px;
    background-position: 18% center;
  }

  .culture-cta-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(70, 34, 15, 0.35) 0%,
        rgba(111, 53, 24, 0.48) 34%,
        rgba(118, 45, 22, 0.76) 65%,
        rgba(93, 28, 13, 0.88) 100%
      );
  }

  .culture-cta-container {
    width: calc(100% - 36px);
    justify-content: center;
  }

  .culture-cta-content {
    text-align: center;
  }

  .culture-cta-content h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .culture-cta-btn {
    min-width: 300px;
    min-height: 66px;
    font-size: 21px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .culture-cta-banner {
    min-height: 340px;
    padding: 36px 0;
    background-position: 22% center;
  }

  .culture-cta-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(73, 35, 15, 0.22) 0%,
        rgba(115, 53, 26, 0.55) 42%,
        rgba(98, 31, 15, 0.86) 100%
      );
  }

  .culture-cta-container {
    width: calc(100% - 24px);
  }

  .culture-cta-content {
    padding: 10px 0;
  }

  .culture-cta-content h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .culture-cta-btn {
    width: 100%;
    min-width: unset;
    min-height: 58px;
    font-size: 18px;
    padding: 16px 20px;
    border-radius: 8px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .culture-cta-banner {
    min-height: 300px;
    background-position: 24% center;
  }

  .culture-cta-content h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .culture-cta-btn {
    font-size: 16px;
    min-height: 54px;
    padding: 14px 16px;
  }
} 
.archive-gallery {
  background: #FEFBD6;
  padding: 120px 20px 90px;
  font-family: "Inter", Arial, sans-serif;
  color: #4A4A4A;
}

.archive-gallery-container {
  max-width: 1320px;
  margin: 0 auto;
}

.archive-heading {
  text-align: center;
  margin-bottom: 70px;
}

.archive-heading p {
  margin: 0 0 14px;
  color: #3F4550;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.archive-heading h2 {
  margin: 0;
  color: #4A4A4A;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 900;
}

.archive-heading h2 span {
  color: #8A9A5B;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.archive-grid img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  transition: 0.3s ease;
}

.archive-grid img:hover {
  transform: scale(1.02);
  filter: brightness(0.9);
}

/* Responsive */
@media (max-width: 1100px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .archive-grid img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .archive-gallery {
    padding: 80px 16px;
  }

  .archive-heading h2 {
    font-size: 42px;
  }

  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-grid img {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .archive-heading h2 {
    font-size: 34px;
  }

  .archive-grid {
    grid-template-columns: 1fr;
  }

  .archive-grid img {
    height: 320px;
  }
}
.svm-gallery-section {
  background: #FEFBD6;
  padding: 95px 20px;
  font-family: "Inter", Arial, sans-serif;
}

.svm-gallery-container {
  max-width: 1250px;
  margin: 0 auto;
}

.svm-gallery-heading {
  text-align: center;
  margin-bottom: 58px;
}

.svm-gallery-heading span {
  display: block;
  margin-bottom: 12px;
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.svm-gallery-heading h2 {
  margin: 0;
  color: #4A4A4A;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
}

.svm-gallery-heading h2 strong {
  color: #8A9A5B;
}

.svm-gallery-grid {
  column-count: 5;
  column-gap: 10px;
}

.svm-gallery-grid a {
  display: block;
  break-inside: avoid;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}

.svm-gallery-grid img {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  transition: all 0.35s ease;
}

.svm-gallery-grid a:hover img {
  transform: scale(1.04);
  filter: brightness(0.86);
}

/* Responsive */
@media (max-width: 1100px) {
  .svm-gallery-container {
    max-width: 900px;
  }

  .svm-gallery-grid {
    column-count: 4;
  }
}

@media (max-width: 768px) {
  .svm-gallery-section {
    padding: 70px 16px;
  }

  .svm-gallery-heading h2 {
    font-size: 34px;
  }

  .svm-gallery-grid {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .svm-gallery-heading {
    margin-bottom: 35px;
  }

  .svm-gallery-heading h2 {
    font-size: 30px;
  }

  .svm-gallery-grid {
    column-count: 1;
  }
}