@import url("https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&family=Jua&display=swap");

:root {
  --font-cute: "Jua", "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
  --font-hand: "Gaegu", "Jua", "Noto Sans KR", system-ui, sans-serif;
  --mint: #66c48a;
  --mint-dark: #14704e;
  --sky: #85cfe0;
  --yellow: #ffc34b;
  --coral: #f27f61;
  --lilac: #c8b8ff;
  --earth: #9f643c;
  --ink: #172b22;
  --paper: #fff6df;
  --cream: #fffaf0;
  --soft: #e7f8f0;
  --line: rgba(23, 43, 34, 0.2);
  --shadow: 6px 6px 0 rgba(23, 43, 34, 0.1), 0 20px 44px rgba(49, 82, 68, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#programs,
#schedule,
#popup,
#partner-programs,
#location,
#faq,
#partners {
  scroll-margin-top: 98px;
}

body {
  margin: 0;
  background:
    repeating-linear-gradient(0deg, rgba(23, 43, 34, 0.025) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, #fff8e8 0%, #fbf0d8 100%);
  color: var(--ink);
  font-family: var(--font-cute);
  line-height: 1.58;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-weight: 950;
  text-decoration: none;
  transition: transform 0.16s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(242, 127, 97, 0.65);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 28px;
  background: rgba(255, 248, 229, 0.94);
  border-bottom: 2px solid rgba(23, 43, 34, 0.12);
  box-shadow: 0 4px 0 rgba(255, 195, 75, 0.32);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
}

.brand-logo {
  width: 86px;
  height: auto;
  object-fit: contain;
}

.brand-sub {
  color: var(--earth);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

nav {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.01em;
}

nav a {
  padding: 8px 9px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
}

nav a:hover {
  background: #fff0bf;
}

nav a.is-active {
  background: #fff0bf;
  color: var(--mint-dark);
}

.nav-button {
  padding: 10px 15px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: white;
  box-shadow: 3px 3px 0 rgba(242, 127, 97, 0.55);
}

.hero {
  position: relative;
  min-height: clamp(680px, calc(100vh - 76px), 860px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 32px;
  padding: 56px max(28px, calc((100vw - 1180px) / 2)) 40px;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(20, 112, 78, 0.035) 0 1px, transparent 1px 34px),
    linear-gradient(135deg, #f9fff4 0%, #e9f8f4 55%, #fff0c9 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 2px solid rgba(20, 112, 78, 0.22);
  border-radius: 22px;
  box-shadow: 8px 8px 0 rgba(255, 195, 75, 0.22);
  pointer-events: none;
}

.hero-text {
  position: relative;
  z-index: 2;
}

.kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 9px;
  color: var(--mint-dark);
  background: #fff1be;
  border: 2px solid rgba(20, 112, 78, 0.22);
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgba(20, 112, 78, 0.1);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  line-height: 1;
  letter-spacing: 0;
}

.hero-title {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.hero-title-en {
  display: block;
  color: var(--mint-dark);
  font-size: clamp(26px, 4.1vw, 52px);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.hero-logo {
  width: min(100%, clamp(250px, 34vw, 500px));
  height: auto;
  object-fit: contain;
  filter: drop-shadow(3px 3px 0 rgba(255, 195, 75, 0.36));
}

.lead {
  max-width: 620px;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 950;
  letter-spacing: 0.01em;
}

.facts,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.facts {
  margin: 28px 0;
}

.facts span {
  padding: 9px 12px;
  border: 2px solid rgba(23, 43, 34, 0.13);
  border-radius: 8px;
  background: white;
  box-shadow: 4px 4px 0 rgba(23, 43, 34, 0.08);
  font-weight: 950;
}

.facts span:nth-child(2) {
  background: #f6fff6;
}

.facts span:nth-child(3) {
  background: #fff4ca;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 4px 4px 0 rgba(23, 43, 34, 0.16);
  font-weight: 950;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 rgba(23, 43, 34, 0.16);
}

.button.primary {
  background: var(--yellow);
  color: #271709;
}

.button.secondary {
  background: white;
  color: var(--mint-dark);
}

.hero-art {
  position: relative;
  min-height: 610px;
}

.hero-art .mountain {
  position: absolute;
  top: 5%;
  right: 0;
  width: min(760px, 96%);
  transform: rotate(-1.5deg);
}

.hero-art .island {
  position: absolute;
  right: 0;
  bottom: 2%;
  width: min(820px, 100%);
  filter: drop-shadow(9px 18px 0 rgba(255, 195, 75, 0.18));
  transform: rotate(1deg);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 88px auto;
}

.intro {
  margin: 58px auto 48px;
}

.intro,
.split,
.location {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 32px;
  align-items: center;
}

.intro h2 {
  max-width: 560px;
  font-size: clamp(32px, 3.55vw, 44px);
  line-height: 1.12;
  text-shadow: 3px 3px 0 rgba(255, 195, 75, 0.28);
}

.mobile-phrase {
  display: none;
}

.intro > p {
  max-width: 780px;
  margin: 30px 0 0;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}

.intro > p,
.split > div:first-child p,
.popup-copy > p,
.location p:not(.kicker) {
  font-weight: 750;
}

.section-copy {
  max-width: 760px;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.62;
}

.section-title {
  max-width: 720px;
  margin-bottom: 28px;
}

h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.18;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.program-card,
.tour-list article,
.schedule-grid article,
.partner-grid article,
.faq details {
  background: var(--cream);
  border: 2px solid rgba(23, 43, 34, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.program-card {
  position: relative;
  min-height: 390px;
  padding: 18px;
  overflow: hidden;
}

.program-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--mint);
}

.program-card:nth-child(2)::before,
.program-card:nth-child(5)::before {
  background: var(--sky);
}

.program-card:nth-child(3)::before,
.program-card:nth-child(6)::before {
  background: var(--yellow);
}

.program-card img,
.type-art {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 18px;
  border: 2px solid rgba(23, 43, 34, 0.1);
  border-radius: 8px;
}

.program-card:nth-child(odd) img {
  transform: rotate(-1deg);
}

.program-card:nth-child(even) img {
  transform: rotate(1deg);
}

.type-art {
  display: grid;
  place-items: center;
  background:
    repeating-linear-gradient(-45deg, rgba(20, 112, 78, 0.08) 0 9px, transparent 9px 18px),
    url("./assets/mountain-sun.png") center / contain no-repeat,
    #fff4cd;
  color: var(--mint-dark);
  font-size: 28px;
  font-weight: 950;
}

.type-art.recovery {
  background:
    repeating-linear-gradient(-45deg, rgba(36, 122, 160, 0.08) 0 9px, transparent 9px 18px),
    linear-gradient(135deg, #eefbf6, #dff3ff);
}

.type-art.water {
  background:
    repeating-linear-gradient(-45deg, rgba(255, 195, 75, 0.16) 0 9px, transparent 9px 18px),
    linear-gradient(135deg, #dff3ff, #fff3cf);
}

.type-art.scent {
  background:
    repeating-linear-gradient(-45deg, rgba(242, 127, 97, 0.1) 0 9px, transparent 9px 18px),
    linear-gradient(135deg, #fff1d3, #f2e9ff);
}

.label {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 3px 8px;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: white;
  font-size: 13px;
  font-weight: 950;
}

.vitality {
  color: var(--mint-dark);
}

.recovery-label {
  color: #247aa0;
}

.rest-label {
  color: var(--earth);
}

.program-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}

.program-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 7px;
  border: 1px solid rgba(20, 112, 78, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(23, 43, 34, 0.84);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
}

dl {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
}

dl div {
  display: flex;
  gap: 8px;
}

dt {
  flex: none;
  color: var(--mint-dark);
  font-weight: 950;
}

dd {
  margin: 0;
}

.tour-list {
  display: grid;
  gap: 12px;
}

.tour-list article {
  padding: 20px;
  background: white;
}

.schedule {
  padding: 52px max(20px, calc((100vw - 1180px) / 2));
  width: 100%;
  max-width: none;
  background:
    repeating-linear-gradient(90deg, rgba(20, 112, 78, 0.035) 0 1px, transparent 1px 28px),
    var(--soft);
  border-block: 2px solid rgba(20, 112, 78, 0.14);
}

.schedule > * {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.schedule .section-title {
  margin-bottom: 24px;
}

.schedule .section-copy {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(23, 43, 34, 0.82);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.schedule-grid article {
  padding: 22px;
  background: #fffdf5;
}

.schedule-card h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 2px solid rgba(20, 112, 78, 0.14);
}

.schedule-card h3 small {
  color: var(--earth);
  font-size: 15px;
  font-weight: 950;
}

.schedule ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(20, 112, 78, 0.18);
}

.timeline li:last-child {
  border-bottom: 0;
}

time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 4px 6px;
  border-radius: 7px;
  background: #e9f8f0;
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.15;
  white-space: nowrap;
}

.event-name {
  min-width: 0;
  font-weight: 850;
  line-height: 1.32;
}

.event-type {
  padding: 2px 7px;
  border: 1px solid rgba(159, 100, 60, 0.24);
  border-radius: 999px;
  background: #fff3cb;
  color: var(--earth);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
}

.popup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  gap: 36px;
  align-items: center;
}

.popup-lead {
  max-width: 820px;
}

.popup img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: top center;
  border: 2px solid rgba(23, 43, 34, 0.14);
  border-radius: 8px;
  box-shadow: 7px 7px 0 rgba(242, 127, 97, 0.18), 0 22px 42px rgba(49, 82, 68, 0.13);
  transform: rotate(0.7deg);
}

.muding-story {
  margin: 24px 0;
  padding: 22px;
  background:
    repeating-linear-gradient(0deg, transparent 0 27px, rgba(159, 100, 60, 0.1) 27px 28px),
    #fffdf4;
  border: 2px solid rgba(20, 112, 78, 0.18);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(255, 195, 75, 0.32);
}

.muding-story p {
  margin-bottom: 16px;
  font-family: var(--font-hand);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.34;
}

.muding-story p:last-child {
  margin-bottom: 0;
}

.muding-story strong {
  display: block;
  font-family: var(--font-cute);
  color: var(--mint-dark);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.14;
  text-shadow: 3px 3px 0 rgba(255, 195, 75, 0.42);
}

.info-list {
  margin: 22px 0;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-grid article {
  padding: 20px;
}

.partner-grid img {
  height: 130px;
  margin-bottom: 16px;
  object-fit: contain;
}

.location {
  padding: 42px;
  width: 100%;
  max-width: none;
  background:
    repeating-linear-gradient(90deg, rgba(159, 100, 60, 0.035) 0 1px, transparent 1px 30px),
    #f8ead8;
}

.location > div:first-child {
  justify-self: end;
  width: min(640px, 100%);
}

.location-lead {
  max-width: 620px;
}

.location-meta {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin: 18px 0 14px;
}

.location-meta p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  margin: 0;
}

.location-meta span {
  flex: none;
  padding: 3px 7px;
  border: 1px solid rgba(20, 112, 78, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--mint-dark);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.location-meta strong {
  font-size: 16px;
  line-height: 1.35;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 16px;
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px;
  border: 2px solid rgba(23, 43, 34, 0.16);
  border-radius: 8px;
  box-shadow: 3px 3px 0 rgba(23, 43, 34, 0.08);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.map-link.naver {
  background: #eafbf1;
  color: #077a3b;
}

.map-link.kakao {
  background: #fff3bf;
  color: #5b4110;
}

.contact {
  font-weight: 950;
  color: var(--mint-dark);
}

.map-card {
  position: relative;
  width: min(580px, 100%);
  min-height: 380px;
  background:
    url("./assets/island-crowd.png") center center / 86% auto no-repeat,
    repeating-linear-gradient(-45deg, rgba(20, 112, 78, 0.05) 0 12px, transparent 12px 24px),
    #fffdf4;
  border: 2px solid rgba(23, 43, 34, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  margin: 0;
  padding: 30px max(20px, calc((100vw - 1180px) / 2));
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 28px),
    var(--mint-dark);
  color: white;
}

.cta-band .kicker {
  margin-bottom: 8px;
  background: #fff3cb;
}

.cta-band h2 {
  margin-bottom: 6px;
  color: white;
  font-size: clamp(28px, 3.3vw, 42px);
}

.cta-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.cta-band .actions {
  flex: none;
  justify-content: flex-end;
}

.cta-band .button.secondary {
  border-color: white;
  background: white;
}

.partner-mini {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 26px;
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 72px;
  padding-top: 16px;
  border-top: 1px solid rgba(23, 43, 34, 0.12);
  scroll-margin-top: 88px;
}

.partner-mini-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  color: inherit;
  text-decoration: none;
  opacity: 0.82;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.partner-mini-item:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.partner-mini-item span {
  flex: none;
  padding: 2px 6px;
  border: 1px solid rgba(20, 112, 78, 0.26);
  border-radius: 999px;
  color: var(--mint-dark);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.partner-mini-item img {
  display: block;
  width: auto;
  max-width: 150px;
  max-height: 28px;
  object-fit: contain;
}

.partner-mini-item:nth-child(1) img {
  max-width: 118px;
  max-height: 32px;
}

.partner-mini-item:nth-child(4) img {
  max-width: 170px;
  max-height: 36px;
}

.faq {
  max-width: 840px;
  margin-top: 72px;
}

.faq details {
  padding: 18px 20px;
  margin-bottom: 12px;
  background: #fffdf5;
}

summary {
  position: relative;
  padding-right: 32px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(20, 112, 78, 0.24);
  border-radius: 50%;
  background: #f2fbf6;
  color: var(--mint-dark);
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 12px 0 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px max(24px, calc((100vw - 1180px) / 2));
  background: var(--ink);
  color: white;
}

@media (max-width: 980px) {
  .hero,
  .intro,
  .split,
  .popup,
  .location {
    grid-template-columns: 1fr;
  }

  .intro {
    gap: 18px;
  }

  .intro h2 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 38px);
  }

  .desktop-phrase {
    display: none;
  }

  .mobile-phrase {
    display: inline;
  }

  .intro > p {
    max-width: 100%;
    margin-top: 0;
    font-size: 17px;
    line-height: 1.56;
  }

  .intro > p br {
    display: none;
  }

  .section-copy {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.56;
  }

  .hero {
    padding-top: 46px;
  }

  .hero-art {
    min-height: 420px;
  }

  .program-grid,
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location > div:first-child {
    justify-self: start;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-band .actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  #programs,
  #schedule,
  #popup,
  #partner-programs,
  #location,
  #faq,
  #partners {
    scroll-margin-top: 114px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 10px 14px;
  }

  .brand-logo {
    width: 78px;
  }

  .brand-sub {
    font-size: 10px;
  }

  nav {
    width: 100%;
    gap: 4px;
    overflow-x: visible;
    padding-bottom: 3px;
  }

  nav a {
    padding: 7px 5px;
    font-size: clamp(11px, 3.2vw, 13px);
  }

  .nav-button {
    padding: 8px 9px;
  }

  .hero {
    min-height: auto;
    padding-inline: 20px;
  }

  .hero::before {
    inset: 12px;
  }

  .hero-art {
    min-height: 300px;
  }

  .facts span,
  .button {
    width: 100%;
  }

  .program-grid,
  .schedule-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .timeline li {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 8px;
    padding: 11px 0;
  }

  .timeline time {
    grid-column: 1 / -1;
    width: max-content;
  }

  .event-type {
    align-self: start;
    margin-top: 1px;
  }

  .location {
    padding: 34px 20px;
  }

  .location-actions,
  .cta-band .actions {
    width: 100%;
  }

  .map-link {
    flex: 1 1 130px;
  }

  .map-card {
    min-height: 280px;
  }

  .cta-band {
    padding: 28px 20px;
  }

  .partner-mini {
    gap: 12px 18px;
    margin: 18px auto 56px;
  }

  .partner-mini-item img {
    max-width: 132px;
  }

  .partner-mini-item:nth-child(4) img {
    max-width: 154px;
  }

  .program-card {
    min-height: auto;
  }

  time {
    display: block;
    width: max-content;
    min-width: 0;
    margin: 0 0 4px;
  }

  .popup img {
    max-height: 560px;
    transform: none;
  }

  .site-footer {
    flex-direction: column;
  }
}
