/* --- Base Layout --- */
.contact-section {
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 28px;
}

.footer-sub {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: rgba(70, 84, 78, 0.72);
  text-align: center;
  line-height: 1.2;
}

.contact-section h2 {
  margin-bottom: 0.75rem;
}

.contact-section p {
  max-width: 680px;
  margin: 0.5rem auto;
   letter-spacing: 0.015em;
  line-height: 1.8;
}

.contact-button {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  color: #545454;
  background: #d8e4df;
  border: 1px solid rgba(84, 84, 84, 0.18);
}

.brand-r-wrap {
  position: relative;
  display: inline-block;
}

.brand-reg {
  position: absolute;
  bottom: 0.60em;
  right: -1.05em;
  font-size: 0.26em;
  line-height: 1;
  font-weight: normal;
  opacity: 0.75;
}

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  background: linear-gradient(180deg, #cfe8d6 0%, #e8f3ec 100%);
  color: #1f3d2b;
  text-align: center;
}

.container {
  max-width: 420px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

/* --- Images --- */
.museum-logo,
.listen-image {
  display: block;
  max-width: 140px;
  width: 100%;
  height: auto;
  margin: 1.1rem auto 1.2rem;
  opacity: 0.9;
}

.entryhub-icon {
  max-width: 85%;
}

/* --- Typography --- */
h1 {
  font-size: 2.05rem;
  margin: 0.4rem 0;
  color: #1f3d2b;
}

.brand {
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: normal;
  opacity: 0.9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 14px;
  letter-spacing: -0.03em;
  line-height: 1.05;
  transform: none;
}

.tm {
  font-size: 0.3em;
  vertical-align: 0.35em;
  margin-left: 1px;
  opacity: 0.5;
}

h1, h3 {
  font-family: Georgia, serif;
}

.subheading {
  font-style: italic;
  font-size: 1rem;
  opacity: 0.85;
  margin-bottom: 1.5rem;
}

/* --- Divider --- */
.divider {
  width: 70%;
  height: 1px;
  background: #b8b1a6;
  margin: 1.2rem auto 1.8rem;
}

/* --- Sections --- */
.qr-section {
  margin-bottom: 2rem;
  text-align: center;
}

.qr-title {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.qr-desc {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  opacity: 0.85;
}

.qr-place {
  font-size: 0.85rem;
  opacity: 0.75;
  margin-bottom: 0.6rem;
}

.tap-note {
  font-size: 0.95rem;      /* 👈 brings it back to readable */
  color: #6f7c78;          /* 👈 your soft grey */
  margin-top: 4px;
}

/* --- Links --- */
.qr-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

/* --- Ticket Image (Entry) --- */
.ticket-image {
  display: block;
  max-width: 280px;
  width: 75%;
  height: auto;
  margin: 0.1rem auto 0.6rem;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.06));
}

/* --- QR Images (Discover / Listen) --- */
.qr-code {
  display: block;
  width: 95%;
  max-width: 340px;
  min-width: 230px;
  margin: 0.6rem auto 0.3rem;
  border-radius: 10px;
  background: #f3f5f4;
  padding: 2px;
  overflow: hidden;
}
/* --- Labels --- */
.qr-label {
  font-size: 0.95rem;
  color: #6f7c78;
  margin-top: 6px;
}

.qr-link:hover .qr-label {
opacity: 1;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.solution-card {
  padding: 28px;
  border: 1px solid #d9ded9;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(40, 50, 45, 0.08);
  text-align: center;
}

.solution-card h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
  font-weight: normal;
}

.solution-card p {
  margin: 0 0 18px;
  color: #66716d;
  line-height: 1.55;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.qr-preview-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 8px 0 20px;
  color: #66716d;
  text-decoration: none;
  font-size: 0.9rem;
}

.card-qr {
  width: 118px;
  max-width: 100%;
  border-radius: 18px;
  border: 1px solid #d9ded9;
  background: #ffffff;
  padding: 10px;
}

.card-ticket {
  width: 150px;
  max-width: 100%;
  border-radius: 18px;
  border: 1px solid #d9ded9;
  background: #ffffff;
}

.quiet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #c9d5d0;
  background: #e6eeea;
  color: #1f2d2a;
  text-decoration: none;
  font-size: 0.95rem;
}

.featured-card {
  max-width: 760px;
  margin: 28px auto 0;
}

.coming-soon {
  display: inline-flex;
  margin-bottom: 14px !important;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e6eeea;
  border: 1px solid #c9d5d0;
  font-size: 0.82rem;
  color: #66716d;
}

.supporting {
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.hero {
  text-align: center;
  margin-bottom: 52px;
}

.tagline {
  font-size: 1.25rem;
  color: var(--muted);
  margin-bottom: 18px;
  font-style: italic;
}

.intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--muted);
}

.platform-note {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.platform-note p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}

.solutions-section {
  margin-top: 56px;
}

.solutions-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
}

.section-intro {
  max-width: 640px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
}

.closing-band p {
  color: var(--muted);
  opacity: 0.85;
  line-height: 1.85;
}

footer {
  margin-top: 34px;
  text-align: center;
  color: #8a9692;
  font-size: 0.68rem;
  font-weight: 400;
  opacity: 0.78;
  letter-spacing: 0.04em;
}

footer p {
  margin: 6px 0;
}

footer a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

footer sup {
  font-size: 0.55em;
  position: relative;
  top: -0.4em;
}
