.tsukuba-result-section {
  padding:80px 0
}
.tsukuba-result-main {
  min-width:0
}
.result-section-heading {
  margin-bottom:28px
}
.result-section-heading span {
  display:block;
  color:#9b7a45;
  letter-spacing:.16em;
  font-size:11px;
  margin-bottom:6px
}
.result-section-heading h2 {
  margin:0;
  color:#244b3d;
  font-size:30px
}
.section-note {
  margin:10px 0 0;
  color:#6c7772;
  font-size:13px
}
.result-year {
  margin-bottom:45px
}
.result-year>h3 {
  margin:0 0 18px;
  padding-bottom:12px;
  border-bottom:2px solid #285e4a;
  color:#285e4a;
  font-size:22px
}
.tsukuba-gallery,.champion-lofts {
  margin-top:85px;
  padding-top:70px;
  border-top:1px solid #dfe7e3
}
.gallery-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px
}
.gallery-card {
  height:100%;
  background:#fff;
  border:1px solid #e0e7e3;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(40,94,74,.06)
}
.gallery-image {
  height:320px;
  background:#f3f5f4;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  overflow:hidden
}
.gallery-image img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain
}
.gallery-card-body {
  padding:20px
}
.gallery-year-label {
  margin:0 0 7px;
  color:#9b7a45;
  font-size:12px;
  font-weight:700
}
.gallery-card h3 {
  margin:0 0 14px;
  color:#263b4e;
  font-size:17px
}
.gallery-card dl {
  margin:0 0 18px
}
.gallery-card dl div {
  display:flex;
  gap:10px;
  padding:5px 0;
  font-size:13px
}
.gallery-card dt {
  flex:0 0 68px;
  color:#9b7a45
}
.gallery-detail-button {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 15px;
  border-radius:999px;
  background:#285e4a;
  color:#fff;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:.2s
}
.gallery-detail-button:hover {
  opacity:.82
}
.champion-accordion {
  margin-bottom:14px;
  border:1px solid #dfe7e3;
  border-radius:12px;
  background:#fff;
  overflow:hidden
}
.champion-accordion summary {
  display:flex;
  align-items:center;
  gap:14px;
  padding:20px 24px;
  cursor:pointer;
  list-style:none;
  background:#f6f9f7;
  color:#285e4a;
  font-weight:700
}
.champion-accordion summary::-webkit-details-marker {
  display:none
}
.champion-year-label {
  font-size:20px
}
.champion-count {
  margin-left:auto;
  color:#7d8983;
  font-size:12px;
  font-weight:400
}
.champion-accordion summary i {
  transition:transform .25s
}
.champion-accordion[open] summary i {
  transform:rotate(180deg)
}
.champion-accordion-body {
  padding:6px 24px 24px
}
.champion-timeline {
  position:relative;
  margin-left:13px;
  padding-left:34px
}
.champion-timeline:before {
  content:"";
  position:absolute;
  left:0;
  top:12px;
  bottom:12px;
  width:1px;
  background:#cfdcd5
}
.champion-history-item {
  position:relative;
  padding:18px 0
}
.champion-history-marker {
  position:absolute;
  left:-49px;
  top:22px;
  width:30px;
  height:30px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#285e4a;
  color:#fff;
  font-size:12px
}
.champion-race-name {
  margin:0 0 5px;
  color:#9b7a45;
  font-size:12px;
  font-weight:700
}
.champion-history-content h3 {
  margin:0 0 7px;
  color:#263b4e;
  font-size:18px
}
.champion-history-content p {
  margin:3px 0;
  color:#606d67;
  font-size:13px
}
.champion-remarks {
  padding-top:5px
}
.champion-detail-section {
  padding:75px 0 90px
}
.champion-detail-hero {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:50px;
  align-items:center
}
.champion-detail-photo {
  height:590px;
  padding:22px;
  background:#f3f5f4;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center
}
.champion-detail-photo img {
  width:100%;
  height:100%;
  object-fit:contain
}
.champion-detail-year {
  margin:0 0 10px;
  color:#9b7a45;
  font-weight:700;
  letter-spacing:.08em
}
.champion-detail-info h1 {
  margin:0 0 25px;
  color:#244b3d;
  font-size:34px;
  line-height:1.4
}
.champion-detail-info dl {
  margin:0
}
.champion-detail-info dl div {
  display:grid;
  grid-template-columns:100px 1fr;
  padding:13px 0;
  border-bottom:1px solid #e4e9e6
}
.champion-detail-info dt {
  color:#9b7a45;
  font-size:13px
}
.champion-detail-info dd {
  margin:0;
  color:#33443d;
  font-weight:700
}
.champion-comment {
  margin-top:24px;
  padding:20px;
  background:#f7f9f8;
  border-radius:10px;
  color:#56645e;
  line-height:1.9
}
.champion-detail-links {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:25px
}
.champion-detail-links a {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 17px;
  border:1px solid #285e4a;
  border-radius:999px;
  color:#285e4a;
  font-size:13px;
  font-weight:700;
  text-decoration:none
}
.top10-section {
  margin-top:85px;
  padding-top:65px;
  border-top:1px solid #dfe7e3
}
.top10-table-wrap {
  overflow-x:auto;
  border:1px solid #dfe7e3;
  border-radius:14px
}
.top10-table-wrap table {
  width:100%;
  min-width:760px;
  border-collapse:collapse;
  background:#fff
}
.top10-table-wrap th,.top10-table-wrap td {
  padding:15px 18px;
  border-bottom:1px solid #e7ece9;
  text-align:left;
  font-size:13px
}
.top10-table-wrap thead th {
  background:#285e4a;
  color:#fff
}
.top10-table-wrap tbody th {
  width:85px;
  color:#285e4a
}
.top10-table-wrap tbody th span {
  display:inline-flex;
  width:30px;
  height:30px;
  margin-right:5px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eaf1ed
}
.top10-table-wrap tbody tr:last-child>* {
  border-bottom:0
}
.champion-back {
  margin-top:40px
}
.champion-back a {
  color:#285e4a;
  font-weight:700;
  text-decoration:none
}
.champion-back i {
  margin-right:8px
}
@media(max-width:1000px) {
  .gallery-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .champion-detail-hero {
    grid-template-columns:1fr
  }
  .champion-detail-photo {
    height:540px
  }
  .champion-detail-info {
    max-width:720px
  }
}
@media(max-width:760px) {
  .tsukuba-result-section {
    padding:55px 0
  }
  .gallery-grid {
    grid-template-columns:1fr
  }
  .gallery-image {
    height:340px
  }
  .tsukuba-gallery,.champion-lofts {
    margin-top:60px;
    padding-top:50px
  }
  .result-section-heading h2 {
    font-size:25px
  }
  .champion-accordion summary {
    padding:17px
  }
  .champion-accordion-body {
    padding:5px 17px 18px
  }
  .champion-year-label {
    font-size:17px
  }
  .champion-detail-section {
    padding:55px 0 70px
  }
  .champion-detail-photo {
    height:430px;
    padding:12px
  }
  .champion-detail-info h1 {
    font-size:27px
  }
  .champion-detail-info dl div {
    grid-template-columns:82px 1fr
  }
  .champion-detail-links {
    display:grid
  }
  .champion-detail-links a {
    justify-content:center
  }
  .top10-section {
    margin-top:60px;
    padding-top:50px
  }
}
@media(max-width:440px) {
  .gallery-image {
    height:290px
  }
  .champion-detail-photo {
    height:360px
  }
}
/* TOP10 media cards */
.top10-card-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px
}
.top10-card {
  position:relative;
  overflow:hidden;
  border:1px solid #dfe7e3;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(40,94,74,.05)
}
.top10-card-rank {
  position:absolute;
  z-index:2;
  left:16px;
  top:16px;
  display:flex;
  align-items:center;
  gap:4px;
  padding:7px 12px;
  border-radius:999px;
  background:#285e4a;
  color:#fff;
  font-weight:700
}
.top10-card-rank span {
  font-size:20px;
  line-height:1
}
.top10-card-photo {
  height:360px;
  padding:18px;
  background:#f3f5f4;
  display:flex;
  align-items:center;
  justify-content:center
}
.top10-card-photo img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain
}
.top10-card-body {
  padding:22px
}
.top10-card-body h3 {
  margin:0 0 14px;
  color:#244b3d;
  font-size:20px;
  padding-left: 65px;
}
.top10-card-body dl {
  margin:0
}
.top10-card-body dl div {
  display:grid;
  grid-template-columns:82px 1fr;
  gap:10px;
  padding:9px 0;
  border-bottom:1px solid #e7ece9
}
.top10-card-body dt {
  color:#9b7a45;
  font-size:12px
}
.top10-card-body dd {
  margin:0;
  color:#33443d;
  font-weight:700
}
.top10-pedigree {
  margin-top:18px
}
.top10-pedigree-image {
  display:block;
  color:#285e4a;
  text-decoration:none
}
.top10-pedigree-image img {
  display:block;
  width:100%;
  height:260px;
  padding:10px;
  border:1px solid #dfe7e3;
  border-radius:10px;
  background:#f7f9f8;
  object-fit:contain
}
.top10-pedigree-image span {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:8px;
  font-size:12px;
  font-weight:700
}
.top10-pedigree-pdf {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 15px;
  border:1px solid #285e4a;
  border-radius:999px;
  color:#285e4a;
  font-size:13px;
  font-weight:700;
  text-decoration:none
}
@media(max-width:760px) {
  .top10-card-grid {
    grid-template-columns:1fr
  }
  .top10-card-photo {
    height:330px
  }
  .top10-pedigree-image img {
    height:230px
  }
}
@media(max-width:440px) {
  .top10-card-photo {
    height:280px
  }
  .top10-pedigree-image img {
    height:200px
  }
}
/* Historical champion lofts grouped by race */
.champion-race-group {
  margin-top:26px;
  padding:0 0 15px;
  border-bottom:1px solid #dfe7e3
}
.champion-race-group summary {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:0;
  padding:11px 48px 11px 15px;
  border-left:4px solid #285e4a;
  background:#f3f7f5;
  color:#285e4a;
  font-size:17px;
  font-weight:700;
  cursor:pointer;
  list-style:none
}
.champion-race-group summary::-webkit-details-marker {
  display:none
}
.champion-race-toggle {
  position:absolute;
  right:16px;
  top:50%;
  width:18px;
  height:18px;
  transform:translateY(-50%)
}
.champion-race-toggle:before,.champion-race-toggle:after {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:#285e4a;
  transform:translate(-50%,-50%);
  transition:.2s
}
.champion-race-toggle:before {
  width:16px;
  height:2px
}
.champion-race-toggle:after {
  width:2px;
  height:16px
}
.champion-race-group[open] .champion-race-toggle:after {
  opacity:0;
  transform:translate(-50%,-50%) rotate(90deg)
}
.champion-history-table-wrap {
  overflow-x:auto;
  border:1px solid #dfe7e3;
  border-top:0
}
.champion-history-table {
  width:100%;
  min-width:650px;
  border-collapse:collapse;
  background:#fff
}
.champion-history-table th,.champion-history-table td {
  padding:10px 14px;
  border-bottom:1px solid #e7ece9;
  text-align:left;
  vertical-align:middle;
  font-size:12px;
  line-height:1.55
}
.champion-history-table thead th {
  background:#fafcfb;
  color:#52635b;
  font-weight:700;
  white-space:nowrap
}
.champion-history-table tbody tr:last-child td {
  border-bottom:0
}
.champion-history-table td:first-child {
  width:155px;
  white-space:nowrap;
  color:#6e7b75
}
.champion-history-table td:nth-child(2) {
  width:25%;
  color:#263b4e
}
.champion-history-table td:nth-child(3) {
  width:20%
}
.champion-history-table td:nth-child(4) {
  width:25%
}
@media(max-width:760px) {
  .champion-race-group {
    margin-top:20px;
    padding-bottom:12px
  }
  .champion-race-group summary {
    padding:9px 42px 9px 12px;
    font-size:15px
  }
  .champion-race-toggle {
    right:13px
  }
  .champion-history-table {
    min-width:580px
  }
  .champion-history-table th,.champion-history-table td {
    padding:8px 10px;
    font-size:11px
  }
}
/* Latest / past content layout */
.past-content-section {
  /*margin-top:85px;*/
  padding-top:70px;
  border-top:1px solid #dfe7e3
}
.year-accordion-list {
  display:grid;
  gap:14px
}
.year-accordion {
  border:1px solid #dfe7e3;
  border-radius:10px;
  background:#fff;
  overflow:hidden
}
.year-accordion>summary {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:54px;
  padding:13px 50px 13px 18px;
  background:#f3f7f5;
  color:#285e4a;
  font-size:17px;
  font-weight:700;
  cursor:pointer;
  list-style:none
}
.year-accordion>summary::-webkit-details-marker {
  display:none
}
.year-accordion-toggle {
  position:absolute;
  right:18px;
  top:50%;
  width:18px;
  height:18px;
  transform:translateY(-50%)
}
.year-accordion-toggle:before,.year-accordion-toggle:after {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:#285e4a;
  transform:translate(-50%,-50%);
  transition:.2s
}
.year-accordion-toggle:before {
  width:16px;
  height:2px
}
.year-accordion-toggle:after {
  width:2px;
  height:16px
}
.year-accordion[open] .year-accordion-toggle:after {
  opacity:0;
  transform:translate(-50%,-50%) rotate(90deg)
}
.year-accordion-body {
  padding:22px
}
.year-accordion-body .race-card-list,.year-accordion-body .gallery-grid {
  margin:0
}
.past-champion-section .gallery-grid {
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px
}
.past-champion-section .gallery-image {
  height:230px
}
.past-champion-section .gallery-card-body {
  padding:16px
}
.past-champion-section .gallery-card h3 {
  font-size:15px
}
.past-champion-section .gallery-detail-button {
  min-height:39px;
  padding:8px 12px;
  font-size:12px
}
@media(max-width:1000px) {
  .past-champion-section .gallery-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}
@media(max-width:760px) {
  .past-content-section {
    margin-top:60px;
    padding-top:50px
  }
  .year-accordion>summary {
    min-height:49px;
    padding:11px 44px 11px 14px;
    font-size:15px
  }
  .year-accordion-toggle {
    right:14px
  }
  .year-accordion-body {
    padding:14px
  }
  .past-champion-section .gallery-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px
  }
  .past-champion-section .gallery-image {
    height:180px
  }
  .past-champion-section .gallery-card-body {
    padding:11px
  }
  .past-champion-section .gallery-card dl div {
    display:block;
    padding:3px 0
  }
  .past-champion-section .gallery-card dt {
    font-size:10px
  }
  .past-champion-section .gallery-card dd {
    margin:2px 0 0;
    font-size:11px
  }
  .past-champion-section .gallery-year-label {
    font-size:10px
  }
  .past-champion-section .gallery-card h3 {
    margin-bottom:8px;
    font-size:12px
  }
  .past-champion-section .gallery-detail-button {
    min-height:34px;
    font-size:10px
  }
}
@media(max-width:440px) {
  .past-champion-section .gallery-image {
    height:150px
  }
}
