/**
 * Scoped Edrio (design01) patterns for HGS facilities listing + detail only.
 * All rules live under .hgs-d01-wrap to avoid touching global header/footer.
 */

.hgs-d01-wrap {
  --ed-tt-color: #141515;
  --ed-tt-color-2: #050505;
  --ed-heading: "Urbanist", system-ui, sans-serif;
  --ed-heading-2: "Inter", system-ui, sans-serif;
  --ed-prime-c7: #d99426;
  --ed-color-1: rgb(217, 148, 38);
  --ed-color-2: rgb(232, 180, 86);
  --ed-gradient: linear-gradient(90deg, var(--ed-color-1) 0%, var(--ed-color-2) 100%);
  font-family: var(--ed-heading);
  color: #565656;
}

.hgs-d01-wrap .ed-breadcrumb-sec {
  position: relative;
  overflow: hidden;
  background-color: #faf8f5;
  background-image: linear-gradient(135deg, rgba(217, 148, 38, 0.1) 0%, rgba(0, 33, 71, 0.06) 50%, rgba(255, 255, 255, 0.95) 100%);
  background-size: cover;
  background-position: center;
}

.hgs-d01-wrap .hgs-d01-bread-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  pointer-events: none;
}

.hgs-d01-wrap .ed-breadcrumb-content {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 100px;
  text-align: center;
}

@media (max-width: 991px) {
  .hgs-d01-wrap .ed-breadcrumb-content {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .hgs-d01-wrap .ed-breadcrumb-content {
    padding-top: 72px;
    padding-bottom: 56px;
  }
}

.hgs-d01-wrap .ed-breadcrumb-content .bread_title {
  color: #171616;
  line-height: 1.05;
  font-size: clamp(2.25rem, 5vw, 4.25rem);
  font-weight: 800;
  margin-bottom: 1.25rem;
  font-family: var(--ed-heading);
}

.hgs-d01-wrap .ed-breadcrumb-content ul {
  list-style: none;
  margin: 0;
  padding: 13px 25px;
  border-radius: 40px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0;
  border: 2px solid transparent;
  box-shadow: 0 4px 0 0 var(--ed-tt-color);
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(-90deg, rgba(1, 240, 233, 0.6) 0%, rgba(0, 255, 180, 0.6) 100%) border-box;
}

.hgs-d01-wrap .ed-breadcrumb-content ul li {
  color: rgba(23, 22, 22, 0.48);
  font-weight: 700;
  margin-right: 35px;
  position: relative;
  display: inline-block;
  font-family: var(--ed-heading-2);
}

.hgs-d01-wrap .ed-breadcrumb-content ul li:before {
  top: 7px;
  right: -30px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background: url("../images/design01/arrow-7.svg") no-repeat center / contain;
}

@media (max-width: 480px) {
  .hgs-d01-wrap .ed-breadcrumb-content ul li:before {
    top: 3px;
  }
}

.hgs-d01-wrap .ed-breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.hgs-d01-wrap .ed-breadcrumb-content ul li:last-child:before {
  display: none;
}

.hgs-d01-wrap .ed-breadcrumb-content ul li a {
  color: #1d1d1d;
  text-decoration: none;
}

.hgs-d01-wrap .ed-breadcrumb-content ul li a:hover {
  color: #3361ff;
}

/* Listing feed */
.hgs-d01-wrap .ed-cc-cate-feed-sec {
  background-color: rgba(23, 22, 22, 0.06);
  padding-top: 80px;
  padding-bottom: 90px;
}

.hgs-d01-wrap .ed-cc-cate-feed-top {
  gap: 15px;
}

.hgs-d01-wrap .hgs-d01-feed-count {
  font-size: 1.05rem;
  font-weight: 600;
  color: #171616;
  font-family: var(--ed-heading-2);
}

.hgs-d01-wrap .hgs-d01-feed-count b {
  color: #3361ff;
}

.hgs-d01-wrap .facility-page-intro {
  font-family: var(--ed-heading-2);
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4b4b4b;
}

.hgs-d01-wrap .ed-cc1-feed-area .products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hgs-d01-wrap .ed-cc1-feed-area .products > li {
  width: calc(33.33% - 30px);
  margin: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hgs-d01-wrap .ed-cc1-feed-area .products > li {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .hgs-d01-wrap .ed-cc1-feed-area .products > li {
    width: calc(100% - 30px);
  }
}

.hgs-d01-wrap.hgs-facilities-list .ed-cc1-feed-area .products > li .ed-course5-item .item-text p {
  display: block;
  padding-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
  font-family: var(--ed-heading-2);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #515151;
}

.hgs-d01-wrap .ed-cc1-feed-area .products > li .ed-course5-item {
  margin-bottom: 0;
}

/* Course / facility cards */
.hgs-d01-wrap .ed-course5-item {
  position: relative;
  border-radius: 8px;
  margin-bottom: 32px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 8px 24px rgba(47, 88, 79, 0.08);
}

.hgs-d01-wrap .ed-course5-item .item-img-cate .inner-img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  aspect-ratio: 16 / 10;
}

.hgs-d01-wrap .ed-course5-item .item-img-cate .inner-img:before {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  transform: scaleY(0);
  background-color: rgba(0, 0, 0, 0.4);
  transform-origin: top;
  transition: all 0.5s ease-in-out;
}

.hgs-d01-wrap .ed-course5-item .item-img-cate .inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s cubic-bezier(0.5, -0.75, 0.3, 1.5);
}

.hgs-d01-wrap .ed-course5-item .item-img-cate .inner-cate {
  top: 20px;
  left: 20px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  position: absolute;
  background-color: #c3f498;
  color: var(--ed-tt-color-2);
  font-family: var(--ed-heading-2);
  letter-spacing: 0.02em;
}

.hgs-d01-wrap .ed-course5-item .item-text {
  padding: 28px 32px 36px;
  position: relative;
}

@media (max-width: 1199px) {
  .hgs-d01-wrap .ed-course5-item .item-text {
    padding: 24px 20px 32px;
  }
}

.hgs-d01-wrap .ed-course5-item .item-text h3 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 16px;
  margin: 0;
  color: var(--ed-tt-color-2);
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
  font-family: var(--ed-heading);
}

.hgs-d01-wrap .ed-course5-item .item-text h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.hgs-d01-wrap .ed-course5-item .item-text h3 a:hover {
  color: #3361ff;
}

.hgs-d01-wrap .ed-course5-item .item-text .item-meta {
  margin-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.15);
}

.hgs-d01-wrap .ed-course5-item .item-text .item-meta a {
  gap: 10px;
  display: inline-flex;
  font-size: 15px;
  align-items: center;
  font-family: var(--ed-heading-2);
  color: #171616;
  text-decoration: none;
}

.hgs-d01-wrap .ed-course5-item .item-text .item-meta a:hover {
  color: #3361ff;
}

.hgs-d01-wrap .ed-course5-item .item-text .item-meta a i {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(47, 88, 79, 0.08);
  color: #2f584f;
}

.hgs-d01-wrap .ed-course5-item .item-text .item-meta a b {
  color: #515151;
  font-weight: 500;
}

.hgs-d01-wrap .ed-course5-item .item-bottom {
  gap: 15px;
  margin-top: 18px;
  transition: all 0.5s ease-in-out;
}

.hgs-d01-wrap .ed-course5-item .crs-btn {
  left: 0;
  right: 0;
  width: 81%;
  bottom: 28px;
  margin: 0 auto;
  position: absolute;
  border-radius: 4px;
  transform: scaleY(0);
  transform-origin: bottom;
  border: 2px solid rgba(251, 153, 90, 0.32);
  transition: all 0.5s ease-in-out;
}

.hgs-d01-wrap .ed-course5-item .crs-btn a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 15px;
  border-radius: 4px;
  background-color: var(--ed-prime-c7);
  text-decoration: none;
  text-align: center;
  font-family: var(--ed-heading-2);
}

.hgs-d01-wrap .ed-course5-item .crs-btn a:hover {
  letter-spacing: 0.04em;
  color: #fff;
}

.hgs-d01-wrap .ed-course5-item:hover {
  box-shadow: 16px 16px 28px 0 rgba(47, 88, 79, 0.28);
}

.hgs-d01-wrap .ed-course5-item:hover .item-img-cate .inner-img:before {
  transform: scaleY(1);
}

.hgs-d01-wrap .ed-course5-item:hover .item-img-cate .inner-img img {
  transform: scale(1.06);
}

.hgs-d01-wrap .ed-course5-item:hover .item-bottom {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}

.hgs-d01-wrap .ed-course5-item:hover .crs-btn {
  transform: scaleY(1);
}

/* Detail: breadcrumb 2 */
.hgs-d01-wrap .ed-breadcrumb2-sec {
  padding-top: 40px;
}

.hgs-d01-wrap .ed-breadcrumb-content2 {
  z-index: 1;
  position: relative;
  padding-top: 56px;
  padding-bottom: 72px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .hgs-d01-wrap .ed-breadcrumb-content2 {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}

.hgs-d01-wrap .ed-breadcrumb-content2:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(105deg, rgba(0, 0, 0, 0.72) 0%, rgba(20, 40, 36, 0.55) 100%);
}

.hgs-d01-wrap .ed-breadcrumb-text2 {
  max-width: 960px;
  position: relative;
  z-index: 1;
}

.hgs-d01-wrap .ed-breadcrumb-text2 .ed-back-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--ed-heading-2);
  font-size: 0.95rem;
  opacity: 0.92;
}

.hgs-d01-wrap .ed-breadcrumb-text2 .ed-back-btn a:hover {
  color: #d99426;
}

.hgs-d01-wrap .ed-breadcrumb-text2 .ed-back-btn a i {
  font-size: 14px;
  margin-right: 6px;
}

.hgs-d01-wrap .ed-breadcrumb-text2 .bread_title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  padding-top: 36px;
  padding-bottom: 28px;
  margin: 0;
  line-height: 1.15;
  font-family: var(--ed-heading);
}

.hgs-d01-wrap .ed-breadcrumb-text2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px 40px;
  display: flex;
  flex-wrap: wrap;
}

.hgs-d01-wrap .ed-breadcrumb-text2 li {
  gap: 14px;
  color: #fff;
  font-weight: 500;
  align-items: center;
  display: flex !important;
  font-family: var(--ed-heading-2);
  font-size: 0.95rem;
}

.hgs-d01-wrap .ed-breadcrumb-text2 li i {
  width: 48px;
  height: 48px;
  display: flex;
  color: #d99426;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(86, 86, 86, 0.85);
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .hgs-d01-wrap .ed-breadcrumb-text2 li i {
    width: 42px;
    height: 42px;
  }
}

/* Hero (Swiper) */
.hgs-d01-wrap .facility-hero-wrap {
  margin-top: 0;
}

.hgs-d01-wrap .facility-hero-swiper {
  min-height: 380px;
}

@media (min-width: 992px) {
  .hgs-d01-wrap .facility-hero-swiper {
    min-height: 520px;
  }
}

.hgs-d01-wrap .facility-hero-swiper .swiper-slide {
  position: relative;
}

.hgs-d01-wrap .facility-hero-slide-inner {
  min-height: 380px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .hgs-d01-wrap .facility-hero-slide-inner {
    min-height: 520px;
  }
}

.hgs-d01-wrap .facility-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.28));
  z-index: 1;
}

.hgs-d01-wrap .facility-hero-caption {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2.5rem 0;
  width: 100%;
}

.hgs-d01-wrap .bg-video-facility {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hgs-d01-wrap .slider-video-bg-facility {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  border: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.hgs-d01-wrap .facility-hero-caption .ed-btn-1 a {
  display: inline-block;
  text-decoration: none;
}

/* Course detail + tabs */
.hgs-d01-wrap .ed-course-detail-sec {
  padding-top: 56px;
  padding-bottom: 90px;
  background: #fff;
}

.hgs-d01-wrap .ed-cr-de-btn {
  padding: 18px;
  border-radius: 10px;
  background-color: #f1f1f1;
}

.hgs-d01-wrap .ed-cr-de-btn.facility-tabs-nav .nav {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border: none;
}

.hgs-d01-wrap .ed-cr-de-btn.facility-tabs-nav .nav-tabs {
  border-bottom: none;
}

.hgs-d01-wrap .ed-cr-de-btn.facility-tabs-nav .nav-tabs .nav-item {
  margin-bottom: 0;
}

.hgs-d01-wrap .facility-hero-caption h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 800;
  font-family: var(--ed-heading);
}

.hgs-d01-wrap .ed-cr-de-btn.facility-tabs-nav .nav li {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 767px) {
  .hgs-d01-wrap .ed-cr-de-btn.facility-tabs-nav .nav li {
    flex: 1 1 calc(50% - 6px);
  }
}

@media (max-width: 480px) {
  .hgs-d01-wrap .ed-cr-de-btn.facility-tabs-nav .nav li {
    flex: 1 1 100%;
  }
}

.hgs-d01-wrap .ed-cr-de-btn .nav-tabs .nav-link {
  z-index: 1;
  width: 100%;
  color: #171616;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 12px 10px !important;
  border: none;
  font-family: var(--ed-heading);
  cursor: pointer;
}

.hgs-d01-wrap .ed-cr-de-btn .nav-tabs .nav-link:before {
  top: 0;
  right: 0;
  width: 0%;
  left: auto;
  height: 100%;
  content: "";
  z-index: -1;
  border-radius: 8px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  background: var(--ed-gradient);
}

.hgs-d01-wrap .ed-cr-de-btn .nav-tabs .nav-link.active {
  color: #141515;
}

.hgs-d01-wrap .ed-cr-de-btn .nav-tabs .nav-link.active:before {
  left: 0;
  right: auto;
  width: 100%;
}

.hgs-d01-wrap .ed-crd-text-wrap {
  color: #171616;
  font-family: var(--ed-heading-2);
}

.hgs-d01-wrap .ed-crd-text-wrap h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  padding-bottom: 12px;
  margin-top: 0;
  font-family: var(--ed-heading);
}

.hgs-d01-wrap .ed-crd-text-wrap p {
  font-size: 1.05rem;
  padding-bottom: 12px;
  line-height: 1.65;
}

.hgs-d01-wrap .facility-body-content {
  font-size: 1.05rem;
  line-height: 1.7;
}

.hgs-d01-wrap .facility-body-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Sidebar */
.hgs-d01-wrap .ed-crd-sidebar {
  z-index: 2;
  padding: 28px;
  margin-top: 0;
  position: relative;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  top: 0;
}

@media (min-width: 992px) {
  .hgs-d01-wrap .ed-crd-sidebar {
    position: sticky;
    top: 100px;
  }
}

.hgs-d01-wrap .ed-crd-sidebar .item-img {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

.hgs-d01-wrap .ed-crd-sidebar .item-img img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hgs-d01-wrap .ed-crd-sidebar .item-text .crs-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hgs-d01-wrap .ed-crd-sidebar .item-text .crs-info li {
  display: flex;
  color: #171616;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-bottom: 12px;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(23, 22, 22, 0.16);
  font-family: var(--ed-heading-2);
}

.hgs-d01-wrap .ed-crd-sidebar .item-text .crs-info li i {
  margin-right: 6px;
  color: #3361ff;
}

.hgs-d01-wrap .ed-crd-sidebar .item-text h4 {
  color: #171616;
  font-size: 1.15rem;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 8px;
  font-family: var(--ed-heading);
}

.hgs-d01-wrap .ed-crd-sidebar .item-text .crs-info-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hgs-d01-wrap .ed-crd-sidebar .item-text .crs-info-2 li {
  color: #171616;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.hgs-d01-wrap .ed-crd-sidebar .item-text .crs-info-2 li i {
  margin-right: 8px;
  color: #2f584f;
}

.hgs-d01-wrap .ed-btn-1 a {
  line-height: 1;
  font-size: 17px;
  font-weight: 800;
  padding: 18px 24px;
  text-align: center;
  border-radius: 100px;
  color: var(--ed-tt-color);
  background: var(--ed-gradient);
  box-shadow: 0 4px 0 0 var(--ed-tt-color);
  text-decoration: none;
  display: block;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.hgs-d01-wrap .ed-btn-1 a:hover {
  color: var(--ed-tt-color);
  box-shadow: 0 -4px 0 0 var(--ed-tt-color);
}

.hgs-d01-wrap .ed-crd-sidebar .bottom-text {
  display: block;
  width: 100%;
  margin-top: 14px;
  font-size: 0.85rem;
  color: rgba(23, 22, 22, 0.55);
  text-align: center;
  font-family: var(--ed-heading-2);
}

/* Section cards inside tabs */
.hgs-d01-wrap .hgs-d01-pro-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(47, 88, 79, 0.1);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  height: 100%;
}

.hgs-d01-wrap .hgs-d01-pro-card:hover {
  box-shadow: 0 14px 40px rgba(47, 88, 79, 0.16);
  transform: translateY(-2px);
}

.hgs-d01-wrap .hgs-d01-pro-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.hgs-d01-wrap .hgs-d01-split-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: box-shadow 0.25s ease;
}

.hgs-d01-wrap .hgs-d01-split-card:hover {
  box-shadow: 0 12px 36px rgba(47, 88, 79, 0.14);
}

.hgs-d01-wrap .hgs-d01-split-card img {
  width: 100%;
  min-height: 200px;
  height: 100%;
  object-fit: cover;
}

.hgs-d01-wrap .hgs-d01-gallery img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: transform 0.35s ease;
}

.hgs-d01-wrap .hgs-d01-gallery a:hover img {
  transform: scale(1.03);
}

.hgs-d01-wrap .hgs-d01-why-card {
  padding: 1.5rem;
  background: #f8faf9;
  border-radius: 14px;
  height: 100%;
  border: 1px solid rgba(47, 88, 79, 0.08);
  text-align: center;
}

.hgs-d01-wrap .hgs-d01-section-head {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

.hgs-d01-wrap .hgs-d01-section-head h2 {
  font-weight: 800;
  color: #171616;
  font-family: var(--ed-heading);
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.hgs-d01-wrap .hgs-d01-section-head p {
  color: #6b6b6b;
  margin: 0;
  font-family: var(--ed-heading-2);
}

.hgs-d01-wrap .hgs-d01-commodity-tile {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}

.hgs-d01-wrap .hgs-d01-commodity-tile img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.hgs-d01-wrap .hgs-d01-commodity-tile:hover img {
  transform: scale(1.05);
}

.hgs-d01-wrap .hgs-d01-commodity-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.1rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.82));
}

.hgs-d01-wrap .hgs-d01-commodity-cap h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  font-family: var(--ed-heading);
}

.hgs-d01-wrap .hgs-d01-commodity-cap p {
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.95;
}

.hgs-d01-wrap .ratio {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
