/*
Theme Name: VPA Arc Vallon
Theme URI: https://vallonpontdarc-animations.fr/
Author: ARC Vallon
Description: Theme leger sur mesure pour Vallon-Pont-d'Arc animations, sans Kubio.
Version: 1.0.0
Text Domain: vpa-arcvallon
*/

:root {
  --vpa-green: #1a4548;
  --vpa-green-dark: #123437;
  --vpa-gold: #d8a13a;
  --vpa-cream: #fff8ef;
  --vpa-soft: #f5efe6;
  --vpa-ink: #172022;
  --vpa-muted: #667173;
  --vpa-line: rgba(26, 69, 72, 0.16);
  --vpa-shadow: 0 20px 60px rgba(26, 69, 72, 0.14);
  --vpa-radius: 22px;
  --vpa-width: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fffdf8;
  color: var(--vpa-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { height: auto; max-width: 100%; }

.site-header {
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid var(--vpa-line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}
.site-header__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--vpa-width);
  min-height: 76px;
  padding: 10px 20px;
  position: relative;
}
.site-branding {
  align-items: center;
  display: flex;
  gap: 12px;
  text-decoration: none;
}
.site-branding img {
  border-radius: 999px;
  height: 54px;
  width: 54px;
}
.site-branding strong {
  color: var(--vpa-green);
  display: block;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}
.site-branding span {
  color: var(--vpa-muted);
  display: block;
  font-size: 0.78rem;
  font-weight: 750;
}
.primary-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu a {
  border-radius: 999px;
  color: var(--vpa-green);
  display: block;
  font-size: 0.94rem;
  font-weight: 850;
  padding: 9px 13px;
  text-decoration: none;
}
.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  background: rgba(26, 69, 72, 0.1);
}
.site-menu-toggle {
  display: none;
}

.vpa-hero {
  background: linear-gradient(90deg, rgba(18, 52, 55, 0.82), rgba(18, 52, 55, 0.36)), var(--hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 520px;
  padding: 92px 20px 130px;
}
.vpa-hero__inner {
  margin: 0 auto;
  max-width: var(--vpa-width);
}
.vpa-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 18px;
  max-width: 760px;
}
.vpa-hero p {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 650;
  margin: 0 0 26px;
  max-width: 660px;
}
.vpa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.vpa-btn,
.wp-block-button__link,
.wpcf7-submit {
  background: var(--vpa-green);
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  padding: 14px 20px;
  text-decoration: none;
}
.vpa-btn--light { background: #fff; color: var(--vpa-green) !important; }
.vpa-btn--gold { background: var(--vpa-gold); }
.vpa-btn:hover,
.wp-block-button__link:hover,
.wpcf7-submit:hover { filter: brightness(0.94); }

.vpa-stat-wrap {
  margin: -76px auto 40px;
  max-width: var(--vpa-width);
  padding: 0 20px;
  position: relative;
}
.vpa-stats {
  background: #fff;
  border-radius: 34px;
  box-shadow: var(--vpa-shadow);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
.vpa-stat {
  border-right: 1px solid var(--vpa-line);
  padding: 30px 24px;
  text-align: center;
}
.vpa-stat:last-child { border-right: 0; }
.vpa-stat h3 {
  color: var(--vpa-green);
  font-size: 1.35rem;
  line-height: 1.1;
  margin: 0 0 12px;
}
.vpa-stat p {
  color: var(--vpa-muted);
  font-size: 0.94rem;
  margin: 0;
}

.vpa-section {
  padding: 58px 20px;
}
.vpa-section--soft { background: var(--vpa-soft); }
.vpa-container {
  margin: 0 auto;
  max-width: var(--vpa-width);
}
.vpa-section-title {
  margin: 0 auto 28px;
  max-width: 760px;
  text-align: center;
}
.vpa-section-title h2,
.entry-content h1,
.entry-content h2 {
  color: var(--vpa-green);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  margin: 0 0 10px;
}
.vpa-divider {
  background: var(--vpa-gold);
  border-radius: 999px;
  height: 4px;
  margin: 0 auto 18px;
  width: 84px;
}
.vpa-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
}
.vpa-split--reverse { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
.vpa-image-panel {
  background: var(--image) center / cover no-repeat;
  min-height: 520px;
}
.vpa-text-panel {
  background: #fff;
  padding: clamp(28px, 7vw, 76px);
}
.vpa-text-panel h2 {
  color: var(--vpa-green);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  margin: 0 0 12px;
}
.vpa-text-panel p { font-size: 1.05rem; margin: 0; }

.vpa-contact-band {
  background: linear-gradient(rgba(18, 52, 55, 0.74), rgba(18, 52, 55, 0.74)), var(--contact-image) center / cover fixed;
  padding: 70px 20px;
}
.vpa-contact-card {
  background: #fff;
  border-radius: 34px;
  box-shadow: var(--vpa-shadow);
  display: grid;
  gap: 28px;
  grid-template-columns: 0.85fr 1.15fr;
  margin: 0 auto;
  max-width: var(--vpa-width);
  padding: clamp(24px, 5vw, 52px);
}
.vpa-contact-card h2 { color: var(--vpa-green); margin-top: 0; }
.wpcf7-form label { color: var(--vpa-green); font-weight: 850; }
.wpcf7-form input,
.wpcf7-form textarea,
.entry-content input,
.entry-content select,
.entry-content textarea {
  border: 1px solid var(--vpa-line);
  border-radius: 12px;
  font: inherit;
  padding: 11px 12px;
  width: 100%;
}

.site-main,
.entry-content {
  margin: 0 auto;
  max-width: var(--vpa-width);
  padding: 42px 20px;
}
.page-title {
  color: var(--vpa-green);
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.05;
  margin: 0 0 24px;
}
.site-footer {
  background: var(--vpa-green-dark);
  color: #fff;
  padding: 34px 20px;
}
.site-footer__inner {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--vpa-width);
}
.site-footer a { color: #fff; font-weight: 850; }

@media (max-width: 860px) {
  .site-header__inner,
  .site-footer__inner { align-items: flex-start; flex-direction: column; }
  .vpa-hero { min-height: 460px; padding-top: 68px; }
  .vpa-stats { grid-template-columns: 1fr; }
  .vpa-stat { border-right: 0; border-bottom: 1px solid var(--vpa-line); }
  .vpa-stat:last-child { border-bottom: 0; }
  .vpa-split,
  .vpa-split--reverse,
  .vpa-contact-card { grid-template-columns: 1fr; }
  .vpa-image-panel { min-height: 300px; }
}

.vpa-merchant-actions .vpa-button,
.vpa-merchant-space .vpa-button,
.vpa-merchant-space button.vpa-button,
.vpa-merchant-space a.vpa-button {
  align-items: center !important;
  background: var(--vpa-green) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  display: inline-flex !important;
  font-weight: 900 !important;
  justify-content: center !important;
  line-height: 1 !important;
  opacity: 1 !important;
  padding: 13px 18px !important;
  text-decoration: none !important;
  visibility: visible !important;
}

.vpa-merchant-actions .vpa-button:hover,
.vpa-merchant-space .vpa-button:hover {
  background: var(--vpa-green-dark) !important;
  color: #ffffff !important;
}

.vpa-merchant-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
}

.vpa-merchant-modal {
  align-items: flex-start;
  background: rgba(18, 52, 55, 0.68);
  display: none;
  inset: 0;
  justify-content: center;
  overflow-y: auto;
  padding: 28px 16px;
  position: fixed;
  z-index: 99999;
}

.vpa-merchant-modal.is-open {
  display: flex;
}

.vpa-merchant-modal__panel {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  max-width: 860px;
  padding: clamp(20px, 4vw, 34px);
  position: relative;
  width: min(100%, 860px);
}

.vpa-merchant-modal__panel h3 {
  color: var(--vpa-green);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
  margin: 0 42px 20px 0;
}

.vpa-merchant-modal__close {
  align-items: center;
  background: var(--vpa-green) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex !important;
  font-size: 1.45rem !important;
  font-weight: 900 !important;
  height: 38px;
  justify-content: center;
  line-height: 1 !important;
  padding: 0 !important;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
}

.vpa-merchant-modes {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 18px;
}

.vpa-merchant-modes button {
  background: #fff !important;
  border: 1px solid var(--vpa-line) !important;
  border-radius: 14px !important;
  color: var(--vpa-ink) !important;
  cursor: pointer;
  display: grid !important;
  gap: 8px;
  justify-items: start;
  min-height: 148px;
  padding: 18px !important;
  text-align: left;
}

.vpa-merchant-modes button:hover {
  border-color: var(--vpa-gold) !important;
  box-shadow: 0 14px 34px rgba(26, 69, 72, 0.12);
}

.vpa-merchant-modes span {
  align-items: center;
  background: var(--vpa-green);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vpa-merchant-modes strong {
  color: var(--vpa-green);
  font-size: 1.05rem;
  line-height: 1.15;
}

.vpa-merchant-modes small {
  color: var(--vpa-muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.vpa-merchant-facebook-import {
  background: var(--vpa-cream);
  border: 1px solid var(--vpa-line);
  border-radius: 14px;
  display: none;
  margin: 0 0 18px;
  padding: 16px;
}

.vpa-merchant-form {
  display: grid;
  gap: 14px;
}

.vpa-merchant-form label {
  color: var(--vpa-green);
  display: grid;
  font-weight: 850;
  gap: 6px;
}

.vpa-merchant-two {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vpa-merchant-check {
  align-items: center;
  display: flex !important;
  gap: 9px !important;
}

.vpa-merchant-check input {
  width: auto !important;
}

.vpa-merchant-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vpa-merchant-list li {
  align-items: center;
  border: 1px solid var(--vpa-line);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
}

.vpa-merchant-list small {
  color: var(--vpa-muted);
  display: block;
}

@media (max-width: 680px) {
  .vpa-merchant-modes,
  .vpa-merchant-two {
    grid-template-columns: 1fr;
  }

  .vpa-merchant-modal {
    padding: 12px;
  }
}

.vpa-merchant-list-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.vpa-merchant-delete-form {
  margin: 0;
}

.vpa-merchant-delete {
  background: #9f1d1d !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex !important;
  font: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  padding: 10px 13px !important;
}

.vpa-merchant-delete:hover {
  background: #7f1717 !important;
}

.primary-menu li {
  position: relative;
}
.primary-menu .sub-menu {
  background: #fffdf8;
  border: 1px solid var(--vpa-line);
  border-radius: 16px;
  box-shadow: var(--vpa-shadow);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 260px;
  padding: 14px 8px 8px;
  position: absolute;
  top: 100%;
  z-index: 200;
}
.primary-menu .sub-menu::before {
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  top: -10px;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  display: grid;
}
.primary-menu .sub-menu a {
  border-radius: 12px;
  font-size: 0.9rem;
  padding: 8px 11px;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .primary-menu .sub-menu {
    position: static;
    min-width: 0;
    margin-top: 6px;
    padding: 8px;
  }
  .primary-menu .sub-menu::before {
    display: none;
  }
}
.vpa-place-detail {
  margin: 0 auto;
  max-width: var(--vpa-width);
  padding: 28px 20px 64px;
}
.vpa-place-detail__hero {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: start;
}
.vpa-place-detail__media img,
.vpa-place-detail__media .vpa-place-detail__placeholder {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.vpa-place-detail__placeholder {
  background: linear-gradient(135deg, var(--vpa-soft), #efe5da);
}
.vpa-place-detail__main {
  display: grid;
  gap: 18px;
}
.vpa-place-detail__events {
  display: grid;
  gap: 14px;
}
.vpa-place-detail__event-block {
  background: #fff;
  border: 1px solid var(--vpa-line);
  border-radius: 14px;
  padding: 14px;
}
.vpa-place-detail__event-block--past {
  background: rgba(26, 69, 72, 0.04);
}
.vpa-place-detail__event-block h2 {
  color: var(--vpa-green);
  font-size: 1.05rem;
  line-height: 1.15;
  margin: 0 0 10px;
}
.vpa-place-detail__event-block p {
  color: var(--vpa-muted);
  margin: 0;
}
.vpa-place-detail__event-list {
  display: grid;
  gap: 8px;
}
.vpa-place-detail__event {
  border-left: 3px solid var(--vpa-gold);
  display: grid;
  gap: 2px;
  padding-left: 10px;
}
.vpa-place-detail__event.is-past {
  border-left-color: rgba(26, 69, 72, 0.28);
  opacity: 0.78;
}
.vpa-place-detail__event a {
  color: var(--vpa-green);
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}
.vpa-place-detail__event a:hover {
  text-decoration: underline;
}
.vpa-place-detail__event span {
  color: rgba(17, 32, 34, 0.66);
  font-size: 0.88rem;
  font-weight: 750;
}
.vpa-place-detail__social {
  background: #fff;
  border: 1px solid var(--vpa-line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(26, 69, 72, 0.1);
  padding: 16px;
}
.vpa-place-detail__social h2 {
  color: var(--vpa-green);
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 0 0 12px;
}
.vpa-place-detail__social-grid {
  display: grid;
  gap: 14px;
}
@media (min-width: 760px) {
  .vpa-place-detail__social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.vpa-place-social-card {
  border: 1px solid var(--vpa-line);
  border-radius: 14px;
  overflow: hidden;
}
.vpa-place-social-card__head {
  align-items: center;
  background: rgba(26, 69, 72, 0.06);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 12px;
}
.vpa-place-social-card__head strong {
  color: var(--vpa-green);
  font-weight: 950;
}
.vpa-place-social-card__head a {
  color: var(--vpa-green);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}
.vpa-place-social-card__head span {
  color: rgba(17, 32, 34, 0.62);
  font-size: 0.82rem;
  font-weight: 850;
}
.vpa-place-social-card iframe {
  display: block;
  max-width: 100%;
  width: 100%;
}
.vpa-place-social-card__instagram-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 12px;
}
.vpa-place-social-card__instagram-grid span {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #833ab4, #fd1d1d 48%, #fcb045);
  border-radius: 10px;
  display: block;
  opacity: 0.88;
}
.vpa-place-social-card__note {
  border-top: 1px solid var(--vpa-line);
  padding: 14px;
}
.vpa-place-social-card__note strong {
  color: var(--vpa-green);
  display: block;
  font-weight: 950;
  margin-bottom: 6px;
}
.vpa-place-social-card__note p {
  color: rgba(17, 32, 34, 0.7);
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.vpa-place-social-card__note a {
  color: var(--vpa-green);
  font-weight: 900;
  text-decoration: none;
}
.vpa-place-social-card__placeholder {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 48%, #fcb045);
  color: #fff;
  min-height: 220px;
  padding: 22px;
}
.vpa-place-social-card__placeholder span {
  display: block;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 10px;
}
.vpa-place-social-card__placeholder p {
  font-weight: 800;
  margin: 0;
  max-width: 320px;
}
.vpa-place-detail__panel {
  background: #fff;
  border: 1px solid var(--vpa-line);
  border-radius: 18px;
  box-shadow: var(--vpa-shadow);
  padding: 18px;
}
.vpa-place-detail__category {
  align-items: center;
  color: rgba(17, 32, 34, 0.66);
  display: inline-flex;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.2;
  margin: 0 0 10px;
}
.vpa-place-detail__category .vpa-place-card__icon {
  align-items: center;
  background: rgba(216, 161, 58, 0.14);
  border-radius: 999px;
  color: var(--vpa-green);
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.vpa-place-detail__category .vpa-place-card__icon svg {
  display: block;
  height: 16px;
  width: 16px;
}
.vpa-place-detail__meta {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}
.vpa-place-detail__meta div {
  display: grid;
  gap: 2px;
}
.vpa-place-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vpa-place-detail__actions a {
  background: var(--vpa-green);
  border-radius: 999px;
  color: #fff !important;
  font-weight: 850;
  padding: 10px 14px;
  text-decoration: none;
}
.vpa-place-detail__hours {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.vpa-place-detail__hours-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--vpa-line);
  padding: 8px 0;
}
@media (max-width: 960px) {
  .vpa-place-detail__hero {
    grid-template-columns: 1fr;
  }
}

.vpa-place-detail .vpa-place-card__status-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  position: static;
}
.vpa-place-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.2;
  padding: 6px 10px;
}
.vpa-place-badge--world-cup {
  background: rgba(216, 161, 58, 0.18);
  color: #8a5a00;
}

.vpa-place-detail .vpa-place-card__status-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
  position: static;
}
.vpa-place-detail .vpa-place-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.2;
  padding: 6px 10px;
}
.vpa-place-detail .vpa-place-badge--world-cup {
  background: rgba(216, 161, 58, 0.18);
  color: #8a5a00;
}


@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }

  body.site-menu-open {
    overflow: hidden;
  }

  .site-header {
    z-index: 1000;
  }

  .site-header::before {
    background: rgba(18, 52, 55, 0.42);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: -1;
  }

  .site-header.is-menu-open::before {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header__inner {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    min-height: 64px;
    padding: 8px 14px;
  }

  .site-branding {
    flex: 1 1 auto;
    min-width: 0;
  }

  .site-branding img {
    height: 44px;
    width: 44px;
  }

  .site-branding > span {
    min-width: 0;
  }

  .site-branding strong {
    font-size: 0.92rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-branding > span > span {
    font-size: 0.72rem;
    line-height: 1.15;
  }

  .site-menu-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid var(--vpa-line);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(26, 69, 72, 0.1);
    color: var(--vpa-green);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 950;
    gap: 9px;
    line-height: 1;
    min-height: 42px;
    padding: 10px 13px;
  }

  .site-menu-toggle__icon {
    display: grid;
    gap: 4px;
    width: 18px;
  }

  .site-menu-toggle__icon span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 2px;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-header.is-menu-open .site-menu-toggle {
    background: var(--vpa-green);
    color: #fff;
  }

  .site-header.is-menu-open .site-menu-toggle__icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-menu-open .site-menu-toggle__icon span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .site-menu-toggle__icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-navigation {
    background: #fffdf8;
    border: 1px solid rgba(26, 69, 72, 0.14);
    border-radius: 0 0 24px 24px;
    box-shadow: 0 24px 70px rgba(18, 52, 55, 0.24);
    display: block;
    left: 0;
    max-height: calc(100dvh - 64px);
    opacity: 0;
    overflow-y: auto;
    padding: 10px 14px 16px;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 64px;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .site-header.is-menu-open .site-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .primary-menu {
    align-items: stretch;
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0 auto;
    max-width: 620px;
    padding: 0;
  }

  .primary-menu li {
    position: static;
  }

  .primary-menu > li > a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(26, 69, 72, 0.12);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(26, 69, 72, 0.07);
    color: var(--vpa-green);
    display: flex;
    font-size: 1rem;
    font-weight: 950;
    justify-content: space-between;
    min-height: 50px;
    padding: 14px 15px;
    text-decoration: none;
    white-space: normal;
  }

  .primary-menu > li > a::after {
    color: rgba(26, 69, 72, 0.45);
    content: "›";
    font-size: 1.35rem;
    line-height: 1;
  }

  .primary-menu > li.menu-item-has-children > a::after {
    content: "";
  }

  .primary-menu .current-menu-item > a,
  .primary-menu a:hover {
    background: rgba(26, 69, 72, 0.08);
  }

  .primary-menu .sub-menu {
    background: rgba(26, 69, 72, 0.045);
    border: 1px solid rgba(26, 69, 72, 0.09);
    border-radius: 16px;
    box-shadow: none;
    display: grid !important;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: auto;
    list-style: none;
    margin: 8px 0 2px;
    min-width: 0;
    padding: 8px;
    position: static;
    top: auto;
  }

  .primary-menu .sub-menu::before {
    display: none;
  }

  .primary-menu .sub-menu a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(26, 69, 72, 0.08);
    border-radius: 12px;
    color: rgba(26, 69, 72, 0.9);
    display: flex;
    font-size: 0.82rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 9px 8px;
    text-align: center;
    white-space: normal;
  }

  .vpa-hero {
    min-height: 390px;
    padding: 48px 14px 96px;
  }

  .vpa-hero h1 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .vpa-hero p {
    font-size: 1rem;
  }

  .vpa-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vpa-actions .vpa-btn {
    justify-content: center;
    width: 100%;
  }

  .vpa-stat-wrap {
    margin-top: -58px;
    padding: 0 12px;
  }

  .vpa-stats,
  .vpa-contact-card {
    border-radius: 20px;
  }

  .vpa-stat {
    padding: 20px 16px;
  }

  .vpa-section {
    padding: 38px 14px;
  }

  .vpa-section-title {
    margin-bottom: 20px;
  }

  .vpa-section-title h2,
  .entry-content h1,
  .entry-content h2,
  .vpa-text-panel h2 {
    font-size: 2rem;
  }

  .vpa-image-panel {
    min-height: 230px;
  }

  .vpa-text-panel {
    padding: 22px;
  }

  .vpa-contact-band {
    background-attachment: scroll;
    padding: 38px 14px;
  }

  .site-main,
  .entry-content,
  .vpa-place-detail {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-footer__inner {
    gap: 10px;
  }
}

@media (max-width: 380px) {
  .site-menu-toggle__label {
    display: none;
  }

  .site-menu-toggle {
    min-width: 42px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .primary-menu .sub-menu {
    grid-template-columns: 1fr;
  }
}
