.right.sub-page #seat-sponsor {
  color: var(--ti-text);
}

.seat-photo {
  margin: 0 0 24px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  line-height: 0;
  border: 1px solid var(--ti-border);
  background: var(--ti-surface);
}

.seat-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.seat-intro {
  margin: 0 0 26px;
  padding: 24px 20px;
  border: 1px solid var(--ti-border);
  background: var(--ti-surface);
}

.seat-intro__title {
  margin: 0 0 16px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ti-text-strong);
}

.seat-intro__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(
    90deg,
    var(--ti-accent) 0%,
    var(--ti-border) 32%,
    color-mix(in srgb, var(--ti-border) 60%, transparent) 62%,
    transparent 100%
  );
}

.seat-intro__lead {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ti-text-strong);
}

.seat-intro__text {
  margin: 0 0 10px;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--ti-text);
}

.seat-intro__cta {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ti-text-strong);
  font-weight: 600;
}

.seat-card {
  margin: 0 0 20px;
  padding: 18px 20px;
  border: 1px solid var(--ti-border);
  background: var(--ti-surface);
}

.seat-card__heading {
  margin: 0 0 16px;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ti-text-strong);
}

.seat-card__heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(
    90deg,
    var(--ti-accent) 0%,
    var(--ti-border) 30%,
    color-mix(in srgb, var(--ti-border) 55%, transparent) 65%,
    transparent 100%
  );
}

.seat-list {
  margin: 0;
  padding: 0 0 0 1.25rem;
  list-style: disc;
  color: var(--ti-text);
  font-size: 0.92rem;
}

.seat-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.seat-list li:last-child {
  margin-bottom: 0;
}

.seat-callout {
  margin: 16px 0 0;
  border: 1px solid var(--ti-border);
  background: var(--ti-surface-alt);
  overflow: hidden;
}

.seat-callout__head {
  margin: 0;
  padding: 12px 14px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ti-text-strong);
}

.seat-callout__rule {
  border-top: 1px solid var(--ti-border);
}

.seat-callout__body {
  margin: 0;
  padding: 12px 14px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--ti-text-secondary);
  text-align: justify;
  text-justify: inter-word;
}

.seat-price {
  font-weight: 700;
  color: var(--ti-text-strong);
}

.seat-link-wrap {
  margin: 0 0 8px;
  padding: 18px 20px;
  border: 1px solid var(--ti-border);
  background: var(--ti-surface);
}

.seat-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 14px 20px;
  border-radius: 0;
  border: 1px solid #9a7b1a;
  background: var(--ti-surface-alt);
  color: var(--ti-text-strong);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.12s ease, box-shadow 0.15s ease, background 0.15s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.seat-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  border-color: var(--ti-accent);
  background: #e8e8e8;
  color: var(--ti-text-strong);
}

.seat-link:focus-visible {
  outline: 2px solid var(--ti-accent);
  outline-offset: 3px;
}

.seat-link::after {
  content: "↗";
  font-size: 1rem;
  opacity: 0.9;
}

.seat-link[hidden] {
  display: none !important;
}
