
/* ================================
   Header｜市府 Logo
================================ */

.header-logo {
  display: block;
  width: 120px;
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

/* ================================================================
   報名流程圖片｜乾淨白底、圓角、細線框
================================================================ */

.registration-process {
  width: 100%;
  margin-top: 28px;
  padding: 0;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid var(--line);
  border-radius: 28px;

  box-sizing: border-box;
}

.registration-process > a {

    display:block;

    width:100%;

    line-height:0;

}

.registration-process img {
  display: block;

  width: 100%;
  height: auto;

  border: 0;
  border-radius: 28px;

  cursor: zoom-in;
}
/* ==================================================================
   03｜內容區塊
   About／Competition／Schedule／Awards／Registration／Contact
================================================================== */
.award-badges {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  gap: 18px;

  transform: translateX(-10px);
}

.promotion-badge {
  background: #fff;
}

.promotion-badge strong {
  color: #383836;
}


.section {
  padding: clamp(76px, 10vw, 144px) clamp(24px, 7vw, 112px);
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.section-kicker span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  letter-spacing: 0;
}
.section-heading {
  max-width: 770px;
  margin-bottom: 54px;
}
.section-heading h2,
.intro-section h2,
.award-hero h2,
.downloads-section h2,
.registration-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.section-heading > p {
  max-width: 620px;
  margin: 18px 0 0;
  color: #5d534b;
  font-size: 17px;
  line-height: 1.8;
}
.display-note {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(25px, 3.2vw, 44px);
  color: var(--red);
}

.intro-section {
  background: var(--paper);
}
.intro-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(44px, 10vw, 160px);
  align-items: start;
}
.long-copy {
  max-width: 760px;
  border-top: 3px solid var(--ink);
  padding-top: 26px;
}
.long-copy p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 2;
}

.groups-section {
  background: #fff;
}
.group-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.group-card{
    min-height:480px;
    padding:clamp(30px,4vw,54px);

    display:flex;
    flex-direction:column;

    position:relative;
    overflow:hidden;

    border:3px solid var(--ink);
    border-radius:28px;
    box-shadow:9px 9px 0 var(--ink);
}
.singing-card {
  background: #ff6c48;
}
.creation-card {
  background: #8fd6b1;
}
.group-number {
  position: absolute;
  right: 20px;
  top: -38px;
  font-family: var(--font-display);
  font-size: 150px;
  font-weight: 900;
  opacity: 0.13;
}
.card-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.group-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
}
.group-card > p:not(.card-label) {
  max-width: 490px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}
.group-card ul {
  margin: 28px 0 36px;
  padding: 22px 0 0;
  list-style: none;
  border-top: 1px solid rgba(23, 18, 15, 0.35);
}
.group-card li {
  padding: 7px 0 7px 26px;
  position: relative;
  font-weight: 600;
}
.group-card li::before {
  content: "✦";
  position: absolute;
  left: 0;
}
.inline-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 10px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
}
.inline-action:hover {
  transform: translate(-1px, -1px);
  box-shadow: 6px 6px 0 var(--ink);
}

.group-actions{
    margin-top:auto;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.group-actions .inline-action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}



.qualification {
  margin-top: 100px;
}
.table-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}
.table-title h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 900;
}
.table-title span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.qualification-table {
  border-top: 3px solid #9d9e99;
}

.qualification-table .q-row.q-head {
  background-color: #9d9e99;
}

.qualification-table .q-row.q-head > div {
  background-color: #9d9e99;
}

.q-row {
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.q-row > div {
  padding: 20px;
  line-height: 1.75;
  border-right: 1px solid var(--line);
}
.q-row > div:last-child {
  border-right: 0;
}
.q-row > div:first-child {
  font-weight: 900;
}
.q-head {
  background: var(--ink);
  color: white;
  font-weight: 900;
}
.table-footnote {
  margin: 14px 0 0;
  color: #756961;
  font-size: 13px;
  line-height: 1.7;
}
.notice-grid {
  margin-top: 72px;
  padding: 40px;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 20px;
  background: #f4ebdb;
  border-radius: 24px;
}
.notice-grid > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.notice-grid h3 {
  margin: 0;
  font-size: 26px;
}
.notice-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  color: white;
  background: var(--red);
  border-radius: 50%;
  font-size: 28px;
  font-weight: 900;
}
.notice-grid ol {
  margin: 0;
  padding-left: 24px;
}
.notice-grid li {
  padding: 6px 0 6px 8px;
  line-height: 1.7;
}

.schedule-section {
  color: white;
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.schedule-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -100px;
  top: -120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd62f, #ff7a2e, #7f5ce1);
  filter: blur(70px);
  opacity: 0.8;
}
.heading-light {
  position: relative;
  z-index: 1;
}
.heading-light > p {
  color: #c8c0b9;
}
.timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.timeline article {
  min-height: 320px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.timeline article:last-child {
  border-right: 0;
}
.timeline-step {
  display: inline-block;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 99px;
  font-size: 11px;
  font-weight: 900;
}
.timeline h3 {
  margin: 28px 0 7px;
  font-family: var(--font-display);
  font-size: 30px;
}
.timeline-date {
  margin: 0 0 34px !important;
  font-size: clamp(28px, 3vw, 48px) !important;
  font-weight: 900;
  line-height: 1;
}
.timeline article > p:last-child {
  color: #c8c0b9;
  line-height: 1.75;
}
.announcement {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.announcement span {
  width: 70px;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  color: var(--ink);
  background: white;
  border-radius: 6px;

  font-size: 16px;
  font-weight: 900;

  line-height: 1.4;
  text-align: center;
}

.awards-section {
  background: #f9cf34;
}
.award-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 36px;
}
.prize-badge {
  width: 230px;
  height: 230px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  border: 3px solid var(--ink);
  border-radius: 50%;
  box-shadow: 10px 10px 0 var(--ink);
  text-align: center;
  transform: rotate(5deg);
}
.prize-badge span {
  font-size: 14px;
  font-weight: 900;
}
.prize-badge strong {
  font-size: 82px;
  line-height: 1;
}
.prize-badge small {
  font-size: 18px;
}
.award-layout {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}



.award-list {
  border-top: 3px solid var(--ink);
}
.award-row {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(23, 18, 15, 0.35);
}
.award-row > div {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.award-row strong {
  font-size: 20px;
}
.award-row span {
  color: #675821;
  font-size: 13px;
}
.award-row p {
  margin: 0;
  font-size: 36px;
  font-weight: 900;
}
.award-row small {
  margin-right: 7px;
  font-size: 11px;
}

/* ==========================================================
   Award Groups
========================================================== */

.award-groups{

    display:grid;

    grid-template-columns:repeat(2,minmax(320px,1fr));

    gap:32px;

    align-content:start;

}

.award-card{

    background:#FFD54A;

    border:1px solid #a69293;

    border-radius:26px;

    overflow:hidden;

    box-shadow:10px 10px 0 rgba(0,0,0,.08);

}

.award-card-header{

    padding:26px 30px 18px;

    border-bottom:4px solid #111;

}

.award-card-header h3{

    margin:8px 0 0;

    font-size:34px;

    font-weight:700;

}

.award-card .card-label{

    margin:0;

    font-size:12px;

    letter-spacing:.18em;

    font-weight:700;

    color:#333;

}

.award-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:22px 30px;

    border-bottom:2px solid rgba(0,0,0,.18);

}

.award-item:last-child{

    border-bottom:none;

}

.award-item span{

    font-size:20px;

    font-weight:700;

    line-height:1.5;

}

.award-item span small{

    font-size:14px;

    color:#444;

}

.award-item strong{

    font-size:34px;

    font-weight:700;

    white-space:nowrap;

}

.award-item strong small{

    font-size:15px;

    margin-right:4px;

}

.gift-card {
  padding: 40px;
  color: white;
  background:#6e6259;
  border-radius: 28px;
  box-shadow: 10px 10px 0 white;
  transform: rotate(1deg);

  margin-top: 70px;
  margin-left:30px;
}
.gift-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1.15;
}
.gift-card > p:not(.card-label) {
  color: #d2cac2;
  line-height: 1.7;
}
.gift-card ul {
  margin: 26px 0;
  padding: 0;
  list-style: none;
}
.gift-card li {
  padding: 14px 0;
  display: flex;
  gap: 14px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.gift-card li span {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
}
.gift-total {
  padding: 14px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 9px;
  text-align: center;
}
.tax-note {
  margin: 48px 0 0;
  font-size: 13px;
  line-height: 1.8;
}

.registration-section {
  background: white;
}
.registration-card {
  padding: clamp(32px, 6vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  color: var(--ink);
  background: linear-gradient(120deg, #ff7d3e, #ffd634 58%, #8fd6b1);
  border: 3px solid var(--ink);
  border-radius: 34px;
  box-shadow: 12px 12px 0 var(--ink);
}
.registration-card h2 {
  font-size: clamp(38px, 5vw, 68px);
}
.registration-card > div > p {
  font-size: 17px;
  font-weight: 700;
}
.registration-actions {
  display: grid;
  gap: 14px;
  justify-items: center;
  min-width: 250px;
}
.status-pill {
  padding: 7px 12px;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 99px;
  font-size: 12px;
  font-weight: 900;
}
.disabled-link {
  opacity: 0.82;
  cursor: default;
  box-shadow: none;
}
.registration-tip {
  margin-top: 36px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.registration-tip p {
  margin: 0;
  color: #675e57;
  line-height: 1.7;
}
.registration-tip a {
  font-weight: 900;
  border-bottom: 2px solid var(--ink);
  white-space: nowrap;
}

.downloads-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(48px, 10vw, 150px);
  background: #f2ecdf;
}
.downloads-section h2 {
  font-size: clamp(38px, 5vw, 66px);
}
.download-contact {
  display: grid;
  gap: 18px;
}
.download-card {
  min-height: 116px;
  padding: 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  background: white;
  border: 2px solid var(--ink);
  border-radius: 18px;
}
.file-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--red);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
}
.download-card strong {
  font-size: 18px;
}
.download-card p {
  margin: 5px 0 0;
  color: #756b64;
  font-size: 13px;
}
.download-status {
  padding: 8px 12px;
  background: #eee7dd;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.contact-card {
  padding: 34px;
  background: white;
  border-radius: 18px;
}
.contact-card dl {
  margin: 0;
}
.contact-card dl > div {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  border-top: 1px solid var(--line);
}
.contact-card dt {
  color: #766c64;
  font-size: 13px;
}
.contact-card dd {
  margin: 0;
  line-height: 1.7;
  font-weight: 600;
}
.contact-card a {
  border-bottom: 1px solid var(--ink);
}

footer {
  padding: 64px 24px 50px;
  color: white;
  background: #facf33;
  text-align: center;
}
.footer-brand {
  margin-bottom: 14px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 900;
}
.footer-brand span {
  margin-right: 7px;
  color: var(--yellow);
}
footer p {
  margin: 6px 0;
}
.copyright {
  color: #aaa19b;
  font-size: 12px;
}
.mobile-apply {
  display: none;
}



/* ================================================================
   查歌系統教學標題
================================================================ */

.process-title {
  padding: 28px 28px 22px;

  background: #ffffff;

  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* 讓標題沿用 section-kicker 的風格 */
.process-title .section-kicker {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
}

.process-title span {
  display: block;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.process-title h3 {
  margin: 5px 0 0;

  font-size: 28px;
  font-weight: 900;
}

.process-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.process-step {
  flex: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.process-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;

  border: 3px solid #111;
  border-radius: 50%;

  background: #fff;

  font-size: 18px;
  font-weight: 900;
}

.process-step strong {
  margin-top: 10px;

  font-size: 15px;
}

.process-arrow {
  font-size: 28px;
  font-weight: 900;
}

.official-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 28px;
}

.official-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 12px 18px;

  border: 2px solid #111;
  border-radius: 999px;

  color: #111;
  text-decoration: none;

  font-weight: 800;

  transition: 0.2s ease;
}

.official-links a:hover {
  background: #111;
  color: #fff;
}

.footer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  display: block;

  width: min(100%, 420px);
  height: auto;

  margin: 0 auto;
}

/* ================================================================
   SECTION｜評審陣容 Judges
================================================================ */
.judges-section{
    padding:clamp(80px,24vw,120px)
            clamp(20px,6vw,90px);
}

.judges-header{
    display:grid;
    grid-template-columns:430px minmax(0,1fr);
    column-gap:90px;

    align-items:start;

    margin:0;
    margin-bottom:72px;
}

.judges-eyebrow{

    margin:0 0 14px;

    color:#b48a3c;

    font-size:13px;

    font-weight:900;

    letter-spacing:.22em;

    text-transform:uppercase;
}

.judges-title{

    margin:0;

    font-family:var(--font-display);

    font-size:clamp(42px,6vw,76px);

    font-weight:900;

    color:var(--ink);

    line-height:1.08;
}

.judges-intro{

    margin:24px auto 0;

    max-width:760px;

    color:#645b54;

    font-size:17px;

    line-height:1.9;
}

/* ================================================================
   Judges Stage
================================================================ */

.stage-list{

    display:flex;

    flex-direction:column;

    gap:34px;
}

.judge-stage{

    position:relative;

    padding:38px 28px 34px;

    border:3px solid #1b1b1b;

    border-radius:24px;

    box-shadow:10px 10px 0 #1b1b1b;
}

/* 初審 */

.stage-preliminary{

    background:#FFD43C;
}

/* 複審 */

.stage-semifinal{

    background:#FF7752;
}

/* 決審 */

.stage-final{

    background:#99D6B3;
}

.stage-heading{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-bottom:30px;
}

.stage-number{

    width:42px;

    height:42px;

    flex:none;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#111;

    color:#fff;

    font-size:13px;

    font-weight:900;
}

.stage-heading h3{

    margin:2px 0 0;

    font-family:var(--font-display);

    font-size:48px;

    line-height:1;

    color:#111;
}

.stage-description{

    display:none;
}

.stage-heading div{
    display:flex;
    flex-direction:column;
    gap:2px;
}

.stage-heading::after{

    content:"";

    flex:1;

    margin-left:32px;

    margin-top:18px;

    border-top:2px solid rgba(0,0,0,.45);
}

/* ================================================================
   Judges Card
================================================================ */



.judge-card{

    width:205px;

    text-align:center;

    margin:0;
}

.judge-photo-frame{

    width:290px;

    height:405px;

    overflow:hidden;

    border:3px solid #222;

    border-radius:18px;

    background:#fff;

    box-shadow:6px 6px 0 #222;
}

.judge-photo{

    width:100%;

    height:100%;

    display:block;

    object-fit:cover;

    object-position:center;

    transition:.35s;
}

/* ==========================================
   Judges Hover
========================================== */

.judge-card:hover{

    transform:translateY(-8px);

}

.judge-card:hover .judge-photo-frame{

    box-shadow:14px 18px 30px rgba(0,0,0,.18);

}

.judge-card:hover .judge-photo{

    transform:scale(1.04);

}

.judge-card:hover .judge-photo{

    transform:scale(1.05);
}

.judge-name{

    margin-top:18px;

    font-size:30px;

    font-weight:900;

    line-height:1.15;

    color:#111;

}

/* ==========================================
   Judge Description
========================================== */

.judge-info{

    margin:14px auto 0;

    width:85%;

    font-size:16px;

    line-height:1.75;

    color:#333;

    text-align:left;

}

.judge-info p{

    margin:0;

}
/* ================================================================
   STEP 5｜Judges UI Fine Tune
================================================================ */

/* 三個區塊 */
.judge-stage{
    padding:44px 38px 36px;
    border-width:2px;
    border-radius:22px;
    box-shadow:8px 8px 0 #222;
}

/* 標題 */
.stage-heading{
    margin-bottom:42px;
}

.stage-number{
    width:55px;
    height:55px;
    font-size:16px;
}

.stage-heading h3{
    font-size:46px;
    font-weight:900;
    letter-spacing:-1px;
}

.stage-heading::after{
    display:none;
}



/* 卡片 */
.judge-grid{

    display:grid;

    grid-template-columns:repeat(5,minmax(0,1fr));

    gap:30px 22px;

    align-items:start;

}

.judge-card{

    width:100%;

    min-width:0;

}

.judge-photo-frame{

    width:85%;

    aspect-ratio:400 / 555;

    margin:0 auto;

    overflow:hidden;

    border:2px solid #222;

    border-radius:16px;

    background:#fff;

    box-shadow:6px 6px 0 #222;

    transition:.25s;

}
/* ================================================================
   STEP 6-1｜Stage English Title
================================================================ */

.stage-title{
    position:relative;
    display:inline-block;
    padding-top:20px;
}

.stage-preliminary .stage-title::before,
.stage-semifinal .stage-title::before,
.stage-final .stage-title::before{

    position:absolute;
    top:0;
    left:2px;

    font-size:11px;
    font-weight:800;
    letter-spacing:.25em;

    color:rgba(0,0,0,.55);
}

.stage-preliminary .stage-title::before{
    content:"PRELIMINARY";
}

.stage-semifinal .stage-title::before{
    content:"SEMIFINAL";
}

.stage-final .stage-title::before{
    content:"FINAL";
}

/* ==========================================================
   Judges Header NEW
========================================================== */

.judges-header{
    display:grid;
    grid-template-columns:360px 1fr;
    gap:120px;
}

/* 左側 */

.judges-left{

    display:flex;

    flex-direction:column;

    align-items:flex-start;
}

/* 04 JUDGES */

.judges-label{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:30px;
}

.judges-number{

    width:34px;

    height:34px;

    border:2px solid #222;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:13px;

    font-weight:900;
}

.judges-en{

    font-size:13px;

    font-weight:900;

    letter-spacing:.28em;
}

/* 專業齊聚 */

.judges-subtitle{

    margin:0;

    font-size:58px;

    font-weight:900;

    line-height:1;

    color:#d76845;
}

/* 評審陣容 */

.judges-title{

    margin:8px 0 0;

    font-family:var(--font-display);

    font-size:82px;

    font-weight:900;

    line-height:.95;

    letter-spacing:-.04em;
}

/* 右邊 */

.judges-right{
    padding-top:80px;

    width:100%;
    max-width:720px;   /* 可以改700~760 */
    margin-left:auto;  /* 整塊推到最右邊 */
}

/* 黑線 */

.judges-line{
    width:100%;
    height:2px;

    background:#1f1f1f;

    margin:0 0 22px 0;
}

/* 說明 */

.judges-intro{
    margin:0;

    max-width:none;      /* 關鍵 */

    width:100%;          /* 關鍵 */

    color:#555;
    font-size:16px;
    line-height:2.05;
}

/* 只調整決審卡片間距 */
.stage-final .judge-grid{
    gap:150px;
}

/* 評審區底部備註 */

.judges-note{
    margin-top:18px;
    text-align:right;

    color:#8a8a8a;

    font-size:13px;
    line-height:1.6;

    font-weight:500;
}

.stage-heading{
    display:none;
}

/* ==========================================================
   查歌系統教學按鈕
========================================================== */

.process-actions{

    display:flex;

    justify-content:flex-end;

    align-items:center;

    flex-wrap:wrap;

    gap:12px;

    padding:24px 28px 28px;

}

/* ==========================================================
   Footer Sponsors
========================================================== */

.footer-organizers{

    margin-top:42px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:48px;

    flex-wrap:wrap;

}

.footer-org-logo{

    display:block;

    height:64px;

    width:auto;

    object-fit:contain;

}