/*
Theme Name: glorymedals
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";



* {
  box-sizing: border-box;
}

.top_wrap {
  width: 92%;
  max-width: 1782px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1600px) {
  .top_wrap {
    width: 82%;
  }
}

@media screen and (max-width: 1024px) {
  .top_wrap {
    width: 90%;
  }
}

.wrap {
  width: 87.5%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  padding-left: 6.25%;
}

.wrap_r {
  padding-right: 6.25%;
}

/* header */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #fff;
  box-shadow: 0px 0px 4px #ddd
}

/* 顶部信息栏 */
.top_line {
  position: relative;
  width: 100%;
  height: 42px;
  background: #161a1e;
  color: #ffffff;
  z-index: 100;
}

.top_line_inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 左侧文案 */
.top_offer {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
}

.top_offer strong {
  color: #f5a623;
  font-weight: 700;
}

/* 右侧联系方式 */
.top_contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.top_contact a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top_contact a:hover {
  color: #f5a623;
}

.top_contact_line {
  color: rgba(255, 255, 255, 0.75);
}

/* 平板 */
@media screen and (max-width: 1024px) {

  .top_offer,
  .top_contact {
    font-size: 14px;
  }

  .top_contact {
    gap: 12px;
  }
}

/* 手机端 */
@media screen and (max-width: 768px) {
  .top_line {
    height: 36px;
  }

  .top_line_inner {
    justify-content: center;
    padding: 0 15px;
  }

  .top_offer {
    display: none;
  }

  .top_contact {
    width: 100%;
    justify-content: center;
    font-size: 13px;
  }

  .top_contact a:last-child,
  .top_contact_line {
    display: none;
  }
}

.top_cont {
  position: relative;
  z-index: 2;
}

.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}

.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 90%;
}

.logo img {
  max-width: 1.7rem;
  max-height: var(--header_height);
}




/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 clamp(12px, 1.5vw, 28px);
  }

  .i_nav>li {
    position: relative;
  }

  .i_nav>li>a {
    display: block;
    font-size: 18px;
    color: var(--i_color2);
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
  }

  .i_nav>.current-menu-item>a,
  .i_nav>.current-category-ancestor>a,
  .i_nav>.current-post-ancestor>a,
  .i_nav>.current-menu-ancestor>a,
  .i_nav>.current-menu-parent>a,
  .i_nav>li:hover>a,
  .i_nav .curr>a {
    color: var(--i_color) !important;
    border-color: var(--i_color);
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    border-bottom: 2px solid var(--i_color);
  }

  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .i_nav .sub-menu>li:hover {
    background: var(--i_color);
  }

  .i_nav .sub-menu>li:hover>a {
    color: #fff;
  }

  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }

  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav>li>a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1366px) {
  .i_nav>li>a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .top_wrap {
    width: 92%;
  }

  .logo img {
    max-width: 1.3rem;
  }

  .i_nav {
    gap: 0 12px;
  }

  .i_nav>li>a {
    font-size: 14px;
  }

}

@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
  }

  .i_nav a {
    display: block;
  }

  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }

  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }

  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  .i_nav>li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }

  .i_nav>.menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .i_nav>.menu-item-has-children span.on {
    transform: rotate(180deg);
  }

  .i_nav>li>a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
  }

  .i_nav>li>.sub-menu {
    display: none;
  }

  .i_nav>li>.sub-menu li {
    position: relative;
  }

  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }

  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
}

/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}

.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}

.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}

.nav_menu::before {
  top: 0;
}

.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}

.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}

@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: 0.2rem;
  }
}

.top_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 0.5rem;
}

.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.top_search_ico iconify-icon {
  font-size: 0.24rem;
  color: #fff;
}

/* search main */
.top_search {
  --search_height: 0.38rem;
}

.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}

.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}

.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}

.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}

.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }

  .top_r {
    margin-left: auto;
  }

  .top_search_ico {
    margin-right: 0.2rem;
  }

  .top_search_ico::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }

  .top_search {
    padding: 0.12rem 0;
  }
}

@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 560px) {}

header,
.top_cont,
.logo,
.logo img,
.i_nav>li,
.i_nav>li>a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* -----------------公用样式----------------- */
.i_tit {
  position: relative;
  overflow: hidden;
}

.i_tit>h4 {
  font-size: 0.3rem;
  color: var(--i_color2);
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
}

.i_tit>p {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  width: 70%;
  line-height: 170%;
}

.i_tit.center {
  text-align: center;
}

.i_tit.center p {
  width: 70%;
  margin: 0.1rem auto;
}

.i_tit.white>h4 {
  color: #fff;
}

.i_tit.white>p {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .i_tit>h4 {
    font-size: 0.24rem;
  }

  .i_tit>p {
    width: 100%;
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  .i_tit>h4 {
    font-size: 0.22rem;
  }

  .i_tit>h4::after {
    width: 8px;
    height: 8px;
  }
}

.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.i_more_c {
  margin-left: auto;
  margin-right: auto;
}

.i_more_list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.i_more_list a:nth-child(1) {
  margin-right: 0.16rem;
}

@media screen and (max-width: 560px) {
  .i_more_list a:nth-child(1) {
    margin-bottom: 0.1rem;
  }
}

.bc_gradient {
  background: linear-gradient(var(--bc_color), #000);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: calc(100vh - var(--head_all_height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 8s ease;
}

.banner .swiper-slide-active img {
  transform: scale(1.08);
}

.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}

.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}

.banner-button-prev {
  left: -0.5rem;
}

.banner-button-next {
  right: -0.5rem;
}

.banner:hover .banner-button-prev {
  left: 3%;
}

.banner:hover .banner-button-next {
  right: 3%;
}

.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}

.banner-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.banner-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {

  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.2rem;
  }

  .banner .swiper-slide {
    padding-bottom: 56%;
  }
}

/* banner上文字 */
.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_content {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 760px;
}

/* title */
.banner_content h1 {
  margin: 0;
  line-height: 1;
}

.banner_content h1 span {
  display: block;
  font-size: 68px;
  font-weight: 700;
  color: #fff;
}

.banner_content h1 strong {
  display: block;
  font-size: 62px;
  font-weight: 700;
  color: #c99833;
}

/* description */
.banner_desc {
  display: flex;
  align-items: center;
  margin: 30px 0 50px;
  font-size: 24px;
  color: #ddd;
}

.banner_desc i {
  width: 6px;
  height: 6px;
  margin: 0 20px;
  border-radius: 50%;
  background: #c99833;
}

/* button */
.row_btn {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.row_btn.center {
  justify-content: center;
}

/* feature */
.banner_adv {
  display: flex;
  gap: 80px;
  margin-top: 80px;
  padding: 0;
  list-style: none;
}

.banner_adv li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner_adv iconify-icon {
  font-size: 42px;
  color: #c99833;
  flex-shrink: 0;
}

.banner_adv span {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width:1200px) {
  .banner_content {
    width: 650px;
    left: 6%;
  }

  .banner_content h1 span {
    font-size: 54px;
  }

  .banner_content h1 strong {
    font-size: 50px;
  }

  .banner_desc {
    margin: 25px 0 40px;
    font-size: 20px;
  }

  .banner_adv {
    gap: 40px;
    margin-top: 60px;
  }

  .banner_adv iconify-icon {
    font-size: 36px;
  }

  .banner_adv span {
    font-size: 17px;
  }
}

@media (max-width:991px) {
  .banner_content {
    width: 80%;
    left: 8%;
  }

  .banner_content h1 span {
    font-size: 42px;
  }

  .banner_content h1 strong {
    font-size: 40px;
  }

  .banner_desc {
    flex-wrap: wrap;
    margin: 20px 0 35px;
    font-size: 18px;
  }

  .banner_desc i {
    margin: 0 12px;
  }

  .row_btn {
    gap: 15px;
  }

  .banner_adv {
    gap: 25px;
    margin-top: 45px;
    flex-wrap: wrap;
  }

  .banner_adv li {
    gap: 10px;
  }

  .banner_adv iconify-icon {
    font-size: 32px;
  }

  .banner_adv span {
    font-size: 15px;
  }
}

@media (max-width:767px) {
  .banner_content {
    width: calc(100% - 40px);
    left: 20px;
    transform: translateY(-50%);
  }

  .banner_content h1 span {
    font-size: 32px;
    line-height: 1.2;
  }

  .banner_content h1 strong {
    font-size: 30px;
    line-height: 1.2;
  }

  .banner_desc {
    margin: 20px 0 30px;
    font-size: 15px;
    line-height: 1.6;
  }

  .banner_desc i {
    width: 5px;
    height: 5px;
    margin: 0 10px;
  }

  .row_btn {
    width: 100%;
  }

  .banner_adv {
    display: none;
  }
}

/* ==========================================================================
   下拉
   ========================================================================== */
.has-mega iconify-icon {
  font-size: 20px;
  transform: translateY(5px);
}

.mega_menu {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 700px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  /* opacity: 1;
  visibility: visible; */
  transition: .35s;
  box-shadow: 0 15px 60px rgba(0, 0, 0, .15);
  z-index: 100;
}

.mega_menu h3 {
  margin: 0 0 20px;
  color: var(--i_color);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.has-mega:hover .mega_menu {
  opacity: 1;
  visibility: visible;
}

.mega_left {
  width: 48%;
}

.mega_menu li {
  font-size: 18px;
  margin: 6px 0;
  font-weight: 700;
  line-height: 1.8;
  color: #444;
  cursor: pointer;
  transition: .35s;
}

.mega_menu li:hover {
  color: #c9972b;
  transform: translateX(10px);
}

.mega_menu li.active {
  color: #c9972b;
}

.mega_right {
  width: 40%;
  position: relative;
  aspect-ratio: 1/1;
}

.mega_right .img {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .45s;
}

.mega_right .img.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.mega_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.mega_drop {
  width: 300px;
  display: block;
}

.mega_drop .mega_list {
  width: 100%;
}

/* ==========================================================================
   底部
   ========================================================================== */
.footer {
  background: #171717;
  color: #bdbdbd;
  padding-top: 90px;
}

.footer_top {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr 1.3fr;
  gap: 60px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer_logo {
  display: inline-block;
  margin-bottom: 30px;
}

.footer_logo img {
  height: 56px;
  display: block;
}

.footer_col h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}

.footer_col ul {}

.footer_col li {
  margin-bottom: 10px;
}

.footer_col li:last-child {
  margin-bottom: 0;
}

.footer_col a {
  color: #9f9f9f;
  font-size: 16px;
  transition: .3s;
}

.footer_col a:hover {
  color: #c89b3c;
  padding-left: 8px;
}

.footer_social {
  display: flex;
  gap: 16px;
}

.footer_social a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  transition: .35s;
}

.footer_social a:hover {
  background: #c89b3c;
  border-color: #c89b3c;
  transform: translateY(-4px);
}

.footer_social iconify-icon {
  font-size: 22px;
  color: #fff;
}

.footer_contact li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.footer_contact iconify-icon {
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.footer_contact span {
  line-height: 1.8;
  color: #9f9f9f;
  font-size: 16px;
}

.footer_contact a {
  line-height: 1.8;
  font-size: 16px;
}

.footer_newsletter p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #999;
}

.footer_form .wpforms-container {
  margin: 0 !important;
}

.footer_form .wpforms-form {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
}

.footer_form .wpforms-field-container {
  flex: 1 !important;
}

.footer_form .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
}

.footer_form input[type="email"] {
  width: 100% !important;
  height: 64px !important;
  background: #505050 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 0 30px !important;
  font-size: 18px !important;
  box-shadow: none !important;
}

.footer_form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, .5) !important;
}

.footer_form button[type="submit"] {
  height: 64px !important;
  min-width: 180px !important;
  background: #202027 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 0 35px !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.footer_form button[type="submit"]:hover {
  background: var(--i_color) !important;
}

.footer_form .wpforms-submit-container {
  padding: 0 !important;
  margin: 0 !important;
}

.footer_form .wpforms-field-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 768px) {
  .footer_form .wpforms-form {
    flex-direction: column !important;
  }

  .footer_form button[type="submit"] {
    width: 100% !important;
    min-width: auto !important;
  }
}

.payment_icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.payment_icons img {
  height: 36px;
  object-fit: contain;
  background: #242424;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .06);
  transition: .35s;
}

.footer_brand {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 50px 0;
  align-items: center;
}

.footer_brand img {
  width: 100%;
  height: 72px;
  object-fit: contain;
  background: #242424;
  padding: 12px;
  transition: .35s;
}

.footer_brand img:hover {
  border-color: #c89b3c;
  transform: translateY(-6px);
  background: #2b2b2b;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 24px 0;
}

.footer_bottom p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  color: #888;
  letter-spacing: .3px;
}

@media(max-width:1400px) {
  .footer_top {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }

  .footer_about {
    grid-column: span 3;
  }

  .footer_brand {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media(max-width:992px) {
  .footer {
    padding-top: 70px;
  }

  .footer_top {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .footer_about {
    grid-column: span 2;
  }

  .footer_newsletter {
    grid-column: span 2;
  }

  .footer_brand {
    display: none;
  }


}

@media(max-width:768px) {
  .footer {
    padding-top: 60px;
  }

  .footer_top {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 50px;
  }

  .footer_about {
    grid-column: auto;
  }

  .footer_newsletter {
    grid-column: auto;
  }

  .footer_newsletter form {
    flex-direction: column;
    gap: 12px;
  }

  .footer_newsletter input {
    width: 100%;
  }

  .footer_newsletter button {
    width: 100%;
    height: 54px;
  }


}

@media(max-width:576px) {
  .footer_logo img {
    height: 46px;
  }

  .footer_col h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer_about p {
    font-size: 15px;
  }

  .footer_col a {
    font-size: 15px;
  }

  .footer_contact span {
    font-size: 15px;
  }



  .payment_icons {
    justify-content: center;
  }

  .footer_social {
    justify-content: center;
  }

  .footer_bottom p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* ==========================================================================
   首页
   ========================================================================== */
.bc {
  background: var(--i_color2);
}

.index_title {
  margin-bottom: 50px;
  text-align: center;
}

.index_title h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 18px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}

.index_title.black h2 {
  color: #222;
}

.index_title h2 span {
  color: var(--i_color);
}

.index_title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg,
      transparent,
      var(--i_color),
      transparent);
}

.index_title p {
  text-align: center;
  max-width: 800px;
  color: #aaa;
  font-size: 18px;
  line-height: 1.8;
  margin: 10px auto;
}

.index_title.left {
  text-align: left;
}

.index_title.left h2::after {
  left: 0;
  transform: none;
}

.index_title.left p {
  text-align: left;
  margin-left: 0;
}

@media (max-width:1200px) {
  .index_title {
    margin-bottom: 40px;
  }

  .index_title h2 {
    font-size: 36px;
    padding-bottom: 15px;
  }

  .index_title h2::after {
    width: 70px;
    height: 3px;
  }
}

@media (max-width:991px) {
  .index_title {
    margin-bottom: 35px;
  }

  .index_title h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media (max-width:767px) {
  .index_title {
    margin-bottom: 25px;
  }

  .index_title h2 {
    font-size: 26px;
    padding-bottom: 12px;
    line-height: 1.3;
  }

  .index_title h2::after {
    width: 55px;
    height: 3px;
  }

  .index_title.left {
    text-align: left;
  }
}

.medal_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.medal_item {
  display: block;
  background: #242424;
  border: 1px solid rgba(200, 155, 60, .35);
  border-radius: 22px;
  overflow: hidden;
  transition: .35s;
}

.medal_item:hover {
  transform: translateY(-10px);
  border-color: #c89b3c;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
}

.medal_item .pic {
  overflow: hidden;
  aspect-ratio: 4/3;
}

.medal_item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.medal_item:hover .pic img {
  transform: scale(1.08);
}

.medal_item .text {
  padding: 28px 20px 32px;
  text-align: center;
}

.medal_item h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.medal_item .text::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto;
  background: #c89b3c;
  transition: .35s;
}

.medal_item:hover .text::after {
  width: 80px;
}

@media(max-width:1200px) {
  .medal_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:992px) {
  .medal_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .medal_item h3 {
    font-size: 24px;
    min-height: auto;
  }
}

@media(max-width:768px) {
  .medal_grid {
    gap: 18px;
  }
}

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

  .medal_item h3 {
    font-size: 22px;
  }
}

.btn_box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.scene_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.scene_item {
  display: block;
  background: #111417;
  border: 1px solid rgba(220, 166, 44, .45);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  transition: .35s ease;
}

.scene_item:hover {
  transform: translateY(-8px);
  border-color: #dca62c;
}

.scene_icon {
  width: 100%;
  aspect-ratio: 1 / .8;
  overflow: hidden;
  background: #1a1d21;
}

.scene_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: .5s ease;
}

.scene_item:hover .scene_icon img {
  transform: scale(1.05);
}

.scene_title {
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.scene_title:before {
  content: "";
  width: 42px;
  height: 2px;
  background: #dca62c;
  position: absolute;
  top: 65px;
}

.scene_title h3 {
  margin: 35px 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}

@media(max-width:1200px) {
  .scene_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:768px) {
  .scene_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .scene_title {
    height: 130px;
  }

  .scene_title:before {
    top: 45px;
    width: 35px;
  }

  .scene_title h3 {
    margin-top: 25px;
    font-size: 16px;
  }
}

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

  .scene_title {
    height: 120px;
  }
}

.why_choose {
  position: relative;
  overflow: hidden;
}

.why_choose::before {
  content: "";
  position: absolute;
  left: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  background:
    linear-gradient(rgba(214, 167, 67, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 167, 67, .08) 1px, transparent 1px);
  background-size: 26px 26px;
  transform: rotate(-18deg);
  mask-image: radial-gradient(circle, #000 45%, transparent 100%);
  opacity: .6;
}

.why_choose::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  background:
    linear-gradient(rgba(214, 167, 67, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 167, 67, .08) 1px, transparent 1px);
  background-size: 26px 26px;
  transform: rotate(-18deg);
  mask-image: radial-gradient(circle, #000 45%, transparent 100%);
  opacity: .6;
}

.why_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.why_item {
  position: relative;
  padding: 38px 34px;
  border: 1px solid rgba(214, 167, 67, .35);
  border-radius: 22px;
  background: linear-gradient(145deg, #25282d 0%, #1b1d21 100%);
  overflow: hidden;
  transition: all .45s cubic-bezier(.22, 1, .36, 1);
}

.why_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 40%);
  opacity: 0;
  transition: .45s;
}

.why_item:hover {
  transform: translateY(-12px);
  border-color: var(--i_color);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.why_item:hover::before {
  opacity: 1;
}

.why_num {
  position: absolute;
  left: 26px;
  top: 22px;
  font-size: 42px;
  font-weight: 700;
  color: rgba(214, 167, 67, .8);
  transition: .4s;
}

.why_item:hover .why_num {
  transform: scale(1.15);
  color: var(--i_color);
}

.why_icon {
  width: 130px;
  height: 130px;
  margin: 30px auto;
  border: 2px solid rgba(214, 167, 67, .35);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .6s cubic-bezier(.22, 1, .36, 1);
}

.why_icon iconify-icon {
  font-size: 64px;
  color: var(--i_color);
  transition: .6s cubic-bezier(.22, 1, .36, 1);
}

.why_item:hover .why_icon {
  border-color: var(--i_color);
  transform: rotate(12deg);
  box-shadow: 0 0 25px rgba(214, 167, 67, .2);
}

.why_item:hover .why_icon iconify-icon {
  transform: scale(1.15) rotate(-12deg);
}

.why_item h3 {
  position: relative;
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  transition: .35s;
}

.why_item h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--i_color);
  border-radius: 30px;
  transition: .35s;
}

.why_item:hover h3 {
  color: var(--i_color);
}

.why_item:hover h3::after {
  width: 90px;
}

.why_item p {
  margin: 28px 0 0;
  font-size: 17px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .65);
  transition: .35s;
}

.why_item:hover p {
  color: rgba(255, 255, 255, .92);
}

.why_bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 70px;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.why_bottom li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
}

.why_bottom iconify-icon {
  font-size: 42px;
  color: var(--i_color);
  transition: .4s cubic-bezier(.22, 1, .36, 1);
  flex-shrink: 0;
}

.why_bottom li:hover {
  background: rgba(255, 255, 255, .03);
}

.why_bottom li:hover iconify-icon {
  transform: translateY(-6px) rotate(-8deg) scale(1.12);
}

.why_bottom span {
  font-size: 16px;
}

/* ===================== 1400 ===================== */
@media (max-width:1400px) {

  .why_list {
    gap: 24px;
  }

  .why_item {
    padding: 32px 26px;
  }

  .why_num {
    font-size: 34px;
    left: 20px;
    top: 18px;
  }

  .why_icon {
    width: 110px;
    height: 110px;
    margin: 25px auto;
  }

  .why_icon iconify-icon {
    font-size: 56px;
  }

  .why_item h3 {
    font-size: 21px;
  }

  .why_item p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
  }

  .why_bottom {
    gap: 25px;
  }

  .why_bottom iconify-icon {
    font-size: 36px;
  }

  .why_bottom span {
    font-size: 15px;
  }

}


/* ===================== 1200 ===================== */
@media (max-width:1200px) {

  .why_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .why_item {
    padding: 32px 28px;
  }

  .why_icon {
    width: 100px;
    height: 100px;
  }

  .why_icon iconify-icon {
    font-size: 50px;
  }

  .why_item h3 {
    font-size: 20px;
  }

  .why_item p {
    font-size: 15px;
  }

  .why_bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
  }

}


/* ===================== 992 ===================== */
@media (max-width:992px) {

  .why_choose {
    padding: 80px 0;
  }

  .why_choose::before,
  .why_choose::after {
    width: 260px;
    height: 260px;
  }

  .why_list {
    gap: 20px;
    margin-top: 45px;
  }

  .why_item {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .why_num {
    font-size: 30px;
    left: 18px;
    top: 16px;
  }

  .why_icon {
    width: 90px;
    height: 90px;
    margin: 18px auto;
  }

  .why_icon iconify-icon {
    font-size: 42px;
  }

  .why_item h3 {
    font-size: 19px;
  }

  .why_item h3::after {
    margin-top: 15px;
  }

  .why_item p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.75;
  }

  .why_bottom {
    padding-top: 28px;
  }

  .why_bottom li {
    justify-content: flex-start;
  }

  .why_bottom iconify-icon {
    font-size: 30px;
  }

  .why_bottom span {
    font-size: 14px;
  }

}


/* ===================== 768 ===================== */
@media (max-width:768px) {

  .why_choose {
    padding: 70px 0;
  }

  .why_choose::before,
  .why_choose::after {
    display: none;
  }

  .why_list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 35px;
  }

  .why_item {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .why_item:hover {
    transform: translateY(-6px);
  }

  .why_num {
    font-size: 26px;
  }

  .why_icon {
    width: 80px;
    height: 80px;
    margin: 15px auto;
  }

  .why_icon iconify-icon {
    font-size: 38px;
  }

  .why_item h3 {
    font-size: 18px;
  }

  .why_item h3::after {
    width: 36px;
  }

  .why_item:hover h3::after {
    width: 70px;
  }

  .why_item p {
    font-size: 14px;
    line-height: 1.75;
  }

  .why_bottom {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 40px;
  }

  .why_bottom li {
    justify-content: flex-start;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
  }

  .why_bottom iconify-icon {
    font-size: 28px;
  }

  .why_bottom span {
    font-size: 14px;
  }

}


/* ===================== 480 ===================== */
@media (max-width:480px) {

  .why_choose {
    padding: 60px 0;
  }

  .why_item {
    padding: 20px 18px;
  }

  .why_num {
    font-size: 22px;
  }

  .why_icon {
    width: 70px;
    height: 70px;
  }

  .why_icon iconify-icon {
    font-size: 34px;
  }

  .why_item h3 {
    font-size: 17px;
  }

  .why_item p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
  }

  .why_bottom {
    margin-top: 30px;
  }

  .why_bottom iconify-icon {
    font-size: 24px;
  }

  .why_bottom span {
    font-size: 13px;
  }

}

.about_top {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.about_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sub_tit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--i_color);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.about_text {
  margin-bottom: 40px;
}

.about_text p {
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .75);
}

.about_info .btn_line {
  margin-top: 10px;
}

.about_big {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.about_big img {
  width: 100%;
  display: block;
}

.about_gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.about_gallery a {
  display: block;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.about_gallery img {
  width: 100%;
  aspect-ratio: 1.3/1;
  object-fit: cover;
  transition: .5s;
}

.about_gallery a:hover img {
  transform: scale(1.08);
}

.about_data {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.about_data li {
  padding: 35px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.about_data li:last-child {
  border: none;
}

.about_data iconify-icon {
  font-size: 46px;
  color: var(--i_color);
  margin-bottom: 18px;
}

.about_data strong {
  display: block;
  margin: 8px 0;
  color: var(--i_color);
  font-size: 38px;
  font-weight: 700;
}

.about_data span {
  color: #fff;
  opacity: .8;
  line-height: 1.6;
}

.about_big,
.about_gallery a {
  position: relative;
  overflow: hidden;
}

.about_big img,
.about_gallery img {
  transition: .6s cubic-bezier(.22, 1, .36, 1);
}

.about_big:hover img,
.about_gallery a:hover img {
  transform: scale(1.08);
}

.about_big::after,
.about_gallery a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      transparent 20%,
      rgba(255, 255, 255, .15) 50%,
      transparent 80%);
  transform: translateX(-120%);
  transition: .8s;
}

.about_big:hover::after,
.about_gallery a:hover::after {
  transform: translateX(120%);
}

@media (max-width:1200px) {
  .about_top {
    gap: 40px;
  }

  .about_text p {
    font-size: 16px;
  }

  .about_big {
    border-radius: 16px;
  }

  .about_gallery {
    gap: 20px;
    margin-top: 25px;
  }

  .about_data {
    margin-top: 50px;
  }

  .about_data li {
    padding: 30px 15px;
  }

  .about_data iconify-icon {
    font-size: 40px;
  }

  .about_data strong {
    font-size: 32px;
  }
}

@media (max-width:991px) {
  .about_top {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .about_info {
    order: 2;
  }

  .about_big {
    order: 1;
  }

  .sub_tit {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .about_text {
    margin-bottom: 30px;
  }

  .about_text p {
    font-size: 16px;
    line-height: 1.8;
  }

  .about_gallery {
    gap: 15px;
  }

  .about_gallery a {
    border-radius: 12px;
  }

  .about_data {
    grid-template-columns: repeat(3, 1fr);
  }

  .about_data li:nth-child(3) {
    border-right: none;
  }

  .about_data li {
    padding: 25px 10px;
  }

  .about_data iconify-icon {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .about_data strong {
    font-size: 28px;
  }

  .about_data span {
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .about_top {
    gap: 25px;
  }

  .about_big {
    border-radius: 12px;
  }

  .about_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
  }

  .about_gallery a {
    border-radius: 10px;
  }

  .about_text {
    margin-bottom: 25px;
  }

  .about_text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .about_info .btn_line {
    margin-top: 5px;
  }

  .about_data {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 35px;
  }

  .about_data li {
    padding: 20px 8px;
  }

  .about_data li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, .08);
  }

  .about_data li:nth-child(even) {
    border-right: none;
  }

  .about_data iconify-icon {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .about_data strong {
    font-size: 25px;
    margin: 5px 0;
  }

  .about_data span {
    font-size: 13px;
  }
}

.in_honor {
  overflow: hidden;
  background: url(static/images/bc_in_ad.webp) no-repeat center;
  background-size: cover;
}

.honor .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0.1rem 0;
  z-index: 1;
}

.honor .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.honor .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transform: scale(0.75);
  transition: all 0.3s ease;
}

.honor .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 0.04rem;
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.honor .img:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}

.honor .img img {
  position: absolute;
  box-sizing: border-box;
  padding: 0.07rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.honor h6 {
  font-size: 0.16rem;
  text-align: center;
  color: #333;
  font-weight: normal;
  margin: 0.1rem 0;
}

.honor .swiper-slide-active {
  transform: scale(1);
}

.honor .swiper-slide-next,
.honor .swiper-slide-prev {
  transform: scale(0.9);
}

.honor-button-prev,
.honor-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.44rem;
  height: 0.44rem;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--i_color);
  z-index: 10;
  font-size: 20px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.honor-button-prev {
  left: 0;
}

.honor-button-next {
  right: 0;
}

.honor-button-prev:hover,
.honor-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.honor-pagination {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.honor-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.honor-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.honor-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.honor-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 1;
}

.news_container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.news_card {
  width: calc((100% - 90px)/4);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(14, 18, 22, .12);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.news_img_box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #f5f5f5;
}

.news_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.news_card:hover .news_img_box img {
  transform: scale(1.06);
}

.news_date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--i_color);
  color: #ffffff;
  padding: 8px 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.news_date .day {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.news_date .month {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 2px;
}

.news_content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* 新闻标题链接 */
.news_title_link {
  text-decoration: none;
  margin-bottom: 12px;
}

.news_content h3 {
  font-size: 18px;
  color: var(--gm-light-heading);
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.news_card:hover .news_content h3 {
  color: var(--i_color);
}

.news_desc {
  font-size: 14px;
  color: var(--gm-light-copy);
  line-height: 1.6;
  margin: 0 0 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* PC 大屏 */
@media (max-width: 1199px) {
  .news_card {
    width: calc((100% - 60px) / 3);
  }
}

/* 平板 */
@media (max-width: 991px) {
  .news_container {
    gap: 24px;
  }

  .news_card {
    width: calc((100% - 24px) / 2);
  }

  .news_content {
    padding: 18px;
  }

  .news_content h3 {
    font-size: 17px;
  }
}

/* 手机 */
@media (max-width: 767px) {
  .news_container {
    gap: 20px;
  }

  .news_card {
    width: 100%;
    border-radius: 8px;
  }

  .news_img_box {
    aspect-ratio: 16 / 9;
  }

  .news_content {
    padding: 16px;
  }

  .news_content h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .news_desc {
    font-size: 13px;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
  }

  .news_date {
    padding: 6px 10px;
  }

  .news_date .day {
    font-size: 18px;
  }

  .news_date .month {
    font-size: 10px;
  }
}

.i_partner_list {
  position: relative;
  overflow: hidden;
}

.i_partner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.i_partner_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_partner_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.i_partner_list .img::before {
  content: "";
  display: block;
  padding-bottom: 53.07%;
}

.i_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.i_partner_list .img,
.i_partner_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_partner_list li:hover .img {
  background: #fff;
  border-color: var(--i_color);
}

.i_partner_list li:hover img {
  width: 100%;
  height: 100%;
}

.i_partner_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.i_partner-prev,
.i_partner-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
  opacity: 0.5;
}

.i_partner-prev {
  transform: translateX(-0.6rem);
}

.i_partner-next {
  transform: translateX(0.6rem);
}

.i_partner-prev:hover,
.i_partner-next:hover {
  opacity: 1;
}

.i_partner-pagination {
  text-align: center;
}

.i_partner-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.i_partner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.i_partner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.i_partner-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

@media screen and (max-width: 1024px) {

  .i_partner-prev,
  .i_partner-next {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .i_partner-pagination {
    margin-top: 0.22rem;
  }
}

.design_service_box {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* 左侧图片 */
.design_service_image {
  width: 55%;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.compare_slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  overflow: hidden;
  cursor: ew-resize;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.compare_slider img {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

/* 后面的图片 */
.compare_after {
  position: absolute;
  inset: 0;
}

.compare_after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 前图裁剪窗口 */
.compare_before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

/*
  关键：
  固定宽度，不跟随 before 变化
*/
.compare_before_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* 后面JS动态赋值 */
  height: 100%;
}

.compare_before_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 拖动线 */
.compare_handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--i_color);
  cursor: pointer;
  z-index: 5;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

.compare_handle span {
  font-size: 20px;
  color: var(--i_color);
}

/* 右侧内容 */
.design_service_content {
  flex: 1;
}

.design_desc {
  max-width: 500px;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 45px;
}

@media(max-width:1200px) {
  .design_service_box {
    gap: 50px;
  }

  .design_item img {
    height: 420px;
  }
}

@media(max-width:991px) {
  .design_service_box {
    flex-direction: column;
  }

  .design_service_image {
    width: 100%;
  }

  .design_service_content {
    width: 100%;
  }

  .design_item img {
    height: 400px;
  }
}

@media(max-width:767px) {
  .design_compare {
    border-radius: 12px;
  }

  .design_item img {
    height: 260px;
  }

  .design_item span {
    top: 12px;
    left: 12px;
    padding: 5px 12px;
    font-size: 12px;
  }

  .design_desc {
    font-size: 15px;
  }
}

/* ==========================================================================
   Homepage light palette — warm white foundation with black and gold accents
   ========================================================================== */
body.home-white-theme {
  --i_color: var(--gm-gold);
  --bc_color: var(--gm-light-surface);
  --text_color: var(--gm-light-copy);
  background: var(--gm-light-surface);
  color: var(--gm-light-heading);
}

.home-white-theme main {
  background: var(--gm-light-surface);
}

.home-white-theme main>section {
  border-top: 1px solid var(--gm-light-border);
}

.home-white-theme .bc {
  background: var(--gm-light-surface);
}

.home-white-theme .why_choose,
.home-white-theme .in_honor {
  background-color: var(--gm-light-surface);
}

/* Light hero artwork and readable dark copy */
.home-white-theme .banner,
.home-white-theme .banner .swiper-slide {
  background: var(--gm-light-surface);
}

.home-white-theme .banner .swiper-slide>img {
  object-position: center center;
}

.home-white-theme .banner_content {
  z-index: 3;
}

.home-white-theme .banner_content h1 span {
  color: var(--gm-light-heading);
}

.home-white-theme .banner_content h1 strong,
.home-white-theme .banner_adv iconify-icon {
  color: var(--i_color);
}

.home-white-theme .banner_desc,
.home-white-theme .banner_adv span {
  color: var(--gm-light-copy);
}

.home-white-theme .banner_adv li {
  padding: 10px 14px;
  border: 1px solid rgba(201, 150, 43, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

/* Headings */
.home-white-theme .index_title h2,
.home-white-theme .index_title.black h2 {
  color: var(--gm-light-heading);
}

.home-white-theme .index_title p {
  color: var(--gm-light-copy);
}

/* Medal and event cards */
.home-white-theme .medal_item,
.home-white-theme .scene_item {
  background: var(--gm-light-card);
  border-color: var(--gm-light-border);
  box-shadow: 0 14px 40px rgba(20, 20, 20, .07);
}

.home-white-theme .medal_item:hover,
.home-white-theme .scene_item:hover {
  border-color: var(--i_color);
  box-shadow: 0 20px 48px rgba(20, 20, 20, .12);
}

.home-white-theme .medal_item .pic,
.home-white-theme .scene_icon {
  background: var(--gm-light-surface);
}

.home-white-theme .medal_item h3,
.home-white-theme .scene_title h3,
.home-white-theme .scene_title .scene_heading {
  color: var(--gm-light-heading);
}

.home-white-theme .medal_item .text::after,
.home-white-theme .scene_title::before {
  background-color: var(--gm-gold);
  border-color: var(--gm-gold);
}

/* Why choose us */
.home-white-theme .why_item {
  background: var(--gm-light-card);
  border-color: var(--gm-light-border);
  box-shadow: 0 14px 36px rgba(20, 20, 20, .06);
}

.home-white-theme .why_item::before {
  background: linear-gradient(180deg, rgba(201, 150, 43, .08), transparent 45%);
}

.home-white-theme .why_item:hover {
  box-shadow: 0 22px 54px rgba(20, 20, 20, .12);
}

.home-white-theme .why_icon {
  background: #fff;
}

.home-white-theme .why_item h3,
.home-white-theme .why_bottom li {
  color: var(--gm-light-heading);
}

.home-white-theme .why_item p,
.home-white-theme .why_item:hover p {
  color: var(--gm-light-copy);
}

.home-white-theme .why_bottom {
  border-top-color: var(--gm-light-border);
}

.home-white-theme .why_bottom li:hover {
  background: rgba(201, 150, 43, .08);
}

/* About and company data */
.home-white-theme .about_text p {
  color: var(--gm-light-copy);
}

.home-white-theme .about_data {
  border-top-color: var(--gm-light-border);
}

.home-white-theme .about_data li,
.home-white-theme .about_data li:nth-child(3) {
  border-right-color: var(--gm-light-border);
}

.home-white-theme .about_data span {
  color: var(--gm-light-heading);
  opacity: .78;
}

/* Certificates, partner logos, news and service panels */
.home-white-theme .in_honor {
  background-image: none;
  background-color: var(--gm-light-surface);
}

.home-white-theme .honor .img,
.home-white-theme .i_partner_list .img,
.home-white-theme .news_card {
  border: 1px solid var(--gm-light-border);
  background: var(--gm-light-card);
}

.home-white-theme .i_partner_list .img {
  box-shadow: 0 10px 26px rgba(20, 20, 20, .05);
}

.home-white-theme .design_service_image {
  border-color: var(--gm-light-border);
  box-shadow: 0 16px 42px rgba(20, 20, 20, .08);
  overflow: hidden;
}

.home-white-theme .design_desc {
  color: var(--gm-light-copy);
}

/* FAQ and quote form */
.home-white-theme .medal_faq_area,
.home-white-theme .medal_form_area {
  border: 1px solid var(--gm-light-border);
  background: var(--gm-light-card);
  box-shadow: 0 20px 55px rgba(20, 20, 20, .08);
}

.home-white-theme .medal_faq_item {
  border: 1px solid var(--gm-light-border);
  background: var(--gm-light-surface);
  box-shadow: none;
}

.home-white-theme .medal_faq_question h3,
.home-white-theme .medal_faq_question_text {
  color: var(--gm-light-heading);
}

.home-white-theme .medal_faq_answer {
  color: var(--gm-light-copy);
  background: var(--gm-light-surface);
}

.home-white-theme .medal_wpform input,
.home-white-theme .medal_wpform select,
.home-white-theme .medal_wpform textarea,
.home-white-theme .medal_wpform .wpforms-uploader {
  border-color: var(--gm-light-border) !important;
  background-color: var(--gm-light-surface) !important;
  color: var(--gm-light-heading) !important;
}

@media (max-width: 1024px) {
  .home-white-theme .banner .swiper-slide {
    height: 620px;
    padding-bottom: 0;
  }

  .home-white-theme .banner .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(245, 247, 250, .96) 0%, rgba(245, 247, 250, .76) 58%, rgba(245, 247, 250, .18) 100%);
    pointer-events: none;
  }

  .home-white-theme .banner .swiper-slide>img {
    object-position: 68% center;
  }
}

@media (max-width: 767px) {
  .home-white-theme .banner .swiper-slide {
    height: 500px;
  }

  .home-white-theme .banner .swiper-slide::after {
    background: rgba(245, 247, 250, .83);
  }

  .home-white-theme .banner .swiper-slide>img {
    object-position: 72% center;
  }

  .home-white-theme .about_data li:nth-child(3) {
    border-right-color: var(--gm-light-border);
  }

  .home-white-theme .about_data li:nth-child(even) {
    border-right: none;
  }
}

/* Homepage-only type and responsive layout exceptions. The shared typography
   scale remains in the common system; this block owns only the home hero,
   its compact labels and the card rhythm unique to this page. */
body.home-white-theme .banner_content h1 span,
body.home-white-theme .banner_content h1 strong {
  font-size: 52px !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: 62px !important;
}

body.home-white-theme .why_num,
body.home-white-theme .sub_tit,
body.home-white-theme .news_date,
body.home-white-theme .news_date .day,
body.home-white-theme .news_date .month {
  font-family: var(--gm-font-heading);
  font-size: var(--gm-meta-size) !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: var(--gm-meta-line) !important;
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  body.home-white-theme .banner_content {
    width: min(690px, 54vw);
  }

  body.home-white-theme .banner_adv {
    gap: 46px;
    margin-top: 58px;
  }

  body.home-white-theme .medal_grid {
    gap: 22px;
  }

  body.home-white-theme .why_list {
    gap: 18px;
  }
}

@media screen and (max-width: 1199px) {
  body.home-white-theme .banner_content h1 span,
  body.home-white-theme .banner_content h1 strong {
    font-size: 42px !important;
    line-height: 52px !important;
  }

  body.home-white-theme .banner_content {
    width: min(650px, 74vw);
  }

  body.home-white-theme .banner_desc {
    margin: 24px 0 38px;
  }

  body.home-white-theme .banner_adv {
    gap: clamp(22px, 4vw, 42px);
    margin-top: 52px;
  }

  body.home-white-theme .honor_titles {
    gap: 10px;
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body.home-white-theme .banner_content {
    width: min(610px, 78vw);
  }

  body.home-white-theme .banner_adv {
    gap: 24px;
    margin-top: 42px;
  }

  body.home-white-theme .banner_adv li {
    gap: 10px;
  }

  body.home-white-theme .medal_grid,
  body.home-white-theme .scene_list {
    gap: 18px;
  }

  body.home-white-theme .honor_titles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  body.home-white-theme .banner_content h1 span,
  body.home-white-theme .banner_content h1 strong {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  body.home-white-theme .banner_content {
    width: calc(100% - 40px);
  }

  body.home-white-theme .banner_desc {
    margin: 18px 0 28px;
  }

  body.home-white-theme .banner_adv {
    gap: 14px 20px;
    margin-top: 32px;
  }

  body.home-white-theme .banner_adv li {
    gap: 8px;
  }

  body.home-white-theme .banner_adv iconify-icon {
    font-size: 26px;
  }

  body.home-white-theme .honor_titles {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  body.home-white-theme .honor_titles p {
    padding: 13px 14px;
  }
}

@media screen and (min-width: 561px) and (max-width: 767px) {
  body.home-white-theme .medal_grid,
  body.home-white-theme .scene_list,
  body.home-white-theme .why_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 420px) {
  body.home-white-theme .banner_content {
    left: 16px;
    width: calc(100% - 32px);
  }

  body.home-white-theme .row_btn {
    gap: 10px;
  }

  body.home-white-theme .btn_gold,
  body.home-white-theme .btn_line {
    width: 100%;
  }

  body.home-white-theme .banner_adv {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  body.home-white-theme .medal_grid,
  body.home-white-theme .scene_list,
  body.home-white-theme .why_list {
    grid-template-columns: 1fr;
  }

  body.home-white-theme .medal_faq_question {
    gap: 10px;
  }
}

/* Home-only scroll behaviour stays beside the rest of the homepage module. */
@media (min-width: 1025px) {
  html:has(body.home-white-theme) {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
    scroll-padding-top: var(--head_all_height);
  }

  body.home-white-theme main>section {
    scroll-snap-align: start;
    scroll-margin-top: var(--head_all_height);
  }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.home-white-theme) {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }
}

/* Reusable FAQ and quote-form module (homepage and Gallery). */
.medal_faq_contact_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* 左右卡片 */
.medal_faq_area,
.medal_form_area {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

/* FAQ */
.medal_faq_item {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
  overflow: hidden;
}

.medal_faq_question {
  height: 75px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.medal_faq_question h3,
.medal_faq_question_text {
  flex: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.medal_faq_icon {
  width: 32px;
  height: 32px;
  background: #c99a42;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.medal_faq_arrow {
  color: #777;
}

.medal_faq_answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  color: #666;
  line-height: 1.8;
  background: #fafafa;
  transition:
    max-height .45s ease,
    padding .45s ease;
}

.medal_faq_item.active .medal_faq_answer {
  max-height: 200px;
  padding: 25px;
}

/* 箭头 */
.medal_faq_arrow {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: .35s ease;
  transform: rotate(90deg);
}

.medal_faq_arrow iconify-icon {
  font-size: 22px;
}

/* 展开旋转 */
.medal_faq_item.active .medal_faq_arrow {
  transform: rotate(-90deg);
  color: #c99a42;
}




@media (max-width:1200px) {
  .medal_faq_contact_box {
    gap: 20px;
  }

  .medal_faq_area,
  .medal_form_area {
    padding: 35px;
  }

  .medal_faq_question {
    padding: 0 20px;
  }

  .medal_faq_question h3,
  .medal_faq_question_text {
    font-size: 16px;
  }
}

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

  .medal_faq_area,
  .medal_form_area {
    padding: 35px 25px;
  }
}

@media (max-width:767px) {

  .medal_faq_area,
  .medal_form_area {
    padding: 25px 15px;
    border-radius: 12px;
  }

  .medal_faq_question {
    height: auto;
    min-height: 65px;
    padding: 12px 15px;
    gap: 12px;
  }

  .medal_faq_question h3,
  .medal_faq_question_text {
    font-size: 15px;
    line-height: 1.5;
  }

  .medal_faq_icon {
    width: 28px;
    height: 28px;
    font-size: 18px;
    flex-shrink: 0;
  }

  .medal_faq_arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .medal_faq_arrow iconify-icon {
    font-size: 18px;
  }

  .medal_faq_answer {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .medal_faq_item.active .medal_faq_answer {
    padding: 20px 15px;
  }

}

/* ==========================================================================
   recycle
   ========================================================================== */
.medal_hero {
  padding: 100px 0;
  background:
    radial-gradient(circle at left top,
      rgba(201, 150, 43, .08),
      transparent 30%),
    #fff;
  color: #111;
}

.medal_hero_grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
}

.medal_gallery {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  padding: 18px;
  border-radius: 35px;
  transition: .35s ease;
}

.medal_gallery:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 150, 43, .5);
}

.medal_main_img {
  height: 430px;
  overflow: hidden;
  border-radius: 25px;
}

.medal_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: .5s ease;
}

.medal_main_img:hover img {
  transform: scale(1.05);
}

.medal_thumbs {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.medal_thumbs div {
  height: 130px;
  overflow: hidden;
  border-radius: 18px;
  background: #eee;
  cursor: pointer;
  border: 1px solid transparent;
  transition: .35s ease;
}

.medal_thumbs div:hover {
  transform: translateY(-5px);
  border-color: var(--i_color);
}

.medal_thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.medal_thumbs div:hover img {
  transform: scale(1.08);
}

.hero_label {
  color: var(--i_color);
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.medal_hero_info h1 {
  letter-spacing: -3px;
  margin-bottom: 35px;
}

.medal_hero_info p {
  margin-bottom: 40px;
}

.hero_tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.hero_tags div {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  color: #111;
  font-weight: 600;
  transition: .35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.hero_tags div:hover {
  transform: translateY(-5px);
  border-color: var(--i_color);
  background: #fff;
}

@media(max-width:1400px) {
  .medal_hero {
    padding: 80px 0;
  }

  .medal_hero_grid {
    gap: 60px;
  }

  .medal_main_img {
    height: 380px;
  }

  .medal_thumbs div {
    height: 110px;
  }
}

@media(max-width:1200px) {
  .medal_hero_grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .medal_gallery {
    max-width: 900px;
    width: 100%;
    margin: auto;
  }
}

@media(max-width:992px) {
  .medal_hero {
    padding: 70px 0;
  }

  .medal_main_img {
    height: 330px;
  }

  .medal_thumbs div {
    height: 100px;
  }

  .hero_tags {
    gap: 12px;
  }

  .hero_tags div {
    padding: 16px;
  }
}

@media(max-width:768px) {
  .medal_hero {
    padding: 60px 0;
  }

  .medal_hero_grid {
    gap: 35px;
  }

  .medal_gallery {
    padding: 12px;
    border-radius: 25px;
  }

  .medal_main_img {
    height: 260px;
  }

  .medal_thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .medal_thumbs div {
    height: 75px;
  }

  .hero_label {
    margin-bottom: 18px;
  }

  .medal_hero_info h1 {
    letter-spacing: -1px;
    margin-bottom: 25px;
  }

  .medal_hero_info p {
    margin-bottom: 30px;
  }

  .hero_tags {
    grid-template-columns: 1fr;
  }

  .hero_tags div {
    padding: 15px;
  }
}

@media(max-width:480px) {
  .medal_hero {
    padding: 45px 0;
  }

  .medal_main_img {
    height: 220px;
  }

  .medal_thumbs {
    grid-template-columns: repeat(2, 1fr);
  }

  .medal_thumbs div {
    height: 90px;
  }

  .medal_hero_info h1 {
    font-size: 36px;
  }

  .hero_label {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .hero_tags div {
    font-size: 14px;
  }
}

/* Advantage */
.medal_advantage {
  background: #f8f8f8;
}

.medal_adv_top {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.adv_desc {
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}

.adv_points {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 35px;
}

.adv_points strong {
  display: block;
  color: #111;
  font-size: 14px;
  margin-bottom: 5px;
}

.adv_points span {
  color: #777;
  font-size: 14px;
}

.medal_adv_img {
  overflow: hidden;
  border-radius: 25px;
}

.medal_adv_img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 25px;
  transition: .5s ease;
}

.medal_adv_img:hover img {
  transform: scale(1.05);
}

.adv_card_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.adv_card_list li {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  padding: 28px 20px;
  text-align: center;
  transition: .35s ease;
}

.adv_card_list li:hover {
  transform: translateY(-8px);
  border-color: var(--i_color);
  background: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.adv_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(201, 150, 43, .12);
  color: var(--i_color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 28px;
  transition: .35s ease;
}

.adv_card_list li:hover .adv_icon {
  background: var(--i_color);
  color: #fff;
}

.adv_card_list h3 {
  color: #111;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.adv_card_list p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

@media(max-width:1400px) {
  .medal_adv_box {
    padding: 45px;
  }

  .medal_adv_top {
    gap: 40px;
  }

  .adv_card_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .medal_adv_img img {
    height: 380px;
  }

  .adv_card_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:992px) {
  .medal_adv_box {
    padding: 35px;
  }

  .adv_points {
    gap: 25px;
  }

  .medal_adv_img img {
    height: 320px;
  }
}

@media(max-width:768px) {
  .medal_adv_box {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .adv_card_list {
    grid-template-columns: 1fr;
  }

  .adv_points {
    gap: 20px;
    margin-top: 25px;
  }

  .adv_desc {
    font-size: 16px;
  }

  .medal_adv_img img {
    height: 260px;
  }
}

@media(max-width:480px) {
  .medal_adv_img img {
    height: 220px;
  }

  .adv_card_list li {
    padding: 25px 18px;
  }

  .adv_icon {
    width: 55px;
    height: 55px;
  }
}

/* Certification */
.medal_cert {
  background: #0f1114;
  color: #fff;
}

.cert_desc {
  text-align: center;
  max-width: 800px;
  color: #aaa;
  font-size: 18px;
  line-height: 1.8;
  margin: 30px auto 50px;
}

.cert_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.cert_list li {
  background: #171a1f;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  aspect-ratio: 2/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transition: .3s;
}

.cert_list li:hover {
  border-color: var(--i_color);
  transform: translateY(-5px);
}

.cert_list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .cert_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .cert_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 35px;
  }

  .cert_list li {
    border-radius: 15px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .cert_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .cert_list li {
    border-radius: 12px;
    padding: 10px;
  }
}


.medal_finish {
  background: #fff;
  color: #111;
}

.finish_desc {
  text-align: center;
  max-width: 800px;
  color: #666;
  font-size: 18px;
  line-height: 1.8;
  margin: 30px auto 50px;
}

.finish_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.finish_list li {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.finish_list li:hover {
  transform: translateY(-8px);
  border-color: var(--i_color);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .1);
}

.finish_img {
  height: 280px;
  overflow: hidden;
}

.finish_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.finish_list li:hover .finish_img img {
  transform: scale(1.05);
}

.finish_list h3 {
  color: #111;
  font-size: 22px;
  padding: 20px 30px;
  margin: 0;
  text-align: center;
}

@media(max-width:1024px) {
  .finish_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .finish_img {
    height: 240px;
  }
}

/* FAQ */
.eco_faq_section {
  background: #fff;
  color: #111;
}

.eco_faq_wrap {
  max-width: 900px;
  margin: 50px auto 0;
}

.eco_faq_item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: .3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.eco_faq_item:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.eco_faq_item.active {
  border-color: var(--i_color);
}

.eco_faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
}

.eco_faq_question h3 {
  color: #111;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.eco_faq_icon {
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--i_color);
  border-bottom: 2px solid var(--i_color);
  transform: rotate(45deg);
  transition: .35s;
  flex: none;
}

.eco_faq_item.active .eco_faq_icon {
  transform: rotate(225deg);
}

.eco_faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
}

.eco_faq_answer p {
  padding: 0 30px 25px;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

@media(max-width:640px) {
  .eco_faq_question {
    padding: 20px;
  }

  .eco_faq_question h3 {
    font-size: 17px;
  }

  .eco_faq_answer p {
    padding: 0 20px 20px;
  }
}

.medal_cases_section {
  background: #fff;
  color: #111;
  padding: 120px 0;
}

.medal_cases_head {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 70px;
}

.cases_label {
  color: var(--i_color);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.medal_cases_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.medal_case_item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  transition: .35s;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.medal_case_item:hover {
  transform: translateY(-8px);
  border-color: var(--i_color);
  box-shadow: 0 25px 55px rgba(0, 0, 0, .12);
}

.medal_case_img {
  height: 220px;
  overflow: hidden;
}

.medal_case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.medal_case_item:hover .medal_case_img img {
  transform: scale(1.05);
}

.medal_case_content {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}

.case_tag {
  color: var(--i_color);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.medal_case_content h3 {
  color: #111;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.medal_case_content p {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}

.medal_case_content a {
  margin-top: auto;
  display: flex;
  justify-content: center;
  padding-top: 30px;
  color: var(--i_color);
  font-weight: 700;
}

@media(max-width:1400px) {
  .medal_cases_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

/* Reusable free-artwork CTA — shared by About and Recycled Medals. */
.gm-artwork-cta {
  color: var(--gm-dark-heading);
  background-color: var(--gm-dark-surface);
  background-image: linear-gradient(rgba(15, 17, 20, .84), rgba(15, 17, 20, .84)), url(static/images/bc_factory-building.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width:561px) {
  .gm-artwork-cta {
    background-attachment: fixed;
  }
}

.gm-artwork-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.gm-artwork-cta__eyebrow {
  color: var(--gm-gold);
  font-family: var(--gm-font-heading);
  font-size: var(--gm-meta-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-meta-line);
  letter-spacing: 4px;
  margin-bottom: 35px;
}

.gm-artwork-cta h2 {
  color: var(--gm-dark-heading) !important;
  letter-spacing: -2px;
  margin: 0 auto 35px;
}

.gm-artwork-cta p {
  max-width: 900px;
  margin: 0 auto 55px;
  color: var(--gm-dark-copy) !important;
}

@media(max-width:1200px) {
  .gm-artwork-cta h2 { letter-spacing: -1px; }
}

@media(max-width:768px) {
  .gm-artwork-cta {
    padding: 80px 0;
  }

  .gm-artwork-cta p {
    margin-bottom: 36px;
  }
}

/* Quote Form */
.medal_quote_section {
  background: #fff;
  color: #111;
}

.medal_quote_box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.medal_quote_label {
  color: var(--i_color);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 35px;
}

.medal_quote_intro h2 {
  color: #111;
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 35px;
}

.medal_quote_intro h2 span {
  display: block;
}

.medal_quote_intro p {
  color: #666;
  font-size: 20px;
  line-height: 1.8;
  max-width: 550px;
}

/* form box */
.medal_quote_form {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 35px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.medal_wpform_box {
  width: 100%;
}

@media(max-width:1200px) {
  .medal_quote_box {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .medal_quote_intro h2 {
    font-size: 56px;
  }
}

@media(max-width:640px) {
  .medal_quote_section {
    padding: 80px 0;
  }

  .medal_quote_intro h2 {
    font-size: 40px;
  }

  .medal_quote_form {
    padding: 25px;
  }
}

/* --------------------------------------------------------------------------
   Recycled medals palette and document-specific image rules
   -------------------------------------------------------------------------- */
.recycled-page :is(.medal_hero, .medal_advantage, .medal_finish, .eco_faq_section, .medal_cases_section, .medal_quote_section) {
  background: var(--gm-light-surface) !important;
  color: var(--gm-light-copy);
}

.recycled-page :is(.medal_gallery, .hero_tags div, .adv_card_list li, .finish_list li, .eco_faq_item, .medal_case_item, .medal_quote_form) {
  background-color: var(--gm-light-card) !important;
  border-color: var(--gm-light-border) !important;
}

.recycled-page :is(.medal_gallery, .hero_tags div, .adv_card_list li, .finish_list li, .eco_faq_item, .medal_case_item, .medal_quote_form) :is(h1, h2, h3, h4) {
  color: var(--gm-light-heading) !important;
}

.recycled-page :is(.medal_gallery, .hero_tags div, .adv_card_list li, .finish_list li, .eco_faq_item, .medal_case_item, .medal_quote_form) :is(p, li, .copy, .description) {
  color: var(--gm-light-copy) !important;
}

.recycled-page .medal_cert {
  background-color: var(--gm-dark-surface) !important;
  color: var(--gm-dark-copy);
}

.recycled-page .medal_cert :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.recycled-page .medal_cert :is(p, li, .copy, .description) {
  color: var(--gm-dark-copy) !important;
}

.recycled-page .cert_list li {
  background: #292d33;
  border-color: var(--gm-dark-border);
}

.recycled-page :is(.hero_label, .cases_label, .case_tag, .medal_quote_label) {
  color: var(--gm-gold) !important;
}

.recycled-page :is(.adv_icon, .eco_faq_item.active .eco_faq_icon) {
  border-color: var(--gm-gold);
}

.recycled-page .adv_icon {
  color: var(--gm-gold);
  background-color: rgba(201, 150, 43, .12);
}

.recycled-page .adv_points strong {
  color: var(--gm-light-heading) !important;
}

.recycled-page .adv_card_list li:hover .adv_icon {
  background-color: var(--gm-gold);
  color: var(--gm-dark-surface);
}

.recycled-page :is(.medal_gallery:hover, .medal_thumbs div:hover, .hero_tags div:hover, .adv_card_list li:hover, .cert_list li:hover, .finish_list li:hover, .eco_faq_item.active, .medal_case_item:hover) {
  border-color: var(--gm-gold);
}

/* The original brief specifies square content imagery and six finishes across
   on desktop, with smaller grids at tablet and phone widths. */
.recycled-page .finish_list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.recycled-page .finish_list li {
  min-width: 0;
  border-radius: 18px;
}

.recycled-page .finish_img {
  height: auto;
  aspect-ratio: 1 / 1;
}

.recycled-page .finish_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recycled-page .medal_hero .medal_thumbs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.recycled-page .medal_main_img,
.recycled-page .medal_thumbs div,
.recycled-page .medal_adv_img,
.recycled-page .cert_list li,
.recycled-page .medal_case_img {
  height: auto;
  aspect-ratio: 1 / 1;
}

.recycled-page .medal_adv_img img {
  height: 100%;
}

.recycled-page .cert_list img {
  object-fit: contain;
}

.recycled-page .finish_list h3 {
  padding: 16px 10px;
  font-size: var(--gm-button-size);
  line-height: var(--gm-button-line);
}

.recycled-page .eco_faq_wrap {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  align-items: start;
}

.recycled-page .eco_faq_item {
  min-width: 0;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .recycled-page .finish_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .recycled-page .medal_hero .medal_thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .recycled-page .eco_faq_wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .recycled-page .finish_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .recycled-page .finish_list li {
    border-radius: 14px;
  }

  .recycled-page .finish_list h3 {
    padding: 14px 8px;
    font-size: var(--gm-meta-size);
    line-height: var(--gm-meta-line);
  }
}

/* Recycled certification-heading and compact label exceptions. */
.recycled-page .eco_certification_title h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 18px;
}

.recycled-page .eco_certification_title h2 span {
  color: var(--gm-gold);
}

.recycled-page .eco_certification_title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg, transparent, var(--gm-gold), transparent);
  content: "";
  transform: translateX(-50%);
}

.recycled-page .hero_tags div {
  font-size: var(--gm-meta-size);
  line-height: var(--gm-meta-line);
}

.recycled-page .honor_titles p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .recycled-page .eco_certification_title h2 {
    padding-bottom: 12px;
  }

  .recycled-page .eco_certification_title h2::after {
    width: 55px;
    height: 3px;
  }
}

/* ==========================================================================
   gallery
  ========================================================================== */
/* Gallery page — selectors are deliberately scoped so its cards and tabs
   cannot affect Home or product-category modules that reuse similar names. */
body.gallery-page .medal_gallery_hero {
  background: #101214;
  color: #fff;
  padding: 110px 0 120px;
  overflow: hidden;
}

body.gallery-page .medal_gallery_content {
  max-width: 1200px;
}

body.gallery-page .medal_gallery_label {
  font-family: var(--gm-font-heading);
  font-size: var(--gm-meta-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-meta-line);
  letter-spacing: 2px;
  color: var(--gm-gold);
  margin-bottom: 30px;
}

body.gallery-page .medal_gallery_content h1 {
  font-size: clamp(50px, 5vw, 78px);
  line-height: 1.08;
  letter-spacing: -3px;
  font-weight: 800;
  margin: 0 0 35px;
  color: #fff;
}

body.gallery-page .medal_gallery_content p {
  font-size: 20px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 45px;
}

@media(max-width:768px) {
  body.gallery-page .medal_gallery_hero {
    padding: 70px 0;
  }

  body.gallery-page .medal_gallery_label {
    font-size: var(--gm-meta-size);
  }

  body.gallery-page .medal_gallery_content h1 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  body.gallery-page .medal_gallery_content p {
    font-size: 16px;
  }

  body.gallery-page .medal_gallery_content p br {
    display: none;
  }
}

body.gallery-page .features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 900px;
}

body.gallery-page .feature-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: left;
  transition: all 0.3s ease;
}

body.gallery-page .feature-card:hover {
  border-color: #d1d1d1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

body.gallery-page .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 12px;
}

body.gallery-page .card-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
}

@media (max-width: 600px) {
  body.gallery-page .features-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =====================
   一级分类
===================== */
body.gallery-page .medal_main_tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--gm-light-border);
  border-radius: 16px;
  background: var(--gm-light-card);
}

body.gallery-page .medal_main_tabs .gm-btn--small {
  width: 100%;
  min-width: 0 !important;
}

body.gallery-page .medal_tab_content {
  border-radius: 0 0 25px 25px;
  margin-bottom: 30px;
}

body.gallery-page .medal_tab_content:not(.active) {
  display: none;
}

/* =====================
   二级分类
===================== */
body.gallery-page .medal_sub_tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 30px 0;
}

body.gallery-page .medal_sub_tabs .gm-btn--small {
  width: 100%;
  min-width: 0 !important;
}

/* =====================
   产品展示大盒
===================== */
body.gallery-page .medal_products_box {
  background: var(--gm-dark-surface);
  border-radius: 25px;
  padding: 30px;
}

body.gallery-page .products_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

body.gallery-page .products_title :is(h2, h3) {
  margin: 0;
  color: var(--gm-dark-heading) !important;
}

body.gallery-page .products_title > span,
body.gallery-page .gallery_heading_tags span {
  color: var(--gm-dark-copy) !important;
  font-family: var(--gm-font-heading);
  font-size: var(--gm-meta-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-meta-line);
}

body.gallery-page .gallery_heading_tags {
  display: flex;
  gap: 8px;
  margin: 12px 0 0;
  align-items: center;
  flex-wrap: wrap;
}

/* =====================
   产品列表
===================== */
body.gallery-page .medal_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

body.gallery-page .medal_item {
  background: #292d33;
  border: 1px solid var(--gm-dark-border);
  border-radius: 15px;
  overflow: hidden;
  transition: .3s;
}

body.gallery-page .medal_item:hover {
  transform: translateY(-5px);
  border-color: var(--gm-gold);
}

body.gallery-page .medal_image {
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gm-dark-surface);
}

body.gallery-page .medal_image img {
  max-width: 70%;
  max-height: 130px;
  object-fit: contain;
}

body.gallery-page .medal_item .medal_item_title {
  color: var(--gm-dark-heading) !important;
  font-family: var(--gm-font-heading);
  font-size: var(--gm-button-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-button-line);
  padding: 15px;
  margin: 0;
}

@media(max-width:1200px) {
  body.gallery-page .medal_sub_tabs {
    grid-template-columns: repeat(3, 1fr);
  }

  body.gallery-page .medal_grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media(max-width:768px) {
  body.gallery-page .medal_sub_tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px 0;
  }

  body.gallery-page .medal_products_box {
    padding: 20px;
    border-radius: 20px;
  }

  body.gallery-page .products_title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  body.gallery-page .medal_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  body.gallery-page .medal_image {
    height: 140px;
  }

  body.gallery-page .medal_image img {
    max-height: 110px;
  }

  body.gallery-page .medal_item .medal_item_title {
    padding: 12px;
  }
}

@media(max-width:480px) {
  body.gallery-page .medal_main_tabs {
    grid-template-columns: 1fr;
  }

  body.gallery-page .medal_sub_tabs {
    grid-template-columns: 1fr;
  }

  body.gallery-page .medal_grid {
    grid-template-columns: 1fr;
  }

  body.gallery-page .medal_products_box {
    padding: 15px;
  }

  body.gallery-page .medal_image {
    height: 180px;
  }
}

/* ==========================================================================
   Product-category landing page
   ========================================================================== */
.category-page .product_hero {
  padding: 90px 0;
  background: #fff;
  overflow: hidden;
}

.category-page .product_hero_inner {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 80px;
  align-items: center;
}

.category-page .product_breadcrumb {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.category-page .product_breadcrumb a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: var(--i_color);
}

.category-page .product_hero_info h1 {
  font-size: clamp(52px, 5vw, 82px);
  line-height: 1.08;
  letter-spacing: -2px;
  font-weight: 800;
  color: #111417;
  margin: 0 0 35px;
}

.category-page .product_hero_info p {
  max-width: 700px;
  font-size: 20px;
  line-height: 1.65;
  color: #566070;
  margin: 0 0 40px;
}

.category-page .product_hero_media {
  display: flex;
  justify-content: center;
}

.category-page .hero_image_box {
  width: 100%;
  max-width: 580px;
  aspect-ratio: 4 / 5;
  background: #f5f6f8;
  border: 12px solid #fff;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, .12);
  transform: rotate(1.5deg);
  overflow: hidden;
}

.category-page .hero_image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:1200px) {
  .category-page .product_hero_inner {
    gap: 50px;
  }

  .category-page .product_hero_info h1 {
    font-size: 60px;
  }

  .category-page .product_hero_info p {
    font-size: 18px;
  }
}

@media(max-width:768px) {
  .category-page .product_hero {
    padding: 60px 0;
  }

  .category-page .product_hero_inner {
    grid-template-columns: 1fr;
  }

  .category-page .product_hero_info h1 {
    font-size: 44px;
  }

  .category-page .product_hero_info p {
    font-size: 16px;
  }

  .category-page .hero_image_box {
    max-width: 450px;
  }
}

@media(max-width:480px) {
  .category-page .product_hero_info h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .category-page .hero_image_box {
    border-width: 8px;
  }
}

.category-page .product_advantages {
  padding: 90px 0;
  background: #f6f7f9;
}

.category-page .section_head .section_label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.category-page .section_head h2 {
  font-size: clamp(45px, 4vw, 68px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -2px;
  color: #111417;
  margin: 0 0 25px;
}

.category-page .section_head p {
  font-size: 20px;
  line-height: 1.6;
  color: #566070;
  margin: 0;
}

.category-page .advantage_intro {
  background: #fff;
  border: 1px solid #e4e7ec;
  padding: 40px;
  margin-top: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
}

.category-page .advantage_intro h3 {
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 800;
  color: #111417;
}

.category-page .advantage_intro p {
  font-size: 20px;
  line-height: 1.7;
  color: #566070;
  margin: 0;
}

.category-page .advantage_box {
  background: #fff;
  border: 1px solid #e4e7ec;
  padding: 40px;
  margin-top: 30px;
}

.category-page .advantage_box > h3 {
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 800;
  color: #111417;
}

.category-page .advantage_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.category-page .advantage_item {
  border: 1px solid #e1e5eb;
  padding: 32px 30px;
  min-height: 300px;
}

.category-page .advantage_item h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  color: #111417;
  margin: 0 0 20px;
}

.category-page .advantage_item p {
  font-size: 18px;
  line-height: 1.8;
  color: #566070;
  margin: 0;
}

@media(max-width:1200px) {
  .category-page .advantage_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:768px) {
  .category-page .product_advantages {
    padding: 60px 0;
  }

  .category-page .section_head h2 {
    font-size: 40px;
  }

  .category-page .section_head p {
    font-size: 16px;
  }

  .category-page .advantage_intro,
  .category-page .advantage_box {
    padding: 25px;
  }

  .category-page .advantage_intro h3,
  .category-page .advantage_box > h3 {
    font-size: 26px;
  }

  .category-page .advantage_intro p {
    font-size: 16px;
  }

  .category-page .advantage_grid {
    grid-template-columns: 1fr;
  }

  .category-page .advantage_item {
    min-height: auto;
    padding: 25px;
  }

  .category-page .advantage_item h4 {
    font-size: 20px;
  }

  .category-page .advantage_item p {
    font-size: 16px;
  }
}

.category-page .factory_advantage {
  padding: 90px 0;
  background: #fff;
}

.category-page .factory_advantage_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.category-page .factory_advantage .section_label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.category-page .factory_advantage_content h2 {
  font-size: clamp(45px, 4vw, 68px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
  color: #111417;
  margin: 0 0 25px;
}

.category-page .factory_desc {
  font-size: 20px;
  line-height: 1.7;
  color: #566070;
  margin: 0 0 35px;
}

.category-page .factory_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.category-page .factory_item {
  background: #f7f8fa;
  border: 1px solid #e3e6eb;
  padding: 20px;
  font-size: 17px;
  line-height: 1.6;
  color: #566070;
}

.category-page .factory_item strong {
  color: #111417;
  font-weight: 800;
}

.category-page .factory_advantage_media {
  padding-top: 70px;
}

.category-page .factory_image_box {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  background: #f5f6f8;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}

.category-page .factory_image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:1200px) {
  .category-page .factory_advantage_inner {
    gap: 40px;
  }

  .category-page .factory_advantage_media {
    padding-top: 40px;
  }

  .category-page .factory_item {
    font-size: 16px;
  }
}

@media(max-width:768px) {
  .category-page .factory_advantage {
    padding: 60px 0;
  }

  .category-page .factory_advantage_inner {
    grid-template-columns: 1fr;
  }

  .category-page .factory_advantage_content h2 {
    font-size: 40px;
  }

  .category-page .factory_desc {
    font-size: 16px;
  }

  .category-page .factory_advantage_media {
    padding-top: 0;
  }

  .category-page .factory_item {
    padding: 16px;
  }
}

@media(max-width:480px) {
  .category-page .factory_advantage_content h2 {
    font-size: 34px;
  }

  .category-page .factory_advantage .section_label {
    font-size: 13px;
  }
}

/* Product-category order process — scope common class names to this module. */
.category-page .order_process {
  padding: 100px 0;
  background: #f8f9fb;
}

.category-page .order_process_inner {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 70px;
  align-items: center;
}

.category-page .section_label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.category-page .order_process_info h2 {
  font-size: clamp(45px, 4vw, 68px);
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 800;
  color: #111417;
  margin: 0 0 30px;
}

.category-page .order_process_info p {
  font-size: 19px;
  line-height: 1.7;
  color: #566070;
  margin: 0 0 40px;
}

.category-page .process_steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.category-page .process_steps .process_item {
  background: #fff;
  border: 1px solid #e3e6eb;
  padding: 30px;
  min-height: 210px;
}

.category-page .process_steps .process_num {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #b57d19;
  margin-bottom: 25px;
}

.category-page .process_steps .process_item h3 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: #111417;
  margin: 0 0 15px;
}

.category-page .process_steps .process_item p {
  font-size: 16px;
  line-height: 1.6;
  color: #687384;
  margin: 0;
}

@media(max-width:1200px) {
  .category-page .order_process_inner {
    gap: 40px;
  }

  .category-page .process_steps .process_item {
    padding: 25px;
  }

  .category-page .process_steps .process_item h3 {
    font-size: 20px;
  }
}

@media(max-width:768px) {
  .category-page .order_process {
    padding: 60px 0;
  }

  .category-page .order_process_inner {
    grid-template-columns: 1fr;
  }

  .category-page .order_process_info h2 {
    font-size: 40px;
  }

  .category-page .order_process_info p {
    font-size: 16px;
  }

  .category-page .process_steps {
    grid-template-columns: 1fr;
  }

  .category-page .process_steps .process_item {
    min-height: auto;
  }
}

@media(max-width:480px) {
  .category-page .order_process_info h2 {
    font-size: 34px;
  }

  .category-page .process_steps .process_num {
    font-size: 28px;
  }
}

/* Product-category FAQ — keep it separate from the standalone FAQ accordion. */
.category-page .faq_section {
  padding: 100px 0;
  background: #fff;
}

.category-page .faq_section .faq_head {
  text-align: center;
  margin-bottom: 60px;
}

.category-page .faq_section .section_label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--i_color);
  margin-bottom: 25px;
}

.category-page .faq_section .faq_head h2 {
  margin: 0;
  font-size: clamp(45px, 4vw, 68px);
  line-height: 1.1;
  letter-spacing: -2px;
  font-weight: 800;
  color: #111417;
}

.category-page .faq_section .faq_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.category-page .faq_section .faq_item {
  border: 1px solid #e3e6eb;
  padding: 40px;
  background: #fff;
  transition: .3s;
}

.category-page .faq_section .faq_item:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
  transform: translateY(-3px);
}

.category-page .faq_section .faq_item h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
  color: #111417;
  margin: 0 0 20px;
}

.category-page .faq_section .faq_item p {
  font-size: 18px;
  line-height: 1.8;
  color: #566070;
  margin: 0;
}

@media(max-width:768px) {
  .category-page .faq_section {
    padding: 60px 0;
  }

  .category-page .faq_section .faq_head {
    margin-bottom: 40px;
  }

  .category-page .faq_section .faq_head h2 {
    font-size: 40px;
  }

  .category-page .faq_section .faq_grid {
    grid-template-columns: 1fr;
  }

  .category-page .faq_section .faq_item {
    padding: 25px;
  }

  .category-page .faq_section .faq_item h3 {
    font-size: 20px;
  }

  .category-page .faq_section .faq_item p {
    font-size: 16px;
  }
}

@media(max-width:480px) {
  .category-page .faq_section .faq_head h2 {
    font-size: 34px;
  }
}


/* Product-category palette — all category-specific surfaces live here. */
.category-page :is(.product_hero, .product_advantages, .factory_advantage, .order_process, .faq_section, .category_final_cta) {
  background: var(--gm-light-surface) !important;
  color: var(--gm-light-copy);
}

.category-page :is(.advantage_intro, .advantage_box, .advantage_item, .factory_item, .process_steps .process_item, .faq_section .faq_item) {
  background: var(--gm-light-card) !important;
  border-color: var(--gm-light-border) !important;
}

.category-page :is(.advantage_intro, .advantage_box, .advantage_item, .factory_item, .process_steps .process_item, .faq_section .faq_item) :is(h1, h2, h3, h4, strong) {
  color: var(--gm-light-heading) !important;
}

.category-page :is(.product_breadcrumb, .section_label, .process_steps .process_num) {
  color: var(--gm-gold) !important;
}

.category-page .category_final_cta {
  padding: 72px 0;
  border-top: 1px solid var(--gm-light-border);
  text-align: center;
}

.category-page .category_final_cta h2 {
  max-width: 780px;
  margin: 0 auto 26px;
  color: var(--gm-light-heading) !important;
}

/* ==========================================================================
   表单
   ========================================================================== */
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.medal_wpform {
  width: 100%;
}

.medal_wpform .wpforms-container {
  margin: 0 !important;
}

.medal_wpform .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.medal_wpform .wpforms-field-container>div:first-child,
.medal_wpform .wpforms-field-container>div:nth-child(2),
.medal_wpform .wpforms-field-container>div:nth-child(3),
.medal_wpform .wpforms-field-container>div:nth-child(4) {
  width: calc(50% - 11px);
}

.medal_wpform .wpforms-field-container>div:nth-child(5),
.medal_wpform .wpforms-field-container>div:nth-child(6),
.medal_wpform .wpforms-field-container>div:nth-child(7) {
  width: 100%;
}

.medal_wpform .wpforms-field {
  padding: 0 !important;
  margin: 0 !important;
}

.medal_wpform .wpforms-field-label {
  display: none !important;
}

.medal_wpform input,
.medal_wpform select,
.medal_wpform textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 55px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 0 28px !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  color: #7c8490 !important;
  font-family: inherit !important;
  outline: none !important;
  box-shadow: none !important;
  transition: .3s;
}

.medal_wpform input::placeholder,
.medal_wpform textarea::placeholder {
  color: #7c8490 !important;
  font-size: 16px;
  opacity: 1;
}

.medal_wpform input:focus,
.medal_wpform select:focus,
.medal_wpform textarea:focus {
  border-color: var(--i_color) !important;
}

.medal_wpform textarea {
  height: 110px !important;
  min-height: 110px !important;
  padding: 25px 28px !important;
  line-height: 1.6 !important;
  resize: none !important;
}

.medal_wpform select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 55px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%237c8490' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 22px center !important;
}

.medal_wpform select option {
  color: #111417;
}

.medal_wpform .wpforms-field-select select {
  display: block !important;
  line-height: 55px !important;
}

.medal_wpform .wpforms-field-file-upload {
  width: 100% !important;
}

.medal_wpform .wpforms-uploader {
  border: 2px dashed #ddd !important;
  border-radius: 12px !important;
  min-height: 120px;
  background: #fff !important;
}

.medal_wpform .wpforms-submit-container {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 20px !important;
}

.medal_wpform button.wpforms-submit {
  width: 100% !important;
  height: 60px !important;
  border-radius: 8px !important;
  border: 0 !important;
  background: var(--i_color) !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: .3s;
}

.medal_wpform button.wpforms-submit:hover {
  background: #b78318 !important;
}

@media(max-width:768px) {

  .medal_wpform .wpforms-field-container {
    gap: 18px;
  }

  .medal_wpform .wpforms-field-container>div:first-child,
  .medal_wpform .wpforms-field-container>div:nth-child(2),
  .medal_wpform .wpforms-field-container>div:nth-child(3),
  .medal_wpform .wpforms-field-container>div:nth-child(4) {
    width: 100%;
  }

  .medal_wpform input,
  .medal_wpform select,
  .medal_wpform textarea {
    font-size: 16px !important;
  }

  .medal_wpform input,
  .medal_wpform select {
    height: 60px !important;
    padding: 0 20px !important;
  }

  .medal_wpform textarea {
    height: 140px !important;
    min-height: 140px !important;
    padding: 20px !important;
  }

  .medal_wpform .wpforms-field-select select {
    line-height: 60px !important;
  }

  .medal_wpform button.wpforms-submit {
    height: 60px !important;
    font-size: 18px !important;
  }

}


.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p_nav {
  width: 28%;
  margin-right: auto;
  padding: 0.2rem;
  background-color: var(--bc_color);
}

.p_nav .tit h5 {
  font-size: 0.24rem;
}

.p_nav .tit {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.2rem;
  }

  .p_nav .tit {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}

.p_menu_list li {
  position: relative;
}

.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.14rem 2%;
  display: block;
  box-sizing: border-box;
  text-transform: capitalize;
}

.p_menu_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}

.p_menu_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}

.p_menu_list ul li a {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  outline: 0;
  color: #333;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.p_menu_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  left: -8px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list>li:hover>a,
.p_menu_list>li.active>a {
  color: var(--i_color);
}

.p_menu_list>li.active>a {
  font-weight: bold;
}

.p_menu_list ul li:hover a,
.p_menu_list ul li.active a {
  color: var(--i_color);
  margin-left: 0.1rem;
}

.p_menu_list ul li:hover a::after,
.p_menu_list ul li.active a::after {
  left: 0;
  opacity: 1;
}

.p_menu_list ul ul li a {
  color: #333;
  padding-left: 40px;
}

.p_menu_list ul ul li a:hover {
  color: var(--i_color);
}

.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_menu_list>li:hover>span,
.p_menu_list>li.active>span {
  color: var(--i_color);
}

.p_menu_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: url(static/images/ico_satr_p.png) no-repeat center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list ul li:hover i,
.p_menu_list ul li.active i {
  left: 0;
}

.p_nav .img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .p_nav {
    padding: 0.2rem 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p_menu_list li a {
    padding: 0.1rem;
    font-size: 14px;
  }

  .p_menu_list ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .p_nav {
    max-height: 300px;
    overflow-y: auto;
  }

  .p_nav .tit {
    display: none;
  }
}

.in_c_name h1 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .in_c_name h1 {
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_c_name h1 {
    font-size: 0.22rem;
  }
}

.in_c_name article {
  margin: 0.1rem 0 0.2rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: calc(0.24rem * 6);
  overflow-y: auto;
  padding-right: 2%;
}

.in_c_name article * {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}

.in_c_name article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_c_name article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_c_name article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_c_name article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 6);
  }

  .in_c_name article * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 560px) {
  .in_c_name article {
    line-height: 20px;
    max-height: calc(20px * 8);
  }
}

.in_p_r {
  margin-left: auto;
  width: 68%;
}

.in_p_r a {
  position: relative;
}

.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.in_p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
}

.in_p_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .in_p_list {
    justify-content: space-between;
  }

  .in_p_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
}

.in_p_list>a {
  display: block;
  width: 100%;
}

.in_p_list h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
  margin: 0.16rem 0.1rem;
  text-align: center;
}

.in_p_list .img {
  border: 1px solid var(--border_color);
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}

.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_p_list li:hover .img {
  border-color: var(--i_color);
}

.in_p_list img,
.in_p_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_p_list li:hover h6 {
  color: var(--i_color);
}

.in_p_list li:hover img {
  width: 105%;
  height: 105%;
}

@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}

@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 15px;
  }

  .in_p_list p {
    font-size: 13px;
  }
}

/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}

.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}

.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}

.in_page>i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }

  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}

/* ---------------------详情页---------------- */



.single_grid_bac {
  background-color: #f7f7f7;
  padding: 0.5rem 0;
}

.single_grid {
  background-color: #fff;
  padding: 0.3rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem 0;
}

.single_grid_left {
  width: 46%;
}

.single_grid_right {
  width: 50%;
}

.in_grid_cont {
  --sm_pic_width: 17%;
}

.in_grid_cont {
  position: relative;
  overflow: hidden;
}

.in_grid_cont:before {
  content: "";
  display: block;
  padding-bottom: 80.4%;
}

.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  padding: 40px 0;
}

.in_grid_list {
  height: 100%;
  overflow: hidden;
}

.in_grid_list .swiper-slide {
  cursor: pointer;
}

.in_grid_list .img {
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}

.in_grid_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}

.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}

.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 30px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ingrid-button-prev {
  top: 4px;
  background: url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}

.ingrid-button-next {
  bottom: 4px;
  background: url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center;
  background-size: contain;
}

.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}

/* 澶у浘 */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  padding: 0 0;
  margin: 0 auto;
}

.in_grid_show {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.ingrid-pagination {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(1, 167, 255, 0.15);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color);
}

.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}

.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

.in_grid_cont:before {
  display: none;
}

.in_grid_show_box {
  position: initial;
  width: 99%;
  border-radius: 0.04rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}

.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.in_grid_show .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_grid_list_box {
  margin-top: 0.3rem;
  padding: 0 0;
  position: relative;
  width: 100%;
  height: initial;
}

.in_grid_list {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.in_grid_list .img {
  height: auto;
  border-radius: 0.04rem;
}

.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.in_grid_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.ingrid-button-prev,
.ingrid-button-next {
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 50px;
}

.ingrid-button-prev {
  left: 0;
  background: url(static/images/arrow_left_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}

.ingrid-button-next {
  left: initial;
  right: 0;
  background: url(static/images/arrow_right_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}

.single_grid_right h1 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}

.brief {
  padding: 0.3rem 0 0.15rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 0.16rem;
  color: #333;
  line-height: 0.22rem;
  margin-top: 0.1rem;
}

.brief p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  margin: 0.1rem 0;
}

.single_grid_share {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.single_grid_share h4 {
  font-size: 0.16rem;
  color: #222;
  margin-right: 0.2rem;
}

.single_grid_dl {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
}

.single_grid_dl dt {}

.single_grid_dl dt a {
  display: block;
  width: 100%;
}

.single_grid_dl dt a iconify-icon {
  display: block;
  font-size: 0.28rem;
  color: #e7e7e7;
  transition: all 0.3s ease;
}

.single_grid_dl dt a iconify-icon:hover {
  color: var(--i_color);
  transform: translateY(-0.05rem);
}

@media screen and (max-width: 768px) {
  .single_grid_left {
    width: 100%;
  }

  .single_grid_right {
    width: 100%;
    padding-left: 0%;
    margin-top: 0.4rem;
  }
}


.pd_menu {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.4rem;
  margin-top: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}

.pd_menu li {
  text-align: center;
  padding: 0.2rem;
  font-size: 0.24rem;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

.pd_menu li::after {
  content: "";
  width: 0;
  right: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_menu li.current,
.pd_menu li:hover {
  color: var(--i_color);
}

.pd_menu li:hover::after,
.pd_menu li.current::after {
  width: 100%;
  right: initial;
  left: 0;
}

@media screen and (max-width: 1440px) {
  .pd_menu li {
    padding: 0.12rem;
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .pd_menu li {
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}

.pd_content {
  padding: 0.2rem 0;
}

.pd_content article {
  color: #333;
  font-size: 0.18rem;
  line-height: 150%;
}

.pd_content article h2,
.pd_content article h2 * {
  font-size: 0.24rem;
  font-weight: 400;
  margin: 0.2rem 0 0.1rem;
}

.pd_content article img,
.pd_content article iframe {
  max-width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1024px) {

  .pd_content article h2,
  .pd_content article h2 * {
    font-size: 0.2rem;
  }
}

.faq_list li {
  padding: 0.3rem;
  list-style: none;
}

.faq_list .txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}

.faq_list .faq_txt {
  display: none;
  margin-top: 0.2rem;
}

.faq_list span {
  display: block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}

.faq_list li>div:first-child span {
  background: #666;
}

.faq_list li>div:last-child span {
  background: var(--i_color);
}

.faq_list h6,
.faq_list p {
  width: calc(100% - 52px);
  font-weight: 300;
  color: #333;
}

.faq_list h6 {
  font-size: 0.2rem;
}

.faq_list p {
  font-size: 0.18rem;
}

.faq_list li.curr h6 {
  font-weight: 400;
}

.faq_list li.curr {
  border-top: 1px solid var(--i_color);
  background: var(--bc_color);
}

@media screen and (max-width: 1440px) {
  .faq_list li {
    padding: 0.2rem;
  }

  .faq_list h6 {
    font-size: 0.18rem;
  }

  .faq_list p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1024px) {
  .faq_list li {
    padding: 0.2rem 0.1rem;
  }
}


.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}

.tag h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 400;
}

.tag a {
  font-size: 16px;
  color: #666;
  padding: 6px 0.1rem;
  border-radius: 4px;
}

.tag a:hover {
  background: var(--i_color);
  color: #fff;
}

.pd_navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border_color);
}

.pd_navigation a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.pd_navigation h6 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0 10px;
}

.pd_navigation p {
  font-size: 14px;
  color: #333;
}

.pd_n_btn {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.r_product {
  position: relative;
  overflow: hidden;
}

.r_product::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -160px;
  background: rgba(198, 160, 91, 0.16);
  border-radius: 50%;
}

.rp {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rp .swiper-container {
  margin: 0 auto;
  z-index: 1;
}

.rp .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.rp .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.rp-button-prev,
.rp-button-next {
  border: 1px solid #666;
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rp-button-prev:hover,
.rp-button-next:hover {
  background: var(--linear-gradien);
  color: #fff;
  border-color: transparent;
}

.rp-button-prev {
  left: -8%;
}

.rp-button-next {
  right: -8%;
}

.rp-pagination {
  text-align: center;
}

.rp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}


/* ==========================================================================
   contact
   ========================================================================== */
.contact_intro_map {
  position: relative;
  overflow: hidden;
}

.contact_intro_map::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -160px;
  background: rgba(198, 160, 91, 0.16);
  border-radius: 50%;
}

.contact_intro_map .contact_intro_box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 45px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.contact_intro_map .contact_intro_txt {
  background: var(--i_color2);
  color: #fff;
  padding: 58px 55px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}

.contact_intro_map .contact_intro_txt::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(201, 164, 92, 0.35);
  border-radius: 50%;
}

.contact_intro_map .sub_title {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--i_color);
  margin-bottom: 18px;
  font-weight: 600;
}

.contact_intro_map .contact_intro_txt h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #fff;
}

.contact_intro_map .contact_intro_txt>p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin-bottom: 34px;
}

.contact_intro_map .contact_info_list {
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.contact_intro_map .info_item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 12px;
}

.contact_intro_map .info_item .ico {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--i_color);
}

.contact_intro_map .info_item p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

.contact_intro_map .contact_map {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.contact_intro_map .map_title {
  margin-bottom: 22px;
}

.contact_intro_map .map_title h3 {
  font-size: 26px;
  color: #111;
  margin-bottom: 8px;
}

.contact_intro_map .map_title p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.contact_intro_map .map_iframe {
  width: 100%;
  height: calc(100% - 90px);
  min-height: 430px;
  border-radius: 16px;
  overflow: hidden;
  background: #eee;
}

.contact_intro_map .map_iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(18%);
}

/* 平板 */
@media screen and (max-width: 1024px) {
  .contact_intro_map {
    padding: 70px 0;
  }

  .contact_intro_map .contact_intro_box {
    grid-template-columns: 1fr;
  }

  .contact_intro_map .contact_intro_txt {
    padding: 46px 38px;
  }

  .contact_intro_map .contact_intro_txt h2 {
    font-size: 36px;
  }

  .contact_intro_map .map_iframe {
    height: 420px;
    min-height: auto;
  }
}

/* 手机 */
@media screen and (max-width: 767px) {
  .contact_intro_map {
    padding: 55px 0;
  }

  .contact_intro_map .contact_intro_box {
    gap: 26px;
  }

  .contact_intro_map .contact_intro_txt {
    padding: 34px 24px;
    border-radius: 16px;
  }

  .contact_intro_map .contact_intro_txt h2 {
    font-size: 30px;
  }

  .contact_intro_map .contact_intro_txt>p {
    font-size: 15px;
    line-height: 1.8;
  }

  .contact_intro_map .contact_map {
    padding: 20px;
    border-radius: 16px;
  }

  .contact_intro_map .map_title h3 {
    font-size: 22px;
  }

  .contact_intro_map .map_iframe {
    height: 320px;
  }
}

/* Contact Form Section */
.contact-page .c_form {
  max-width: 920px;
  background: #fff;
  border-radius: 22px;
  padding: 55px 60px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.contact-page .c_form::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  background: rgba(201, 164, 92, 0.14);
  border-radius: 50%;
}

/* Contact page palette and inquiry form. */
.contact-page .contact_intro_map,
.contact-page .contact-next-steps {
  background: var(--gm-light-surface);
}

.contact-page .contact_intro_map .contact_intro_txt {
  background: var(--gm-dark-surface);
  color: var(--gm-dark-copy);
}

.contact-page .contact_intro_map .contact_intro_txt :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.contact-page .contact_intro_map .contact_intro_txt :is(p, li, a, .copy, .description) {
  color: var(--gm-dark-copy) !important;
}

.contact-page .contact_intro_map .contact_intro_txt .sub_title,
.contact-page .contact_intro_map .info_item .ico {
  color: var(--gm-gold) !important;
}

.contact-page .contact_intro_map .contact_map,
.contact-page .c_form {
  background: var(--gm-light-card);
  border: 1px solid var(--gm-light-border);
}

.contact-page .contact_intro_map .map_title :is(h1, h2, h3, h4) {
  color: var(--gm-light-heading) !important;
}

.contact-page .contact_intro_map .map_title p,
.contact-page .contact-form-note {
  color: var(--gm-light-copy) !important;
}

.contact-page .contact-form-note {
  margin: 16px 0 28px;
}

.contact-page .contact-inquiry-form .wpforms-field-container {
  align-items: flex-start;
}

.contact-page .contact-inquiry-form .wpforms-field-container > .wpforms-field {
  width: 100% !important;
}

.contact-page .contact-inquiry-form .wpforms-field-container > .wpforms-field.contact-inquiry-half {
  width: calc(50% - 11px) !important;
}

.contact-page .contact-inquiry-form .wpforms-field-container > .wpforms-field.contact-inquiry-third {
  width: calc((100% - 44px) / 3) !important;
}

.contact-page .contact-inquiry-form .wpforms-field-heading {
  margin: 0 0 10px;
  color: var(--gm-light-heading) !important;
  font-family: var(--gm-font-heading);
  font-size: var(--gm-button-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-button-line);
}

.contact-page .contact-inquiry-form .wpforms-field-heading .wpforms-field-label {
  position: static !important;
  display: inline !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: normal !important;
}

.contact-page .contact-inquiry-form .wpforms-field-checkbox ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
}

.contact-page .contact-inquiry-form .wpforms-field-checkbox ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.contact-page .contact-inquiry-form .wpforms-field-checkbox input[type="checkbox"] {
  width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px !important;
  accent-color: var(--gm-gold);
}

.contact-page .contact-inquiry-form .wpforms-field-checkbox label {
  color: var(--gm-light-copy) !important;
}

@media (max-width: 768px) {
  .contact-page .contact-inquiry-form .wpforms-field-container > .wpforms-field.contact-inquiry-half,
  .contact-page .contact-inquiry-form .wpforms-field-container > .wpforms-field.contact-inquiry-third {
    width: 100% !important;
  }

  .contact-page .contact-inquiry-form .wpforms-field-checkbox ul {
    grid-template-columns: 1fr;
  }
}


.row_two_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.row_two_list li {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all .35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.row_two_list li:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.row_two_list a {
  display: block;
  color: inherit;
}


/* 图片 */
.row_two_list .img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.row_two_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.row_two_list li:hover .img img {
  transform: scale(1.05);
}

.row_two_list .text {
  padding: 30px;
}

.row_two_list h3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: #111;
  margin: 0 0 18px;
}

.row_two_list .txt {
  color: #666;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 18px 0;
}



@media(max-width:1200px) {

  .row_two_list {
    grid-template-columns: repeat(2, 1fr);
  }

}


@media(max-width:768px) {

  .row_two_list {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .row_two_list .text {
    padding: 25px;
  }

  .row_two_list h3 {
    font-size: 22px;
  }

}


/* Breadcrumb */
.in_position {
  position: relative;
}

.in_position .wrap {
  padding: 0.2rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}

.in_position a:first-child {
  padding-left: 0.34rem;
}

.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color) url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="80" height="80" viewBox="0 0 2048 2048"%3E%3Cpath fill="white" d="m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z"%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 14px;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}

.in_position a:last-child {
  color: var(--i_color) !important;
}

.in_position a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }

  .in_position a {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }

  .in_position a {
    font-size: 13px;
  }
}

.news_ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}


/* 新闻卡片 */
.news_ul li {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  transition: all .35s ease;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
}


.news_ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}


.news_ul a {
  display: grid;
  grid-template-columns: 380px 1fr;
  color: inherit;
}


/* 图片 */
.news_img {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}


.news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}


.news_ul li:hover .news_img img {
  transform: scale(1.06);
}


/* 文字区域 */
.news_text {
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.news_text_div {
  display: flex;
  flex-direction: column;
}


/* 日期 */
.news_div {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}


.news_div h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #111;
}


.news_div h3 {
  margin: 0;
  font-size: 16px;
  color: #777;
  font-weight: 500;
}



/* 标题 */
.news_text h4 {
  margin: 0 0 18px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 600;
  color: #111;
}



/* 描述 */
.news_text h5 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
}




@media(max-width:1024px) {

  .news_ul a {
    grid-template-columns: 300px 1fr;
  }

  .news_text {
    padding: 35px;
  }

  .news_text h4 {
    font-size: 22px;
  }

}


@media(max-width:768px) {

  .news_ul {
    gap: 25px;
  }


  .news_ul a {
    display: block;
  }


  .news_img {
    aspect-ratio: 16/9;
  }


  .news_text {
    padding: 25px;
  }


  .news_div h2 {
    font-size: 38px;
  }


  .news_text h4 {
    font-size: 20px;
  }


}

/* ==========================================================================
   about
   ========================================================================== */
.about_banner {
  position: relative;
  overflow: hidden;
  background: #121212;
  min-height: 720px;
  display: flex;
  align-items: center;
}

.about_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 18, 18, .88) 0%, rgba(18, 18, 18, .75) 35%, rgba(18, 18, 18, .25) 70%, rgba(18, 18, 18, 0) 100%);
  z-index: 1;
}

.about_banner_img {
  position: absolute;
  inset: 0;
}

.about_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_banner .wrap {
  position: relative;
  z-index: 2;
}

.about_banner_content {
  width: 640px;
  max-width: 100%;
  color: #fff;
  padding: 120px 0;
}



.about_banner_content h1 {
  font-size: 60px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 30px;
  color: #fff;
}

.about_banner_content p {
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 45px;
  max-width: 620px;
}




@media(max-width:1200px) {

  .about_banner_content h1 {
    font-size: 52px;
  }

}

@media(max-width:991px) {

  .about_banner {
    min-height: auto;
  }

  .about_banner::before {
    background: rgba(18, 18, 18, .7);
  }

  .about_banner_content {
    width: 100%;
    text-align: center;
    padding: 100px 0;
  }

  .about_banner_content h1 {
    font-size: 42px;
  }

  .about_banner_content p {
    margin: 0 auto 40px;
  }


}

@media(max-width:767px) {

  .about_banner_content {
    padding: 80px 0;
  }

  .about_banner_content h1 {
    font-size: 34px;
  }

  .about_banner_content p {
    font-size: 16px;
    line-height: 1.8;
  }



}

.about_intro {
  padding: 120px 0;
  background: #fff;
}

.about_intro_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.about_intro_img {
  position: relative;
  width: 48%;
}

.about_intro_img img {
  width: 100%;
  display: block;
  border-radius: 24px;
}

.about_intro_exp {
  position: absolute;
  left: -25px;
  bottom: 40px;
  width: 230px;
  background: #f5b301;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

.about_intro_exp strong {
  display: block;
  font-size: 58px;
  font-weight: 700;
  color: #111;
  line-height: 1;
  margin-bottom: 10px;
}

.about_intro_exp span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.about_intro_info {
  width: 52%;
}

.about_intro_info .index_title {
  margin-bottom: 30px;
}

.about_intro_info p {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 22px;
}

.about_intro_list {
  margin: 40px 0 50px;
}

.about_intro_list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 17px;
  color: #222;
  font-weight: 600;
}

.about_intro_list li iconify-icon {
  font-size: 22px;
  color: var(--i_color);
  flex-shrink: 0;
  margin-top: 3px;
}

@media(max-width:991px) {

  .about_intro {
    padding: 80px 0;
  }

  .about_intro_box {
    flex-direction: column;
    gap: 50px;
  }

  .about_intro_img,
  .about_intro_info {
    width: 100%;
  }

  .about_intro_exp {
    left: 20px;
    bottom: 20px;
  }

}

@media(max-width:767px) {

  .about_intro_exp {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .about_intro_info p {
    font-size: 16px;
  }

  .about_intro_list {
    margin: 30px 0 40px;
  }

}

.about_advantage {
  padding: 120px 0;
  background: #f8f8f8;
}

.about_advantage .index_title {
  text-align: center;
  margin-bottom: 60px;
}

.about_advantage_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about_advantage_item {
  background: #fff;
  border-radius: 24px;
  padding: 45px;
  transition: .35s;
  border: 1px solid #eee;
}

.about_advantage_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.about_advantage_icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: #fff8e6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
  transition: .35s;
}

.about_advantage_icon iconify-icon {
  font-size: 38px;
  color: var(--i_color);
  transition: .35s;
}

.about_advantage_item:hover .about_advantage_icon {
  background: var(--i_color);
}

.about_advantage_item:hover .about_advantage_icon iconify-icon {
  color: #fff;
}

.about_advantage_item h3 {
  margin: 0 0 18px;
  color: var(--gm-light-heading);
  font-family: var(--gm-font-heading);
  font-size: var(--gm-h3-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-h3-line);
}

.about_advantage_item p {
  margin: 0;
  color: var(--gm-light-copy);
  font-family: var(--gm-font-body);
  font-size: var(--gm-body-size);
  font-weight: var(--gm-weight-regular);
  line-height: var(--gm-body-line);
}

@media(max-width:991px) {

  .about_advantage {
    padding: 80px 0;
  }

  .about_advantage_list {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:767px) {

  .about_advantage_list {
    grid-template-columns: 1fr;
  }

  .about_advantage_item {
    padding: 35px 30px;
  }

}

/* Reusable manufacturing timeline — used by About and Manufacturing Process. */
.about_process {
  padding: 120px 0;
  background: #fff;
}

.about_process .index_title {
  max-width: 900px;
  margin: 0 auto 80px;
  text-align: center;
}

.about_process .index_title p {
  margin-top: 20px;
  color: #666;
  line-height: 1.8;
}

.about_process .process_list {
  position: relative;
}

.about_process .process_list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #f5b301;
  transform: translateX(-50%);
}

.about_process .process_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}

.about_process .process_item:last-child {
  margin-bottom: 0;
}

.about_process .process_item.reverse {
  flex-direction: row-reverse;
}

.about_process .process_img {
  width: 45%;
}

.about_process .process_img img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.about_process .process_info {
  width: 40%;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  position: relative;
}

.about_process .process_info::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f5b301;
  left: -69px;
  top: 55px;
}

.about_process .process_item.reverse .process_info::before {
  left: auto;
  right: -69px;
}

.about_process .process_info span {
  display: inline-flex;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #f5b301;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.about_process .process_info h3 {
  font-size: 28px;
  margin-bottom: 18px;
}

.about_process .process_info p {
  color: #666;
  line-height: 1.9;
}

@media(max-width:991px) {

  .about_process {
    padding: 80px 0;
  }

  .about_process .process_list::before {
    display: none;
  }

  .about_process .process_item,
  .about_process .process_item.reverse {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 70px;
  }

  .about_process .process_img,
  .about_process .process_info {
    width: 100%;
  }

  .about_process .process_info::before {
    display: none;
  }

}

@media(max-width:767px) {

  .about_process .process_info {
    padding: 30px;
  }

  .about_process .process_info h3 {
    font-size: 24px;
  }

}



.about_cert {
  padding: 120px 0;
  background: #f8f8f8;
}

.about_cert .index_title {
  text-align: center;
  margin-bottom: 25px;
}

.about_cert_desc {
  max-width: 820px;
  margin: 0 auto 60px;
  text-align: center;
  color: #666;
  line-height: 1.9;
}

.about_cert_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.about_cert_item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: .35s;
}

.about_cert_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.about_cert_item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  padding: 25px;
  transition: .35s;
}

.about_cert_item:hover img {
  transform: scale(1.05);
}

.about_cert .row_btn {
  justify-content: center;
}

@media(max-width:991px) {

  .about_cert {
    padding: 80px 0;
  }

  .about_cert_list {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:767px) {

  .about_cert_list {
    grid-template-columns: 1fr;
  }

}






.ab_process {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  background: #fafafa;
  background-image:
    linear-gradient(rgba(0, 0, 0, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .04) 1px, transparent 1px);
  background-size: 42px 42px;
}

.ab_process::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(250, 250, 250, .95));
  pointer-events: none;
}

.ab_process .wrap {
  position: relative;
  z-index: 2;
}

.ab_process_bg {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 180px;
  font-weight: 800;
  line-height: 1;
  color: #000;
  opacity: .03;
  pointer-events: none;
  user-select: none;
  text-transform: uppercase;
}

.ab_process .index_title {
  max-width: 860px;
  margin: 0 auto 80px;
  text-align: center;
}

.ab_process .index_title p {
  margin-top: 20px;
  color: #666;
  line-height: 1.9;
}

.ab_process_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 35px;
}


.ab_process_item {
  position: relative;
  background: #fff;
  padding: 35px;
  border-radius: 24px;
  border: 1px solid #ececec;
  transition: .4s;
  overflow: hidden;
}

.ab_process_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}

.ab_process_item::before,
.ab_process_item::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-color: var(--gm-gold);
  border-style: solid;
  opacity: .8;
}

.ab_process_item::before {
  top: 14px;
  left: 14px;
  border-width: 2px 0 0 2px;
}

.ab_process_item::after {
  right: 14px;
  bottom: 14px;
  border-width: 0 2px 2px 0;
}

.ab_process_dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gm-gold);
  margin: 0 auto 25px;
  position: relative;
  box-shadow: 0 0 0 8px rgba(212, 175, 55, .15);
}

.ab_process_dot::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, .3);
}

.ab_process_img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 30px;
}

.ab_process_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s;
}

.ab_process_item:hover .ab_process_img img {
  transform: scale(1.08);
}

.ab_process_content {
  position: relative;
}

.ab_process_num {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
  color: var(--i_color);
  opacity: .08;
  pointer-events: none;
}

.ab_process_content h3 {
  margin: 0 0 18px;
  color: var(--gm-light-heading);
  font-family: var(--gm-font-heading);
  font-size: var(--gm-h3-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-h3-line);
  position: relative;
  z-index: 2;
}

.ab_process_content p {
  color: var(--gm-light-copy);
  font-family: var(--gm-font-body);
  font-size: var(--gm-body-size);
  font-weight: var(--gm-weight-regular);
  line-height: var(--gm-body-line);
  position: relative;
  z-index: 2;
}

.ab_process_bottom {
  margin-top: 80px;
  text-align: center;
}

.ab_process_bottom p {
  margin-bottom: 30px;
  color: #666;
  font-size: 18px;
}

.ab_process .row_btn {
  justify-content: center;
}

@media(max-width:1199px) {

  .ab_process_list {
    gap: 40px 25px;
  }

  .ab_process_item {
    padding: 28px;
  }

}

@media(max-width:991px) {

  .ab_process {
    padding: 90px 0;
  }

  .ab_process_bg {
    font-size: 120px;
  }

  .ab_process_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .ab_process_line {
    display: none;
  }

}

@media(max-width:767px) {

  .ab_process {
    padding: 70px 0;
  }

  .ab_process_bg {
    display: none;
  }

  .ab_process .index_title {
    margin-bottom: 50px;
  }

  .ab_process_list {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .ab_process_item {
    padding: 22px;
  }

  .ab_process_content h3 {
    font-size: 20px;
  }

  .ab_process_num {
    font-size: 52px;
  }

  .ab_process_bottom {
    margin-top: 50px;
  }

  .ab_process_bottom p {
    font-size: 16px;
  }

}





/* Manufacturing Process page supporting modules. */
.process-page .process-quality {
  background: var(--gm-light-surface);
}

.process-page .process-quality > .wrap > .index_title:not(.gm-content-cta) {
  margin-bottom: 32px;
}

/* --------------------------------------------------------------------------
   About palette and support modules
   --------------------------------------------------------------------------
   Keep every About-only surface, card and responsive rule beside the page's
   layout above. Shared typography and button mechanics live in their own
   common files; this block owns only About page presentation. */
.about-page .about_banner {
  background-color: var(--gm-dark-surface);
  color: var(--gm-dark-copy);
}

.about-page .about_banner::before {
  background: linear-gradient(90deg, rgba(15, 17, 20, .88) 0%, rgba(15, 17, 20, .75) 35%, rgba(15, 17, 20, .25) 70%, rgba(15, 17, 20, 0) 100%);
}

.about-page .about_banner :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.about-page .about_banner :is(p, li, .copy, .description) {
  color: var(--gm-dark-copy) !important;
}

.about-page .about_intro,
.about-page .about-glance,
.about-page .about_advantage,
.about-page .about_cert,
.about-page .about_resources {
  background-color: var(--gm-light-surface) !important;
}

.about-page :is(.about_intro_exp, .about_advantage_item, .about_cert_item, .about_resources_list > div) {
  background-color: var(--gm-light-card) !important;
  border-color: var(--gm-light-border) !important;
}

.about-page .about_intro_exp,
.about-page .about_intro_exp strong,
.about-page .about_intro_exp span {
  background-color: var(--gm-gold) !important;
  border-color: var(--gm-gold) !important;
  color: var(--gm-dark-surface) !important;
}

.about-page .about_cert_icon {
  background-color: var(--gm-gold) !important;
  border-color: var(--gm-gold) !important;
}

.about-page .about-founder {
  margin: -6px 0 20px;
  color: var(--gm-gold) !important;
  font-family: var(--gm-font-heading);
  font-size: var(--gm-meta-size) !important;
  font-weight: var(--gm-weight-heading);
  letter-spacing: .04em;
  line-height: var(--gm-meta-line) !important;
}

.about-page .about-glance .index_title,
.about-page .about_resources .index_title {
  margin-bottom: 32px;
}

.about-page .about_resources_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-page .about_resources_list > div {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--gm-light-border);
  border-radius: 14px;
}

.about-page .about_resources_list h3 {
  margin: 0 0 12px;
  color: var(--gm-light-heading) !important;
  font-family: var(--gm-font-heading);
  font-size: var(--gm-h3-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-h3-line);
}

.about-page .about_resources_list p {
  margin: 0;
  color: var(--gm-light-copy) !important;
}

.about-page .about-glance-list h3 {
  color: var(--gm-gold) !important;
  font-family: var(--gm-font-heading);
  font-size: var(--gm-h3-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-h3-line);
}

.about-page .about_advantage_link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .about-page .about_resources_list {
    grid-template-columns: 1fr;
  }

  .about-page .about_resources_list > div {
    padding: 18px;
  }
}

/* ==========================================================================
   证书页面
   ========================================================================== */
.certifications-page .cert_intro {
  padding: 100px 0 60px;
}

.certifications-page .cert_intro .index_title {
  text-align: center;
  margin-bottom: 25px;
}

.certifications-page .cert_intro p {
  max-width: 820px;
  margin: auto;
  text-align: center;
  color: #666;
  line-height: 1.9;
}

.certifications-page .cert_list {
  padding: 20px 0 120px;
}

.certifications-page .cert_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.certifications-page .cert_item {
  display: block;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: .35s;
}

.certifications-page .cert_item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
  border-color: var(--i_color);
}

.certifications-page .cert_img {
  /* aspect-ratio: 4/3; */
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.certifications-page .cert_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: .35s;
}

.certifications-page .cert_item:hover img {
  transform: scale(1.05);
}

@media(max-width:991px) {

  .certifications-page .cert_list {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:767px) {

  .certifications-page .cert_intro {
    padding: 70px 0 40px;
  }

  .certifications-page .cert_list {
    padding: 20px 0 80px;
  }

  .certifications-page .cert_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

}

/* Certification page palette and buyer-support cards. */
.certifications-page .cert_intro,
.certifications-page .cert-support {
  background: var(--gm-light-surface);
}

.certifications-page .cert_intro p {
  color: var(--gm-light-copy) !important;
}

.certifications-page .cert_item,
.certifications-page .cert_img,
.certifications-page .cert-support-list h4 {
  background: var(--gm-light-card);
  border-color: var(--gm-light-border);
}

.certifications-page .cert_item :is(h1, h2, h3, h4),
.certifications-page .cert-support-list h4 {
  color: var(--gm-light-heading) !important;
}

.certifications-page .cert_item:hover {
  border-color: var(--gm-gold);
}

.certifications-page .cert-support .index_title {
  margin-bottom: 32px;
}

.certifications-page .cert-support-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.certifications-page .cert-support-list h4 {
  margin: 0;
  padding: 18px 14px;
  border: 1px solid var(--gm-light-border);
  border-radius: 10px;
  font-family: var(--gm-font-heading);
  font-size: var(--gm-body-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-body-line);
  text-align: center;
}

@media (max-width: 1024px) {
  .certifications-page .cert-support-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .certifications-page .cert-support-list {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   faq页面
   ========================================================================== */
.faq_main {
  padding: 120px 0;
  background: #fff;
}

.faq_main .index_title {
  text-align: center;
  margin-bottom: 20px;
}

.faq_main .faq_desc {
  max-width: 780px;
  margin: 0 auto 70px;
  text-align: center;
  color: #666;
  line-height: 1.9;
}

.faq_main .faq_list {
  max-width: 1000px;
  margin: auto;
}

.faq_main .faq_item {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  transition: .35s;
}

.faq_main .faq_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: var(--i_color);
  transition: .35s;
}

.faq_main .faq_item.active::before {
  height: 100%;
}

.faq_main .faq_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 0;
  cursor: pointer;
  transition: .35s;
}

.faq_main .faq_head h3 {
  flex: 1;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  transition: .35s;
}

.faq_main .faq_head span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: relative;
  flex-shrink: 0;
  transition: .35s;
}

.faq_main .faq_head span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%);
}

.faq_main .faq_head span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 16px;
  background: #333;
  transform: translate(-50%, -50%);
  transition: .35s;
}

.faq_main .faq_item.active .faq_head span {
  background: var(--i_color);
  border-color: var(--i_color);
}

.faq_main .faq_item.active .faq_head span::before,
.faq_main .faq_item.active .faq_head span::after {
  background: #fff;
}

.faq_main .faq_item.active .faq_head span::after {
  opacity: 0;
}

.faq_main .faq_item:hover .faq_head {
  padding-left: 15px;
}

.faq_main .faq_item:hover h3 {
  color: var(--i_color);
}

.faq_main .faq_body {
  max-height: 0;
  overflow: hidden;
  padding: 0 0;
  transition: max-height .45s ease, padding .35s ease;
}

.faq_main .faq_item.active .faq_body {
  max-height: 300px;
  padding: 0 0 30px;
}

.faq_main .faq_body p {
  max-width: 90%;
  color: #666;
  line-height: 1.9;
}

@media(max-width:991px) {

  .faq_main {
    padding: 90px 0;
  }

  .faq_main .faq_desc {
    margin-bottom: 50px;
  }

  .faq_main .faq_head h3 {
    font-size: 20px;
  }

}

@media(max-width:767px) {

  .faq_main {
    padding: 70px 0;
  }

  .faq_main .faq_desc {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .faq_main .faq_head {
    padding: 24px 0;
    gap: 20px;
  }

  .faq_main .faq_head h3 {
    font-size: 18px;
  }

  .faq_main .faq_head span {
    width: 36px;
    height: 36px;
  }

  .faq_main .faq_body p {
    max-width: 100%;
    font-size: 15px;
  }

}

/* FAQ page palette and final call to action. */
.faq-page .faq_main {
  background: var(--gm-light-surface) !important;
}

.faq-page .faq_item {
  background: var(--gm-light-card);
  border-color: var(--gm-light-border);
}

.faq-page .faq_head h3 {
  color: var(--gm-light-heading) !important;
}

.faq-page .faq_head span {
  border-color: var(--gm-light-border);
}

.faq-page .faq_head span::before,
.faq-page .faq_head span::after {
  background: var(--gm-light-heading);
}

.faq-page .faq_item.active .faq_head span {
  background: var(--gm-gold);
  border-color: var(--gm-gold);
}

.faq-page .faq_item.active .faq_head span::before,
.faq-page .faq_item.active .faq_head span::after {
  background: var(--gm-dark-surface);
}

.faq-page .faq_item:hover h3 {
  color: var(--gm-gold) !important;
}

.faq-page .faq_body p {
  color: var(--gm-light-copy) !important;
}

.faq-page .faq-final {
  margin-top: 56px;
  padding: 42px;
  border-radius: 16px;
  background: var(--gm-dark-surface);
  text-align: center;
}

.faq-page .faq-final :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.faq-page .faq-final :is(p, li, .copy, .description) {
  color: var(--gm-dark-copy) !important;
}

.faq-page .faq-final p {
  max-width: 720px;
  margin: 16px auto 26px;
}

@media (max-width: 767px) {
  .faq-page .faq-final {
    margin-top: 40px;
    padding: 30px 22px;
  }
}

/* ========================================================================== 
   Core execution rules: white base, black/gold accents, and document-aligned
   hierarchy helpers for the pages currently built in WordPress.
   ========================================================================== */
.mega_menu .mega_title {
  margin: 0 0 20px;
  color: var(--i_color);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.footer_col .footer_title {
  margin: 0 0 28px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.contact_intro_map .map_title .map_title_text {
  margin-bottom: 8px;
  color: var(--gm-light-heading);
  font-family: var(--gm-font-heading);
  font-size: var(--gm-h3-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-h3-line);
}

.honor_titles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.honor_titles h3 {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(198, 160, 91, .38);
  border-radius: 8px;
  background: #fff;
  color: #151515;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.requirement-page-heading {
  padding: 74px 0 38px;
  background: #fff;
}

.requirement-page-heading h1 {
  max-width: 980px;
  margin: 0;
  color: #141414;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.15;
}

.requirement-page-heading>.wrap>p,
.requirement-page-heading>p {
  max-width: 820px;
  margin: 20px 0 0;
  color: #5f6368;
  font-size: 17px;
  line-height: 1.8;
}

.thanks-page {
  background: #fff;
}

/* Reusable information-card grid — used where several concise process facts
   need the same card treatment. */
.gm-info-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gm-info-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--gm-light-border);
  border-radius: 14px;
  background: var(--gm-light-card);
}

.gm-info-card h3 {
  margin: 0 0 12px;
  color: var(--gm-light-heading);
  font-family: var(--gm-font-heading);
  font-size: var(--gm-h3-size);
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-h3-line);
}

.gm-info-card p {
  margin: 0;
  color: var(--gm-light-copy);
}

/* Reusable dark content CTA — used by the Process and Certifications pages. */
.gm-content-cta {
  margin-top: 42px;
  padding: 42px;
  border-radius: 16px;
  background: var(--gm-dark-surface);
  text-align: center;
}

.gm-content-cta :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.gm-content-cta :is(p, li, .copy, .description) {
  color: var(--gm-dark-copy) !important;
}

.gm-content-cta p {
  max-width: 720px;
  margin: 16px auto 26px;
}

.thanks-content {
  min-height: 560px;
  padding: 92px 0;
  text-align: center;
}

.thanks-content h1,
.thanks-content>.wrap>p {
  margin-right: auto;
  margin-left: auto;
}

.thanks-mark {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--i_color);
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.thanks-reference,
.thanks-contact {
  margin-top: 24px !important;
  color: #686868 !important;
  font-size: 14px !important;
}

.thanks-contact a {
  color: #8b651e;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer_col .footer_title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .requirement-page-heading {
    padding: 56px 0 28px;
  }

  .requirement-page-heading>.wrap>p,
  .requirement-page-heading>p {
    font-size: 15px;
  }

  .honor_titles,
  .gm-info-card-grid {
    grid-template-columns: 1fr;
  }

  .honor_titles h3,
  .gm-info-card {
    padding: 18px;
  }

  .gm-content-cta {
    padding: 30px 22px;
  }
}

/* ==========================================================================
   Why Choose Glory Medals
   ========================================================================== */
.why-choose-page {
  overflow: hidden;
  background: var(--gm-light-surface);
  color: var(--gm-light-copy);
}

.why-choose-page h1,
.why-choose-page h2,
.why-choose-page h3,
.why-choose-page p {
  margin-top: 0;
}

.why-choose-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 84px;
  border-bottom: 1px solid #e9dfca;
  background: var(--gm-light-surface);
}

.why-choose-hero::before {
  position: absolute;
  top: -220px;
  right: -150px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(201, 150, 43, .26);
  border-radius: 50%;
  content: "";
}

.why-choose-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr);
  align-items: center;
  gap: 76px;
}

.why-choose-eyebrow {
  margin-bottom: 16px !important;
  color: var(--gm-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.why-choose-hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  color: var(--gm-light-heading);
  font-size: clamp(38px, 4.25vw, 68px);
  line-height: 1.08;
}

.why-choose-hero__intro {
  max-width: 680px;
  margin-bottom: 32px;
  color: var(--gm-light-copy);
  font-size: 18px;
  line-height: 1.8;
}

.why-choose-hero__actions {
  gap: 16px;
}

.why-choose-hero__actions .btn_gold,
.why-choose-hero__actions .btn_line,
.why-choose-final__panel .btn_gold {
  white-space: nowrap;
}

.why-choose-service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 38px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e1d6c0;
}

.why-choose-service-row li {
  position: relative;
  padding-left: 15px;
  color: var(--gm-light-copy);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.why-choose-service-row li::before {
  position: absolute;
  top: .42em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--i_color);
  content: "";
}

.why-choose-hero__visual {
  position: relative;
  max-width: 480px;
  justify-self: end;
}

.why-choose-hero__rule {
  position: absolute;
  top: -18px;
  left: -16px;
  width: 116px;
  height: 116px;
  border-top: 4px solid var(--i_color);
  border-left: 4px solid var(--i_color);
}

.why-choose-hero__image {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border: 1px solid #ddcfb2;
  background: var(--gm-light-card);
  box-shadow: 20px 22px 0 rgba(201, 150, 43, .13);
}

.why-choose-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-choose-hero__caption {
  position: absolute;
  z-index: 2;
  right: -34px;
  bottom: 32px;
  display: flex;
  min-width: 186px;
  flex-direction: column;
  gap: 5px;
  padding: 21px 24px;
  border-left: 4px solid var(--i_color);
  background: var(--gm-dark-surface);
  color: var(--gm-dark-copy);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .16);
}

.why-choose-hero__caption strong {
  color: var(--gm-gold);
  font-size: 31px;
  line-height: 1;
}

.why-choose-hero__caption span {
  color: var(--gm-dark-copy);
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.why-choose-commitments,
.why-choose-protection,
.why-choose-final {
  padding-top: 80px;
  padding-bottom: 80px;
}

.why-choose-commitments {
  background: var(--gm-light-surface);
}

.why-choose-section-heading {
  margin-bottom: 42px;
}

.why-choose-section-heading h2,
.why-choose-founder h2,
.why-choose-final h2 {
  margin-bottom: 17px;
  color: var(--gm-light-heading);
  font-size: clamp(30px, 3.05vw, 46px);
  line-height: 1.16;
}

.why-choose-section-heading>p,
.why-choose-section-heading>div+p,
.why-choose-founder__inner>p,
.why-choose-final__panel p {
  margin-bottom: 0;
  color: var(--gm-light-copy);
  font-size: 17px;
  line-height: 1.8;
}

.why-choose-section-heading--center {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.why-choose-section-heading--center .why-choose-eyebrow {
  margin-right: auto;
  margin-left: auto;
}

.why-choose-commitment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.why-choose-commitment {
  position: relative;
  min-height: 248px;
  padding: 28px 25px 27px;
  border: 1px solid #e8ddc8;
  background: var(--gm-light-card);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.why-choose-commitment::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 3px;
  background: var(--i_color);
  content: "";
}

.why-choose-commitment:hover {
  z-index: 1;
  transform: translateY(-6px);
  border-color: #cfa451;
  box-shadow: 0 16px 34px rgba(43, 35, 20, .1);
}

.why-choose-commitment__number {
  display: block;
  margin-bottom: 40px;
  color: var(--gm-gold);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
}

.why-choose-commitment h3,
.why-choose-protection-card h3 {
  margin-bottom: 12px;
  color: var(--gm-light-heading);
  font-size: 20px;
  line-height: 1.35;
}

.why-choose-commitment p,
.why-choose-protection-card p {
  margin-bottom: 0;
  color: var(--gm-light-copy);
  font-size: 15px;
  line-height: 1.75;
}

.why-choose-founder {
  padding-top: 66px;
  padding-bottom: 66px;
  border-top: 1px solid #e9e0cf;
  border-bottom: 1px solid #e9e0cf;
  background: var(--gm-light-surface);
}

.why-choose-founder__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 100px;
}

.why-choose-founder h2 {
  margin-bottom: 0;
}

.why-choose-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, .75fr);
  align-items: end;
  gap: 80px;
}

.why-choose-section-heading--split h2 {
  margin-bottom: 0;
}

.why-choose-protection {
  background: var(--gm-light-surface);
}

.why-choose-protection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.why-choose-protection-card {
  min-height: 202px;
  padding: 32px 30px;
  border-top: 3px solid var(--i_color);
  background: var(--gm-dark-surface);
}

.why-choose-protection-card h3 {
  color: var(--gm-dark-heading) !important;
}

.why-choose-protection-card p {
  color: var(--gm-dark-copy) !important;
}

.why-choose-protection__note {
  margin: 18px 0 0;
  color: #806737;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.why-choose-final {
  padding-top: 0;
  background: var(--gm-light-surface);
}

.why-choose-final__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  padding: 50px 56px;
  background: var(--gm-dark-surface);
  box-shadow: 0 18px 42px rgba(20, 20, 20, .13);
}

.why-choose-final__panel>div {
  max-width: 760px;
}

.why-choose-final__panel .why-choose-eyebrow {
  color: var(--gm-gold) !important;
}

.why-choose-final h2 {
  color: var(--gm-dark-heading) !important;
}

.why-choose-final__panel p {
  color: var(--gm-dark-copy) !important;
}

.why-choose-final__panel .btn_gold {
  flex: none;
}

@media (max-width: 1200px) {
  .why-choose-hero__grid {
    gap: 45px;
  }

  .why-choose-commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-choose-founder__inner,
  .why-choose-section-heading--split {
    gap: 54px;
  }
}

@media (max-width: 767px) {
  .why-choose-hero {
    padding: 58px 0 62px;
  }

  .why-choose-hero__grid,
  .why-choose-founder__inner,
  .why-choose-section-heading--split {
    grid-template-columns: 1fr;
  }

  .why-choose-hero__grid {
    gap: 44px;
  }

  .why-choose-hero__intro,
  .why-choose-section-heading>p,
  .why-choose-section-heading>div+p,
  .why-choose-founder__inner>p,
  .why-choose-final__panel p {
    font-size: 15px;
  }

  .why-choose-hero__actions .btn_gold,
  .why-choose-hero__actions .btn_line {
    width: 100%;
  }

  .why-choose-service-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .why-choose-service-row li {
    font-size: 12px;
  }

  .why-choose-hero__visual {
    width: calc(100% - 18px);
    max-width: none;
    justify-self: start;
  }

  .why-choose-hero__caption {
    right: -18px;
    bottom: 18px;
    min-width: 156px;
    padding: 16px 18px;
  }

  .why-choose-hero__caption strong {
    font-size: 25px;
  }

  .why-choose-commitments,
  .why-choose-protection,
  .why-choose-final {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .why-choose-section-heading {
    margin-bottom: 30px;
  }

  .why-choose-section-heading--split {
    align-items: start;
    gap: 16px;
  }

  .why-choose-commitment-grid,
  .why-choose-protection-grid {
    grid-template-columns: 1fr;
  }

  .why-choose-commitment {
    min-height: 0;
    padding: 24px 21px;
  }

  .why-choose-commitment__number {
    margin-bottom: 28px;
  }

  .why-choose-founder {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .why-choose-founder__inner {
    gap: 18px;
  }

  .why-choose-protection-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .why-choose-final {
    padding-top: 0;
  }

  .why-choose-final__panel {
    display: block;
    padding: 34px 24px;
  }

  .why-choose-final__panel .btn_gold {
    width: 100%;
    margin-top: 26px;
  }
}

/* ========================================================================== 
   Pins & Coins: shared hub and landing-page system
   ========================================================================== */
.pins-coins-page {
  overflow: hidden;
  background: #fff;
  color: #17191c;
}

.pins-coins-page .p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pins-coins-page h1,
.pins-coins-page h2,
.pins-coins-page h3,
.pins-coins-page h4,
.pins-coins-page p {
  margin-top: 0;
}

.pins-coins-page h1,
.pins-coins-page h2,
.pins-coins-page h3,
.pins-coins-page h4 {
  color: #17191c;
  font-family: "Montserrat", Arial, sans-serif;
}

.pins-coins-eyebrow {
  margin-bottom: 14px !important;
  color: #a67825;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pins-coins-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f4f0e9;
}

.pins-coins-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pins-coins-hero {
  position: relative;
  padding: 88px 0 84px;
  border-bottom: 1px solid #e7dcc8;
  background: linear-gradient(135deg, #fff 0%, #fff 52%, #f6f0e5 100%);
}

.pins-coins-hero::before {
  position: absolute;
  top: -190px;
  right: -140px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(180, 132, 39, .24);
  border-radius: 50%;
  content: "";
}

.pins-coins-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr);
  align-items: center;
  gap: 80px;
}

.pins-coins-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(38px, 4.2vw, 66px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.pins-coins-hero__design-line {
  margin-bottom: 13px !important;
  color: #a67825;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.pins-coins-hero__intro {
  max-width: 670px;
  margin-bottom: 31px;
  color: #5d6167;
  font-size: 18px;
  line-height: 1.8;
}

.pins-coins-hero__actions {
  gap: 15px;
}

.pins-coins-hero__actions .btn_gold,
.pins-coins-hero__actions .btn_line {
  white-space: nowrap;
}

.pins-coins-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin: 36px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e3d8c6;
}

.pins-coins-service-list li {
  position: relative;
  padding-left: 15px;
  color: #2b2e32;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.pins-coins-service-list li::before {
  position: absolute;
  top: .42em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--i_color);
  content: "";
}

.pins-coins-hero__visual {
  position: relative;
  width: 100%;
  max-width: 490px;
  justify-self: end;
}

.pins-coins-hero__visual::before {
  position: absolute;
  top: -17px;
  left: -17px;
  width: 112px;
  height: 112px;
  border-top: 4px solid var(--i_color);
  border-left: 4px solid var(--i_color);
  content: "";
}

.pins-coins-hero__image {
  position: relative;
  z-index: 1;
  box-shadow: 20px 22px 0 rgba(201, 150, 43, .14);
}

.pins-coins-hero__stamp {
  position: absolute;
  z-index: 2;
  right: -34px;
  bottom: 29px;
  display: flex;
  min-width: 184px;
  flex-direction: column;
  gap: 5px;
  padding: 20px 23px;
  border-left: 4px solid var(--i_color);
  background: #17191c;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .16);
}

.pins-coins-hero__stamp strong {
  color: #e8bd5d;
  font-size: 26px;
  letter-spacing: .08em;
  line-height: 1;
}

.pins-coins-hero__stamp span {
  color: rgba(255, 255, 255, .73);
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 1.4;
}

.pins-coins-section-heading {
  max-width: 785px;
  margin-bottom: 42px;
}

.pins-coins-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pins-coins-section-heading--center .pins-coins-eyebrow {
  margin-right: auto;
  margin-left: auto;
}

.pins-coins-section-heading h2,
.pins-coins-product-heading h2,
.pins-coins-artwork h2,
.pins-coins-faq h2,
.pins-coins-quote h2,
.pins-coins-complex h2,
.pins-coins-free-artwork h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3vw, 47px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.pins-coins-section-heading>p,
.pins-coins-product-heading>p,
.pins-coins-option-group__heading>p,
.pins-coins-quote__heading>p,
.pins-coins-complex__copy>p,
.pins-coins-free-artwork p,
.pins-coins-faq__intro>p {
  margin-bottom: 0;
  color: #656970;
  font-size: 17px;
  line-height: 1.75;
}

.pins-coins-intro {
  padding-bottom: 38px !important;
}

.pins-coins-product-section {
  padding-top: 42px !important;
}

.pins-coins-product-section--coins {
  background: #f8f5ef;
}

.pins-coins-product-heading {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(300px, .7fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 35px;
}

.pins-coins-product-heading h2 {
  margin-bottom: 0;
}

.pins-coins-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pins-coins-product-card {
  overflow: hidden;
  border: 1px solid #e5dfd5;
  background: #fff;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.pins-coins-product-card:hover {
  z-index: 1;
  transform: translateY(-5px);
  border-color: #cba55a;
  box-shadow: 0 17px 34px rgba(42, 35, 22, .1);
}

.pins-coins-product-card__image {
  border-bottom: 1px solid #ece5da;
}

.pins-coins-product-card__copy {
  min-height: 124px;
  padding: 23px 23px 24px;
}

.pins-coins-product-card h3 {
  margin-bottom: 9px;
  font-size: 19px;
  line-height: 1.35;
}

.pins-coins-product-card p {
  margin-bottom: 0;
  color: #70747a;
  font-size: 14px;
  line-height: 1.65;
}

.pins-coins-section-action {
  margin-top: 33px;
  text-align: center;
}

.pins-coins-artwork {
  background: #17191c;
}

.pins-coins-artwork__grid {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 76px;
}

.pins-coins-artwork .pins-coins-eyebrow,
.pins-coins-free-artwork .pins-coins-eyebrow {
  color: #e4ba5b;
}

.pins-coins-artwork h2 {
  color: #fff;
}

.pins-coins-artwork__copy>p:not(.pins-coins-eyebrow) {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .73);
  font-size: 17px;
  line-height: 1.75;
}

.pins-coins-artwork__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.pins-coins-artwork-card {
  min-height: 178px;
  padding: 24px 23px;
  border: 1px solid rgba(232, 189, 93, .27);
  background: rgba(255, 255, 255, .035);
}

.pins-coins-artwork-card__number {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--i_color);
  color: #17191c;
  font-size: 15px;
  font-weight: 800;
}

.pins-coins-artwork-card h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.pins-coins-artwork-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.65;
}

.pins-coins-gallery {
  background: #fff;
}

.pins-coins-gallery-groups {
  display: grid;
  gap: 46px;
}

.pins-coins-gallery-group {
  padding-top: 27px;
  border-top: 1px solid #e7dfd2;
}

.pins-coins-gallery-group__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 17px;
}

.pins-coins-gallery-group__heading h3 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.3;
}

.pins-coins-gallery-group__heading a {
  color: #9f7628;
  font-size: 14px;
  font-weight: 700;
}

.pins-coins-gallery-group__heading a span {
  margin-left: 5px;
}

.pins-coins-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pins-coins-gallery-grid .pins-coins-image {
  border: 1px solid #eee8dc;
}

.pins-coins-order {
  background: #f8f5ef;
}

.pins-coins-order-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

.pins-coins-order-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pins-coins-order-card {
  position: relative;
  min-height: 234px;
  padding: 29px 24px 27px;
  border-top: 3px solid var(--i_color);
  background: #fff;
}

.pins-coins-order-card__line {
  display: block;
  width: 32px;
  height: 2px;
  margin-bottom: 38px;
  background: #17191c;
}

.pins-coins-order-card h3 {
  margin-bottom: 11px;
  font-size: 19px;
  line-height: 1.36;
}

.pins-coins-order-card p {
  margin-bottom: 0;
  color: #676c73;
  font-size: 14px;
  line-height: 1.7;
}

.pins-coins-landing-order .pins-coins-order-card {
  min-height: 0;
  padding: 0 0 25px;
  border-top: 0;
  background: transparent;
}

.pins-coins-order-card__image {
  margin-bottom: 22px;
  border: 1px solid #e7dfd2;
}

.pins-coins-landing-order .pins-coins-order-card h3 {
  font-size: 21px;
}

.pins-coins-faq {
  background: #fff;
}

.pins-coins-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, .64fr) minmax(0, 1.16fr);
  align-items: start;
  gap: 72px;
}

.pins-coins-faq__intro .btn_line {
  margin-top: 28px;
}

.pins-coins-faq__list {
  border-top: 1px solid #ded6c9;
}

.pins-coins-faq-item {
  border-bottom: 1px solid #ded6c9;
}

.pins-coins-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
}

.pins-coins-faq-item summary::-webkit-details-marker {
  display: none;
}

.pins-coins-faq-item summary h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.45;
}

.pins-coins-faq-item summary span {
  flex: none;
  color: #a77b2a;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  transition: transform .2s ease;
}

.pins-coins-faq-item[open] summary span {
  transform: rotate(45deg);
}

.pins-coins-faq-item>p {
  max-width: 900px;
  margin: -5px 36px 23px 0;
  color: #656970;
  font-size: 15px;
  line-height: 1.75;
}

.pins-coins-quote {
  padding-top: 0 !important;
  background: #fff;
}

.pins-coins-quote>.wrap {
  padding: 51px 56px 56px;
  background: #17191c;
  box-shadow: 0 18px 42px rgba(20, 20, 20, .13);
}

.pins-coins-quote__heading {
  max-width: 750px;
  margin-bottom: 33px;
}

.pins-coins-quote .pins-coins-eyebrow {
  color: #e4ba5b;
}

.pins-coins-quote h2 {
  color: #fff;
}

.pins-coins-quote__heading>p:not(.pins-coins-eyebrow) {
  color: rgba(255, 255, 255, .72);
}

.pins-coins-quote__form {
  padding: 0;
}

.pins-coins-quote__form .wpforms-field-label,
.pins-coins-quote__form .wpforms-field-sublabel {
  color: #fff !important;
}

.pins-coins-quote__form .wpforms-field-description {
  color: rgba(255, 255, 255, .65) !important;
}

.pins-coins-quote__action {
  margin-top: 25px;
  text-align: center;
}

/* Landing-page detail choices */
.pins-coins-details {
  background: #fff;
}

.pins-coins-option-groups {
  display: grid;
  gap: 47px;
}

.pins-coins-option-group {
  padding-top: 31px;
  border-top: 1px solid #e3dbce;
}

.pins-coins-option-group__heading {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr);
  align-items: end;
  gap: 45px;
  margin-bottom: 21px;
}

.pins-coins-option-group__heading h3 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.25;
}

.pins-coins-option-grid {
  display: grid;
  gap: 13px;
}

.pins-coins-option-grid.pc-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pins-coins-option-grid.pc-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pins-coins-option-grid.pc-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pins-coins-option-card {
  min-width: 0;
  border: 1px solid #e5ded3;
  background: #fbfaf8;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pins-coins-option-card:hover {
  z-index: 1;
  transform: translateY(-4px);
  border-color: #caa354;
  box-shadow: 0 12px 26px rgba(37, 31, 20, .09);
}

.pins-coins-option-card__image {
  border-bottom: 1px solid #e5ded3;
}

.pins-coins-option-card h4 {
  min-height: 67px;
  margin: 0;
  padding: 16px 15px 17px;
  font-size: 15px;
  line-height: 1.4;
}

.pins-coins-option-group--personalization {
  padding: 33px;
  border: 1px solid #e4dac9;
  background: #f8f4ec;
}

.pins-coins-option-group--personalization .pins-coins-option-group__heading {
  display: block;
  margin-bottom: 24px;
}

.pins-coins-option-group--personalization .pins-coins-eyebrow {
  margin-bottom: 9px !important;
}

.pins-coins-personalization-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.pins-coins-personalization-card {
  min-height: 177px;
  padding: 21px;
  background: #fff;
}

.pins-coins-personalization-card>span {
  display: block;
  margin-bottom: 20px;
  color: #b58731;
  font-size: 27px;
  line-height: 1;
}

.pins-coins-personalization-card h4 {
  margin-bottom: 9px;
  font-size: 17px;
  line-height: 1.32;
}

.pins-coins-personalization-card p {
  margin-bottom: 0;
  color: #686c73;
  font-size: 13px;
  line-height: 1.65;
}

.pins-coins-complex {
  background: #f8f5ef;
}

.pins-coins-complex__grid {
  display: grid;
  grid-template-columns: minmax(290px, .77fr) minmax(0, 1.23fr);
  align-items: center;
  gap: 74px;
}

.pins-coins-complex__visual .pins-coins-image {
  box-shadow: 17px 18px 0 rgba(201, 150, 43, .14);
}

.pins-coins-complex__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin: 29px 0 29px;
}

.pins-coins-complex__points article {
  position: relative;
  padding-left: 15px;
}

.pins-coins-complex__points article::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--i_color);
  content: "";
}

.pins-coins-complex__points h3 {
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.35;
}

.pins-coins-complex__points p {
  margin-bottom: 0;
  color: #686c72;
  font-size: 13px;
  line-height: 1.66;
}

.pins-coins-free-artwork {
  background: #17191c;
}

.pins-coins-free-artwork__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(330px, .84fr) auto;
  align-items: center;
  gap: 50px;
}

.pins-coins-free-artwork h2 {
  color: #fff;
}

.pins-coins-free-artwork p:not(.pins-coins-eyebrow) {
  color: rgba(255, 255, 255, .73);
}

.pins-coins-free-artwork__list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
}

.pins-coins-free-artwork__list li {
  position: relative;
  padding-left: 21px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.55;
}

.pins-coins-free-artwork__list li::before {
  position: absolute;
  top: .35em;
  left: 0;
  color: #e3ba5d;
  content: "✓";
}

.pins-coins-free-artwork__action {
  white-space: nowrap;
}

@media (max-width: 1200px) {

  .pins-coins-hero__grid,
  .pins-coins-artwork__grid,
  .pins-coins-complex__grid {
    gap: 44px;
  }

  .pins-coins-option-grid.pc-cols-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pins-coins-personalization-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pins-coins-free-artwork__grid {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .92fr);
  }

  .pins-coins-free-artwork__action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {

  .pins-coins-product-heading,
  .pins-coins-faq__grid,
  .pins-coins-free-artwork__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .pins-coins-product-grid,
  .pins-coins-order-grid,
  .pins-coins-order-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pins-coins-option-grid.pc-cols-4,
  .pins-coins-option-grid.pc-cols-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pins-coins-option-group__heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .pins-coins-page .p80 {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .pins-coins-hero {
    padding: 58px 0 63px;
  }

  .pins-coins-hero__grid,
  .pins-coins-artwork__grid,
  .pins-coins-complex__grid {
    grid-template-columns: 1fr;
  }

  .pins-coins-hero__grid {
    gap: 44px;
  }

  .pins-coins-hero h1 {
    font-size: clamp(34px, 10.5vw, 45px);
  }

  .pins-coins-hero__intro,
  .pins-coins-section-heading>p,
  .pins-coins-product-heading>p,
  .pins-coins-option-group__heading>p,
  .pins-coins-quote__heading>p,
  .pins-coins-complex__copy>p,
  .pins-coins-free-artwork p,
  .pins-coins-faq__intro>p,
  .pins-coins-artwork__copy>p:not(.pins-coins-eyebrow) {
    font-size: 15px;
  }

  .pins-coins-hero__actions .btn_gold,
  .pins-coins-hero__actions .btn_line {
    width: 100%;
  }

  .pins-coins-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
  }

  .pins-coins-service-list li {
    font-size: 12px;
  }

  .pins-coins-hero__visual {
    width: calc(100% - 18px);
    max-width: none;
    justify-self: start;
  }

  .pins-coins-hero__stamp {
    right: -18px;
    bottom: 18px;
    min-width: 152px;
    padding: 16px 18px;
  }

  .pins-coins-hero__stamp strong {
    font-size: 21px;
  }

  .pins-coins-section-heading,
  .pins-coins-product-heading {
    margin-bottom: 29px;
  }

  .pins-coins-section-heading h2,
  .pins-coins-product-heading h2,
  .pins-coins-artwork h2,
  .pins-coins-faq h2,
  .pins-coins-quote h2,
  .pins-coins-complex h2,
  .pins-coins-free-artwork h2 {
    font-size: 31px;
  }

  .pins-coins-intro {
    padding-bottom: 24px !important;
  }

  .pins-coins-product-section {
    padding-top: 34px !important;
  }

  .pins-coins-product-grid,
  .pins-coins-order-grid,
  .pins-coins-order-grid--three,
  .pins-coins-artwork__points,
  .pins-coins-complex__points {
    grid-template-columns: 1fr;
  }

  .pins-coins-product-card__copy {
    min-height: 0;
    padding: 19px 18px 20px;
  }

  .pins-coins-product-card h3,
  .pins-coins-order-card h3,
  .pins-coins-landing-order .pins-coins-order-card h3 {
    font-size: 18px;
  }

  .pins-coins-artwork__grid,
  .pins-coins-complex__grid {
    gap: 31px;
  }

  .pins-coins-artwork-card {
    min-height: 0;
  }

  .pins-coins-gallery-groups {
    gap: 37px;
  }

  .pins-coins-gallery-group__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .pins-coins-gallery-group__heading h3 {
    font-size: 22px;
  }

  .pins-coins-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .pins-coins-order-card {
    min-height: 0;
    padding: 25px 21px;
  }

  .pins-coins-order-card__line {
    margin-bottom: 27px;
  }

  .pins-coins-landing-order .pins-coins-order-card {
    padding-bottom: 18px;
  }

  .pins-coins-faq__grid {
    gap: 29px;
  }

  .pins-coins-faq-item summary {
    padding: 18px 0;
  }

  .pins-coins-faq-item summary h3 {
    font-size: 16px;
  }

  .pins-coins-faq-item>p {
    margin-right: 0;
    font-size: 14px;
  }

  .pins-coins-quote>.wrap {
    padding: 34px 23px 38px;
  }

  .pins-coins-option-groups {
    gap: 34px;
  }

  .pins-coins-option-group {
    padding-top: 24px;
  }

  .pins-coins-option-group__heading h3 {
    font-size: 22px;
  }

  .pins-coins-option-grid.pc-cols-3,
  .pins-coins-option-grid.pc-cols-4,
  .pins-coins-option-grid.pc-cols-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .pins-coins-option-card h4 {
    min-height: 62px;
    padding: 13px 11px 14px;
    font-size: 13px;
  }

  .pins-coins-option-group--personalization {
    padding: 22px;
  }

  .pins-coins-personalization-grid {
    grid-template-columns: 1fr;
  }

  .pins-coins-personalization-card {
    min-height: 0;
  }

  .pins-coins-complex__points {
    gap: 18px;
  }

  .pins-coins-free-artwork__grid {
    gap: 25px;
  }

  .pins-coins-free-artwork__action,
  .pins-coins-free-artwork__action .btn_gold {
    width: 100%;
  }
}

/* Palette and type contract — Pins & Coins stays self-contained here.
   Shared variables and button mechanics are intentionally defined elsewhere. */
.pins-coins-page,
.pins-coins-hero,
.pins-coins-intro,
.pins-coins-product-section,
.pins-coins-product-section--coins,
.pins-coins-gallery,
.pins-coins-order,
.pins-coins-faq,
.pins-coins-details,
.pins-coins-complex {
  background-color: var(--gm-light-surface) !important;
  color: var(--gm-light-copy);
}

.pins-coins-hero {
  background-image: none !important;
}

.pins-coins-product-card,
.pins-coins-order-card,
.pins-coins-option-card,
.pins-coins-personalization-card,
.pins-coins-faq-item,
.pins-coins-option-group--personalization {
  border-color: var(--gm-light-border) !important;
  background-color: var(--gm-light-card) !important;
}

.pins-coins-option-card,
.pins-coins-personalization-card {
  background-image: none !important;
}

.pins-coins-artwork,
.pins-coins-free-artwork,
.pins-coins-quote > .wrap,
.pins-coins-artwork-card {
  border-color: var(--gm-dark-border) !important;
  background-color: var(--gm-dark-surface) !important;
  color: var(--gm-dark-copy);
}

.pins-coins-artwork :is(h1, h2, h3, h4),
.pins-coins-free-artwork :is(h1, h2, h3, h4),
.pins-coins-quote > .wrap :is(h1, h2, h3, h4),
.pins-coins-artwork-card :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.pins-coins-artwork :is(p, li),
.pins-coins-free-artwork :is(p, li),
.pins-coins-quote > .wrap :is(p, li),
.pins-coins-artwork-card :is(p, li) {
  color: var(--gm-dark-copy) !important;
}

.pins-coins-eyebrow,
.pins-coins-hero__design-line,
.pins-coins-hero__stamp strong,
.pins-coins-artwork-card__number {
  color: var(--gm-gold) !important;
}

.pins-coins-hero__stamp {
  border-color: var(--gm-dark-border) !important;
  background-color: var(--gm-dark-surface) !important;
}

.pins-coins-hero__stamp span {
  color: var(--gm-dark-copy) !important;
}

.pins-coins-complex__points article {
  background: transparent !important;
  color: var(--gm-light-copy) !important;
}

/* ========================================================================== 
   Related Products: hub switcher and shared landing-page refinements
   ========================================================================== */
.related-products-switcher {
  background: #fff;
}

.related-products-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 29px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6ded2;
  overflow-x: auto;
  scrollbar-width: thin;
}

.related-products-tab {
  flex: none;
  padding: 12px 17px;
  border: 1px solid #dfd5c5;
  background: #fff;
  color: #30343a;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.related-products-tab:hover,
.related-products-tab.is-active {
  border-color: #17191c;
  background: #17191c;
  color: #fff;
}

.related-products-panel {
  display: none;
}

.related-products-panel.is-active {
  display: block;
}

.related-products-feature {
  display: grid;
  grid-template-columns: minmax(300px, .73fr) minmax(0, 1.27fr);
  align-items: center;
  gap: 57px;
  padding: 31px;
  border: 1px solid #e7dfd3;
  background: #faf8f4;
}

.related-products-feature__image {
  border: 1px solid #e0d6c6;
  box-shadow: 12px 14px 0 rgba(201, 150, 43, .14);
}

.related-products-feature__copy h3 {
  margin-bottom: 14px;
  font-size: 31px;
  line-height: 1.18;
}

.related-products-feature__copy>p:not(.pins-coins-eyebrow) {
  max-width: 700px;
  margin-bottom: 25px;
  color: #666b72;
  font-size: 16px;
  line-height: 1.75;
}

.related-products-feature__copy .row_btn {
  gap: 14px;
}

.related-products-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.related-products-format-grid .pins-coins-option-card h4,
.related-product-landing .pins-coins-option-card h4 {
  min-height: 0;
  padding-bottom: 8px;
}

.related-products-format-grid .pins-coins-option-card p,
.related-product-landing .pins-coins-option-card p {
  margin: 0;
  padding: 0 15px 17px;
  color: #6d7178;
  font-size: 13px;
  line-height: 1.6;
}

.related-products-artwork-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.related-products-artwork-grid .pins-coins-artwork-card {
  min-height: 145px;
}

.related-products-artwork-grid .pins-coins-artwork-card h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.related-products-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pins-coins-option-group__action {
  margin-top: 20px;
}

.related-product-artwork-points {
  display: grid;
  gap: 10px;
}

.related-product-artwork-points article {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.related-product-artwork-points span {
  display: inline-flex;
  width: 19px;
  height: 19px;
  flex: none;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: #dfb654;
  color: #17191c;
  font-size: 12px;
  font-weight: 800;
}

.related-product-artwork-points h4 {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.45;
}

.related-product-landing .pins-coins-free-artwork__grid {
  grid-template-columns: minmax(0, .92fr) minmax(270px, .82fr) auto;
}

@media (max-width: 1200px) {
  .related-products-feature {
    gap: 36px;
  }

  .related-product-landing .pins-coins-free-artwork__grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
  }
}

@media (max-width: 900px) {
  .related-products-feature {
    grid-template-columns: minmax(240px, .73fr) minmax(0, 1.27fr);
    gap: 28px;
    padding: 23px;
  }

  .related-products-format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-product-landing .pins-coins-free-artwork__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .related-products-tabs {
    margin-right: -6.25%;
    margin-left: -6.25%;
    padding: 0 6.25% 10px;
  }

  .related-products-tab {
    padding: 10px 13px;
    font-size: 12px;
  }

  .related-products-feature {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 18px;
  }

  .related-products-feature__copy h3 {
    font-size: 25px;
  }

  .related-products-feature__copy>p:not(.pins-coins-eyebrow) {
    font-size: 14px;
  }

  .related-products-feature__copy .btn_gold,
  .related-products-feature__copy .btn_line {
    width: 100%;
  }

  .related-products-format-grid {
    gap: 9px;
  }

  .related-products-format-grid .pins-coins-option-card p,
  .related-product-landing .pins-coins-option-card p {
    padding: 0 11px 14px;
    font-size: 12px;
  }

  .related-products-artwork-grid {
    grid-template-columns: 1fr;
  }

  .related-products-artwork-grid .pins-coins-artwork-card {
    min-height: 0;
  }

  .related-products-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pins-coins-option-group__action .btn_line {
    width: 100%;
  }
}

/* Palette contract — Related Products keeps its switcher and active panel local. */
.related-products-switcher {
  background-color: var(--gm-light-surface) !important;
  color: var(--gm-light-copy);
}

.related-products-panel.is-active,
.related-products-feature {
  border-color: var(--gm-light-border) !important;
  background-color: var(--gm-light-card) !important;
}

/* ========================================================================== 
   Custom Medals: material category landing pages
   ========================================================================== */
.medal-material-page .p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.medal-material-page .pins-coins-section-heading {
  max-width: 820px;
}

.medal-material-explore {
  background: #f8f5ef;
}

.medal-material-explore__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.medal-material-explore__card {
  overflow: hidden;
  border: 1px solid #e4dccf;
  background: #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.medal-material-explore__card:hover {
  z-index: 1;
  transform: translateY(-5px);
  border-color: #cba55a;
  box-shadow: 0 16px 29px rgba(40, 32, 20, .1);
}

.medal-material-explore__image {
  border-bottom: 1px solid #e4dccf;
}

.medal-material-explore__copy {
  min-height: 148px;
  padding: 22px 20px 24px;
}

.medal-material-explore__copy strong {
  display: block;
  margin-bottom: 9px;
  color: #17191c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

.medal-material-explore__copy p {
  margin: 0;
  color: #666b71;
  font-size: 14px;
  line-height: 1.68;
}

.medal-material-core {
  background: #fff;
}

.medal-material-core__process {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: 65px;
  margin-bottom: 67px;
  padding: 35px;
  border: 1px solid #e4dccf;
  background: #faf8f4;
}

.medal-material-core__process h3,
.medal-material-advantages>h3,
.medal-material-uses h3,
.medal-material-customization>h3 {
  margin: 0 0 15px;
  color: #17191c;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.25;
}

.medal-material-core__process p {
  max-width: 680px;
  margin: 0 0 27px;
  color: #62676e;
  font-size: 16px;
  line-height: 1.78;
}

.medal-material-core__process-image {
  box-shadow: 15px 17px 0 rgba(201, 150, 43, .14);
}

.medal-material-core__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .69fr);
  gap: 58px 63px;
}

.medal-material-advantages {
  grid-column: 1 / -1;
}

.medal-material-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.medal-material-advantages__grid article {
  min-height: 228px;
  padding: 25px 24px;
  border-top: 3px solid var(--i_color);
  background: #17191c;
}

.medal-material-advantages__grid article>span {
  display: block;
  margin-bottom: 31px;
  color: #dfb654;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
}

.medal-material-advantages__grid h4 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42;
}

.medal-material-advantages__grid p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.7;
}

.medal-material-uses {
  align-self: start;
  padding: 31px 33px 34px;
  border-left: 4px solid var(--i_color);
  background: #f6f1e7;
}

.medal-material-uses h3 {
  font-size: 24px;
}

.medal-material-uses ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.medal-material-uses li {
  position: relative;
  padding-left: 20px;
  color: #555b62;
  font-size: 15px;
  line-height: 1.55;
}

.medal-material-uses li::before {
  position: absolute;
  top: .52em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--i_color);
  content: "";
}

.medal-material-customization>h3 {
  font-size: 24px;
}

.medal-material-customization__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.medal-material-customization__grid article {
  overflow: hidden;
  border: 1px solid #e5ded3;
  background: #fff;
}

.medal-material-customization__grid .pins-coins-image {
  border-bottom: 1px solid #e5ded3;
}

.medal-material-customization__grid strong {
  display: block;
  min-height: 69px;
  padding: 15px 13px 17px;
  color: #24282d;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42;
}

.medal-material-factory {
  background: #17191c;
}

.medal-material-factory__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(310px, .94fr);
  align-items: center;
  gap: 80px;
}

.medal-material-factory .pins-coins-eyebrow {
  color: #e4ba5b;
}

.medal-material-factory h2 {
  max-width: 660px;
  margin: 0 0 17px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(30px, 3vw, 47px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.medal-material-factory__copy>p:not(.pins-coins-eyebrow) {
  max-width: 690px;
  margin: 0 0 29px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.75;
}

.medal-material-factory__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.medal-material-factory__points article {
  display: flex;
  min-height: 119px;
  align-items: flex-start;
  gap: 13px;
  padding: 22px 19px;
  border: 1px solid rgba(232, 189, 93, .27);
  background: rgba(255, 255, 255, .035);
}

.medal-material-factory__points span {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dfb654;
  color: #17191c;
  font-size: 12px;
  font-weight: 800;
}

.medal-material-factory__points strong {
  color: rgba(255, 255, 255, .91);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.medal-material-order {
  background: #f8f5ef;
}

.medal-material-order__grid .pins-coins-order-card {
  min-height: 239px;
}

.medal-material-faq {
  background: #fff;
}

.medal-material-quote {
  padding-top: 0 !important;
}

@media (max-width: 1200px) {

  .medal-material-core__process,
  .medal-material-factory__grid {
    gap: 44px;
  }

  .medal-material-core__details {
    gap: 42px;
  }

  .medal-material-explore__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {

  .medal-material-core__process,
  .medal-material-factory__grid,
  .medal-material-core__details {
    grid-template-columns: 1fr;
  }

  .medal-material-core__process {
    gap: 31px;
    margin-bottom: 49px;
  }

  .medal-material-advantages__grid {
    grid-template-columns: 1fr;
  }

  .medal-material-advantages__grid article {
    min-height: 0;
  }

  .medal-material-factory__grid {
    gap: 36px;
  }
}

@media (max-width: 767px) {
  .medal-material-page .p80 {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .medal-material-explore__grid {
    gap: 9px;
  }

  .medal-material-explore__copy {
    min-height: 0;
    padding: 15px 13px 17px;
  }

  .medal-material-explore__copy strong {
    font-size: 15px;
  }

  .medal-material-explore__copy p {
    font-size: 12px;
    line-height: 1.58;
  }

  .medal-material-core__process {
    padding: 23px 20px;
  }

  .medal-material-core__process h3,
  .medal-material-advantages>h3,
  .medal-material-uses h3,
  .medal-material-customization>h3 {
    font-size: 23px;
  }

  .medal-material-core__process p,
  .medal-material-factory__copy>p:not(.pins-coins-eyebrow) {
    font-size: 15px;
  }

  .medal-material-advantages__grid article {
    padding: 22px 20px;
  }

  .medal-material-advantages__grid article>span {
    margin-bottom: 21px;
  }

  .medal-material-uses {
    padding: 25px 23px 27px;
  }

  .medal-material-customization__grid {
    gap: 8px;
  }

  .medal-material-customization__grid strong {
    min-height: 60px;
    padding: 11px 9px 13px;
    font-size: 12px;
  }

  .medal-material-factory h2 {
    font-size: 31px;
  }

  .medal-material-factory__points {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .medal-material-factory__points article {
    min-height: 0;
    padding: 18px 16px;
  }

  .medal-material-order__grid .pins-coins-order-card {
    min-height: 0;
  }
}

/* Palette and type contract — material landing pages remain self-contained. */
.medal-material-explore,
.medal-material-core,
.medal-material-uses,
.medal-material-order,
.medal-material-customization,
.medal-material-faq {
  background-color: var(--gm-light-surface) !important;
  color: var(--gm-light-copy);
}

.medal-material-explore__card,
.medal-material-core__process,
.medal-material-customization__grid article {
  border-color: var(--gm-light-border) !important;
  background-color: var(--gm-light-card) !important;
}

.medal-material-core__process {
  background-image: none !important;
}

.medal-material-advantages__grid article,
.medal-material-factory,
.medal-material-factory__points article {
  border-color: var(--gm-dark-border) !important;
  background-color: var(--gm-dark-surface) !important;
  color: var(--gm-dark-copy);
}

.medal-material-advantages__grid article :is(h1, h2, h3, h4),
.medal-material-factory :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.medal-material-advantages__grid article :is(p, li),
.medal-material-factory :is(p, li) {
  color: var(--gm-dark-copy) !important;
}

.medal-material-advantages__grid article > span,
.medal-material-factory .pins-coins-eyebrow {
  color: var(--gm-gold) !important;
}

/* ========================================================================== 
   Our Story: founder, history and values landing page
   ========================================================================== */
.our-story-page {
  overflow: hidden;
  background: #fff;
  color: #17191c;
}

.our-story-page .p80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.our-story-page h1,
.our-story-page h2,
.our-story-page h3,
.our-story-page p {
  margin-top: 0;
}

.our-story-page h1,
.our-story-page h2,
.our-story-page h3 {
  color: #17191c;
  font-family: "Montserrat", Arial, sans-serif;
}

.our-story-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px !important;
  color: #a67825;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.our-story-eyebrow::before {
  width: 28px;
  height: 1px;
  background: var(--i_color);
  content: "";
}

.our-story-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f4f0e9;
}

.our-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-story-hero {
  position: relative;
  padding: 89px 0 85px;
  border-bottom: 1px solid #e7dcc8;
  background: linear-gradient(135deg, #fff 0%, #fff 53%, #f6f0e5 100%);
}

.our-story-hero::after {
  position: absolute;
  top: -260px;
  right: -180px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(180, 132, 39, .21);
  border-radius: 50%;
  content: "";
}

.our-story-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(350px, .83fr);
  align-items: center;
  gap: 79px;
}

.our-story-hero h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(39px, 4.15vw, 65px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.our-story-hero__intro {
  max-width: 675px;
  margin-bottom: 31px;
  color: #5d6167;
  font-size: 18px;
  line-height: 1.8;
}

.our-story-hero__actions {
  gap: 15px;
}

.our-story-hero__actions .btn_gold,
.our-story-hero__actions .btn_line {
  white-space: nowrap;
}

.our-story-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 35px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e3d8c6;
}

.our-story-service-list li {
  position: relative;
  padding-left: 16px;
  color: #383c41;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.42;
}

.our-story-service-list li::before {
  position: absolute;
  top: .42em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--i_color);
  content: "";
}

.our-story-hero__visual {
  position: relative;
  width: 100%;
  max-width: 487px;
  justify-self: end;
}

.our-story-hero__rule {
  position: absolute;
  z-index: 0;
  top: 13%;
  left: -17px;
  width: 50%;
  height: 4px;
  background: var(--i_color);
}

.our-story-hero__image {
  position: relative;
  z-index: 1;
  margin-left: 10%;
  box-shadow: 20px 22px 0 rgba(201, 150, 43, .14);
}

.our-story-hero__caption {
  position: absolute;
  z-index: 2;
  bottom: -23px;
  left: 0;
  width: 211px;
  padding: 20px 21px;
  border: 1px solid #e6ded2;
  border-left: 4px solid var(--i_color);
  background: #fff;
  box-shadow: 0 18px 38px rgba(20, 20, 20, .1);
}

.our-story-hero__caption strong {
  display: block;
  margin-bottom: 5px;
  color: #a67825;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
}

.our-story-hero__caption span {
  color: #62686e;
  font-size: 12px;
  line-height: 1.45;
}

.our-story-section-heading {
  max-width: 810px;
  margin-bottom: 42px;
}

.our-story-section-heading h2,
.our-story-founder h2,
.our-story-final h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3vw, 47px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.our-story-section-heading>p,
.our-story-founder__copy>p,
.our-story-final__panel>div>p {
  margin-bottom: 0;
  color: #656970;
  font-size: 17px;
  line-height: 1.75;
}

.our-story-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.our-story-section-heading--center .our-story-eyebrow {
  justify-content: center;
}

.our-story-chapters {
  background: #fff;
}

.our-story-chapter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.our-story-chapter-card {
  display: flex;
  min-height: 267px;
  flex-direction: column;
  padding: 27px 24px 25px;
  border: 1px solid #e4dccf;
  border-top: 3px solid #17191c;
  background: #fff;
  transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease;
}

.our-story-chapter-card:hover {
  z-index: 1;
  transform: translateY(-5px);
  border-color: #cba55a;
  box-shadow: 0 16px 31px rgba(40, 32, 20, .09);
}

.our-story-chapter-card>span,
.our-story-value-card>span {
  margin-bottom: auto;
  color: #a67825;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1;
}

.our-story-chapter-card h3 {
  margin: 38px 0 11px;
  font-size: 20px;
  line-height: 1.34;
}

.our-story-chapter-card p {
  margin-bottom: 0;
  color: #666b71;
  font-size: 14px;
  line-height: 1.7;
}

.our-story-founder {
  border-top: 1px solid #e6ded2;
  background: #f8f5ef;
}

.our-story-founder__grid {
  display: grid;
  grid-template-columns: minmax(300px, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 75px;
}

.our-story-founder__image .our-story-image {
  box-shadow: 17px 19px 0 rgba(201, 150, 43, .14);
}

.our-story-founder__copy {
  max-width: 690px;
}

.our-story-founder__copy>p {
  margin-bottom: 29px;
}

.our-story-values {
  background: #fff;
}

.our-story-section-heading--split {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(300px, .72fr);
  align-items: end;
  gap: 50px;
  max-width: none;
}

.our-story-section-heading--split h2 {
  margin-bottom: 0;
}

.our-story-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.our-story-value-card {
  min-height: 237px;
  padding: 28px 27px;
  border-top: 3px solid var(--i_color);
  background: #17191c;
}

.our-story-value-card h3 {
  margin: 37px 0 10px;
  color: #fff;
  font-size: 21px;
  line-height: 1.32;
}

.our-story-value-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.7;
}

.our-story-final {
  padding-top: 0 !important;
  background: #fff;
}

.our-story-final__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 55px;
  overflow: hidden;
  padding: 49px 54px;
  border: 1px solid #dfc78f;
  background: #f8f4eb;
}

.our-story-final__panel::after {
  position: absolute;
  top: -150px;
  right: -100px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(177, 127, 35, .24);
  border-radius: 50%;
  content: "";
}

.our-story-final__panel>div,
.our-story-final__panel>a {
  position: relative;
  z-index: 1;
}

.our-story-final__panel h2 {
  max-width: 740px;
  margin-bottom: 13px;
}

.our-story-final__panel>a {
  white-space: nowrap;
}

@media (max-width: 1200px) {

  .our-story-hero__grid,
  .our-story-founder__grid {
    gap: 45px;
  }

  .our-story-chapter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {

  .our-story-founder__grid,
  .our-story-section-heading--split {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .our-story-founder__grid {
    gap: 39px;
  }

  .our-story-section-heading--split {
    align-items: start;
  }

  .our-story-value-grid {
    grid-template-columns: 1fr;
  }

  .our-story-value-card {
    min-height: 0;
  }

  .our-story-final__panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .our-story-page .p80 {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .our-story-hero {
    padding: 58px 0 66px;
  }

  .our-story-hero__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .our-story-hero h1 {
    font-size: clamp(34px, 10.5vw, 45px);
  }

  .our-story-hero__intro,
  .our-story-section-heading>p,
  .our-story-founder__copy>p,
  .our-story-final__panel>div>p {
    font-size: 15px;
  }

  .our-story-hero__actions .btn_gold,
  .our-story-hero__actions .btn_line {
    width: 100%;
  }

  .our-story-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 10px;
  }

  .our-story-service-list li {
    font-size: 12px;
  }

  .our-story-hero__visual {
    width: calc(100% - 18px);
    max-width: none;
    justify-self: start;
  }

  .our-story-hero__caption {
    bottom: -17px;
    width: 167px;
    padding: 16px 17px;
  }

  .our-story-hero__caption strong {
    font-size: 23px;
  }

  .our-story-section-heading {
    margin-bottom: 29px;
  }

  .our-story-section-heading h2,
  .our-story-founder h2,
  .our-story-final h2 {
    font-size: 31px;
  }

  .our-story-chapter-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .our-story-chapter-card {
    min-height: 0;
    padding: 24px 21px;
  }

  .our-story-chapter-card h3 {
    margin-top: 29px;
    font-size: 19px;
  }

  .our-story-founder__grid {
    gap: 30px;
  }

  .our-story-value-grid {
    gap: 11px;
  }

  .our-story-value-card {
    padding: 24px 21px;
  }

  .our-story-value-card h3 {
    margin-top: 29px;
    font-size: 19px;
  }

  .our-story-final__panel {
    padding: 34px 24px;
  }

  .our-story-final__panel>a {
    width: 100%;
  }
}

/* Palette and type contract — Our Story owns all of its surfaces here. */
.our-story-page,
.our-story-hero,
.our-story-chapters,
.our-story-founder,
.our-story-values,
.our-story-final {
  background-color: var(--gm-light-surface) !important;
  color: var(--gm-light-copy);
}

.our-story-hero {
  background-image: none !important;
}

.our-story-image,
.our-story-hero__caption,
.our-story-chapter-card,
.our-story-final__panel {
  border-color: var(--gm-light-border) !important;
  background-color: var(--gm-light-card) !important;
}

.our-story-chapter-card {
  background-image: none !important;
}

.our-story-value-card {
  border-color: var(--gm-dark-border) !important;
  background-color: var(--gm-dark-surface) !important;
  color: var(--gm-dark-copy);
}

.our-story-value-card :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.our-story-value-card :is(p, li) {
  color: var(--gm-dark-copy) !important;
}

.our-story-eyebrow,
.our-story-value-card > span {
  color: var(--gm-gold) !important;
}

/* ==========================================================================
   Custom Medals category hub
   ========================================================================== */
.custom-medals-page,
.news-library-page {
  overflow: hidden;
  background: #fff;
}

.custom-medals-eyebrow,
.news-library-eyebrow {
  margin: 0 0 12px;
  color: var(--i_color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
}

.custom-medals-hero {
  padding: clamp(72px, 9vw, 142px) 0;
  background: linear-gradient(132deg, #0f1114 0%, #20272e 58%, #182018 100%);
  color: #fff;
}

.custom-medals-hero__grid,
.custom-medals-factory__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
  align-items: center;
  gap: clamp(40px, 7vw, 118px);
}

.custom-medals-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 68px);
  line-height: 1.13;
}

.custom-medals-hero__content>p:not(.custom-medals-eyebrow) {
  max-width: 670px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, .77);
  font-size: 18px;
  line-height: 1.75;
}

.custom-medals-hero__media,
.custom-medals-factory__media {
  overflow: hidden;
  border: 1px solid rgba(201, 150, 43, .35);
  border-radius: 22px;
  background: linear-gradient(145deg, #e8ece9, #c2c8c2);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

.custom-medals-hero__media {
  aspect-ratio: 1 / 1;
}

.custom-medals-hero__media img,
.custom-medals-factory__media img,
.custom-medals-option__image img,
.news-library-featured__image img,
.news-library-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-medals-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.custom-medals-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.custom-medals-heading h2,
.news-library-heading h2 {
  margin: 0;
  color: #17202b;
  font-size: clamp(31px, 3vw, 48px);
  line-height: 1.18;
}

.custom-medals-heading>p:last-child,
.news-library-heading>p:last-child {
  margin: 17px 0 0;
  color: #5f6975;
  line-height: 1.7;
}

.custom-medals-options {
  background: #fff;
}

.custom-medals-options__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.custom-medals-option {
  display: block;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid #e8e3d9;
  border-radius: 16px;
  background: #fff;
  color: inherit;
  box-shadow: 0 10px 32px rgba(20, 30, 40, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.custom-medals-option:hover {
  border-color: rgba(201, 150, 43, .72);
  box-shadow: 0 18px 38px rgba(20, 30, 40, .12);
  transform: translateY(-5px);
}

.custom-medals-option__image {
  aspect-ratio: 1 / .82;
  overflow: hidden;
  background: #f4f5f3;
}

.custom-medals-option__image img,
.news-library-card__image img {
  transition: transform .35s ease;
}

.custom-medals-option:hover img,
.news-library-card:hover img {
  transform: scale(1.045);
}

.custom-medals-option__body {
  padding: 19px 19px 21px;
}

.custom-medals-option h3,
.custom-medals-feature h3,
.custom-medals-steps h3,
.custom-medals-faq__item h3 {
  margin: 0;
  color: #1a2532;
  font-size: 20px;
  line-height: 1.35;
}

.custom-medals-option__body span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  color: #86621c;
  font-size: 14px;
  font-weight: 700;
}

.custom-medals-option__body b {
  color: var(--i_color);
  font-size: 19px;
}

.custom-medals-events {
  background: #f5f7f5;
}

.custom-medals-events__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.custom-medals-feature {
  padding: 30px 26px;
  border-top: 3px solid var(--i_color);
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 30, 40, .05);
}

.custom-medals-feature p,
.custom-medals-steps p,
.custom-medals-faq__item p {
  margin: 13px 0 0;
  color: #63707c;
  font-size: 15px;
  line-height: 1.68;
}

.custom-medals-factory {
  background: #fff;
}

.custom-medals-factory__media {
  aspect-ratio: 1.1 / 1;
}

.custom-medals-factory__content h2 {
  margin: 0;
  color: #17202b;
  font-size: clamp(31px, 3vw, 48px);
  line-height: 1.18;
}

.custom-medals-factory__content>p:last-child {
  margin: 23px 0 0;
  color: #5f6975;
  line-height: 1.8;
}

.custom-medals-start {
  background: #fbf8f1;
}

.custom-medals-start .btn_gold {
  margin-top: 28px;
}

.custom-medals-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 52px 0 0;
  list-style: none;
}

.custom-medals-steps li {
  position: relative;
  padding: 26px 24px;
  border: 1px solid #eadfcb;
  background: #fff;
}

.custom-medals-steps__number {
  display: block;
  margin-bottom: 46px;
  color: #c9962b;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1em;
}

.custom-medals-faq {
  background: #fff;
}

.custom-medals-faq__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.custom-medals-faq__item {
  padding: 28px 30px;
  border: 1px solid #e7ebed;
  border-radius: 14px;
  background: #fff;
}

.custom-medals-final,
.news-library-final {
  padding: 72px 0;
  background: #11181d;
  color: #fff;
}

.custom-medals-final__inner,
.news-library-final__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.custom-medals-final h2,
.news-library-final h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 45px);
  line-height: 1.2;
}

.custom-medals-final p,
.news-library-final p {
  max-width: 760px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

/* Palette and type contract — Custom Medals owns its visual surfaces here. */
.custom-medals-page,
.custom-medals-options,
.custom-medals-events,
.custom-medals-factory,
.custom-medals-start,
.custom-medals-faq {
  background-color: var(--gm-light-surface) !important;
  color: var(--gm-light-copy);
}

.custom-medals-option,
.custom-medals-feature,
.custom-medals-steps li,
.custom-medals-faq__item {
  border-color: var(--gm-light-border) !important;
  background-color: var(--gm-light-card) !important;
}

.custom-medals-hero,
.custom-medals-final {
  border-color: var(--gm-dark-border) !important;
  background-color: var(--gm-dark-surface) !important;
  background-image: none !important;
  color: var(--gm-dark-copy);
}

.custom-medals-hero :is(h1, h2, h3, h4),
.custom-medals-final :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.custom-medals-hero :is(p, li),
.custom-medals-final :is(p, li) {
  color: var(--gm-dark-copy) !important;
}

.custom-medals-eyebrow,
.custom-medals-steps__number,
.custom-medals-option__body span {
  color: var(--gm-gold) !important;
}

/* ==========================================================================
   News & Blog library
   ========================================================================== */
.news-library-hero {
  padding: clamp(72px, 9vw, 138px) 0;
  background: linear-gradient(132deg, #11181d, #242e35);
  color: #fff;
  text-align: center;
}

.news-library-hero__content {
  max-width: 910px;
}

.news-library-hero .news-library-eyebrow {
  color: #efd38f;
}

.news-library-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 68px);
  line-height: 1.12;
}

.news-library-hero__content>p:not(.news-library-eyebrow):not(.news-library-proof) {
  max-width: 760px;
  margin: 24px auto 32px;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.75;
}

.news-library-proof {
  margin: 30px auto 0;
  color: #efd38f;
  font-size: 14px;
  line-height: 1.65;
}

.news-library-heading {
  max-width: 760px;
  margin-bottom: 33px;
}

.news-library-featured {
  background: #fff;
}

.news-library-featured__card {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  overflow: hidden;
  border: 1px solid #e7e4dc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(20, 30, 40, .08);
}

.news-library-featured__image {
  min-height: 360px;
  background: #edf0eb;
}

.news-library-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 65px);
}

.news-library-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-bottom: 17px;
}

.news-library-meta h4 {
  margin: 0;
  color: #8a6721;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.news-library-featured__body h3,
.news-library-card h3,
.news-library-tool h3,
.news-library-pagination h3,
.news-library-empty h3 {
  margin: 0;
  color: #182331;
  font-size: 24px;
  line-height: 1.3;
}

.news-library-featured__body>p,
.news-library-card__body>p,
.news-library-tool>p,
.news-library-empty>p {
  margin: 15px 0 0;
  color: #64707c;
  line-height: 1.7;
}

.news-library-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 25px;
  color: #845f17;
  font-weight: 800;
}

.news-library-link span {
  color: var(--i_color);
  font-size: 21px;
}

.news-library-latest {
  background: #f6f7f5;
}

.news-library-tools {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 18px;
  margin-bottom: 34px;
}

.news-library-tool {
  padding: 25px;
  border: 1px solid #e6e3da;
  border-radius: 14px;
  background: #fff;
}

.news-library-tool h3,
.news-library-pagination h3,
.news-library-empty h3 {
  font-size: 19px;
}

.news-library-search {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.news-library-search input {
  width: 100%;
  min-width: 0;
  height: 47px;
  padding: 0 14px;
  border: 1px solid #d9dfe1;
  border-radius: 7px;
  background: #fff;
  color: #182331;
}

.news-library-search button,
.news-library-filters button,
.news-library-pagination button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.news-library-search button {
  padding: 0 18px;
  border-radius: 7px;
  background: #1b252e;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.news-library-filters {
  margin-top: 16px !important;
}

.news-library-filters button {
  padding: 0;
  color: #755419;
  font-size: 14px;
  font-weight: 700;
}

.news-library-filters button.is-active {
  color: #182331;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-library-filters span {
  margin: 0 5px;
  color: #a4abb2;
}

.news-library-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.news-library-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid #e4e7e5;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 30, 40, .04);
}

.news-library-card__image {
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  background: #eaeeea;
}

.news-library-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
}

.news-library-card h3 {
  font-size: 21px;
}

.news-library-card .news-library-link {
  margin-top: auto;
  padding-top: 23px;
}

.news-library-pagination,
.news-library-empty {
  margin-top: 38px;
  padding: 25px 27px;
  border: 1px solid #e2e4e1;
  border-radius: 13px;
  background: #fff;
}

.news-library-pagination p {
  margin: 13px 0 0;
  color: #596573;
}

.news-library-pagination button {
  padding: 0;
  color: #596573;
  font-size: 15px;
  font-weight: 700;
}

.news-library-pagination button.is-active {
  color: #c0891f;
}

.news-library-pagination button:disabled {
  opacity: .45;
  cursor: default;
}

.news-library-empty {
  border-color: #e9d7b7;
  background: #fffaf1;
}

@media (max-width: 1180px) {

  .custom-medals-options__grid,
  .custom-medals-events__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-medals-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {

  .custom-medals-hero,
  .news-library-hero {
    padding: 70px 0;
  }

  .custom-medals-hero__grid,
  .custom-medals-factory__inner,
  .news-library-featured__card,
  .news-library-tools {
    grid-template-columns: 1fr;
  }

  .custom-medals-hero__media {
    max-width: 520px;
  }

  .custom-medals-options__grid,
  .custom-medals-events__grid,
  .custom-medals-faq__list,
  .custom-medals-steps,
  .news-library-grid {
    grid-template-columns: 1fr;
  }

  .custom-medals-feature,
  .custom-medals-faq__item,
  .custom-medals-steps li,
  .news-library-tool,
  .news-library-card__body {
    padding: 23px 20px;
  }

  .custom-medals-final__inner,
  .news-library-final__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .custom-medals-final .btn_gold,
  .news-library-final .btn_gold,
  .custom-medals-start .btn_gold {
    width: 100%;
  }

  .news-library-featured__image {
    min-height: 0;
    aspect-ratio: 1.3 / 1;
  }

  .news-library-featured__body {
    padding: 30px 23px;
  }

  .news-library-search {
    flex-direction: column;
  }

  .news-library-search button {
    height: 47px;
  }
}

/* Palette and type contract — News & Blog library owns its surfaces here. */
.news-library-page,
.news-library-featured,
.news-library-latest {
  background-color: var(--gm-light-surface) !important;
  color: var(--gm-light-copy);
}

.news-library-featured__card,
.news-library-tool,
.news-library-card,
.news-library-pagination,
.news-library-empty {
  border-color: var(--gm-light-border) !important;
  background-color: var(--gm-light-card) !important;
}

.news-library-tool,
.news-library-empty {
  background-image: none !important;
}

.news-library-hero,
.news-library-final {
  border-color: var(--gm-dark-border) !important;
  background-color: var(--gm-dark-surface) !important;
  background-image: none !important;
  color: var(--gm-dark-copy);
}

.news-library-hero :is(h1, h2, h3, h4),
.news-library-final :is(h1, h2, h3, h4) {
  color: var(--gm-dark-heading) !important;
}

.news-library-hero :is(p, li),
.news-library-final :is(p, li) {
  color: var(--gm-dark-copy) !important;
}

.news-library-eyebrow,
.news-library-proof,
.news-library-meta h4 {
  color: var(--gm-gold) !important;
}


/* Footer refinement: a compact four-column desktop layout with clearer
   hierarchy, consistent gold accents and responsive partner logos. */
.footer {
  background: linear-gradient(180deg, #1b1b1b 0%, #111 100%);
  padding-top: 72px;
}

.footer_top {
  grid-template-columns: minmax(150px, .85fr) minmax(150px, .85fr) minmax(250px, 1.25fr) minmax(220px, 1.05fr);
  gap: 42px;
  padding-bottom: 54px;
}

.footer_col {
  min-width: 0;
}

.footer_col .footer_title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.footer_col > ul > li {
  margin-bottom: 8px;
}

.footer_col > ul > li > a {
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.6;
}

.footer_col:not(.footer_connect) > ul > li > a:hover {
  color: #d3a343;
  padding-left: 6px;
}

.footer_newsletter > .m30 {
  margin-top: 0;
}

.footer_newsletter > .m30 > p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .65);
  font-size: 15px;
  line-height: 1.7;
}

.footer_form.m30 {
  margin-top: 0;
}

.footer_form .wpforms-form {
  flex-direction: column;
  gap: 10px !important;
}

.footer_form .wpforms-field-container,
.footer_form .wpforms-submit-container {
  width: 100%;
}

.footer_form input[type="email"] {
  height: 52px !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .09) !important;
  padding: 0 18px !important;
  font-size: 15px !important;
}

.footer_form button[type="submit"] {
  width: 100%;
  min-width: 0 !important;
  height: 52px !important;
  border: 1px solid #c89b3c !important;
  border-radius: 8px !important;
  background: #c89b3c !important;
  color: #171717 !important;
  font-size: 15px !important;
}

.footer_form button[type="submit"]:hover {
  border-color: #dfb55d !important;
  background: #dfb55d !important;
}

.footer_connect .footer_social {
  gap: 10px;
  margin: 0 0 24px !important;
}

.footer_connect .footer_social a {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 255, 255, .16);
}

.footer_connect .footer_social a:hover {
  background: #c89b3c;
  border-color: #c89b3c;
  transform: translateY(-3px);
}

.footer_connect .footer_social iconify-icon {
  font-size: 20px;
}

.footer_contact_list {
  display: grid;
  gap: 11px;
}

.footer_contact_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: rgba(255, 255, 255, .7);
}

.footer_contact_list iconify-icon {
  flex: 0 0 auto;
  color: #c89b3c;
  font-size: 19px;
}

.footer_connect .footer_contact_list a,
.footer_contact_list span {
  padding: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.5;
}

.footer_connect .footer_contact_list a:hover {
  padding-left: 0;
  color: #d3a343;
}

.footer_brand {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  padding: 34px 0;
}

.footer_brand img {
  width: 100%;
  height: 58px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  opacity: .8;
}

.footer_brand img:hover {
  border-color: rgba(200, 155, 60, .7);
  background: rgba(200, 155, 60, .1);
  opacity: 1;
  transform: translateY(-3px);
}

.footer_bottom {
  padding: 20px 0;
}

.footer_bottom p {
  color: rgba(255, 255, 255, .48);
  font-size: 14px;
}

@media (max-width: 1200px) {
  .footer_top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 44px;
  }

  .footer_brand {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .footer {
    padding-top: 52px;
  }

  .footer_top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 42px;
  }

  .footer_brand {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 28px 0;
  }

  .footer_brand img {
    height: 54px;
  }
}

/* Touch navigation: the desktop menu remains in place above 1024px; below it,
   the menu button opens a focused, scrollable drawer with accordion groups. */
.mobile_nav_overlay,
.mobile_nav_drawer {
  display: none;
}

@media screen and (max-width: 1024px) {
  body.mobile-nav-open {
    overflow: hidden;
  }

  .top_wrap .nav_menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    padding: 0;
    border: 1px solid #e5ddcf;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(23, 23, 23, .08);
  }

  .top_wrap .nav_menu i,
  .top_wrap .nav_menu::before,
  .top_wrap .nav_menu::after {
    left: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    border-radius: 4px;
    background: #242424;
  }

  .top_wrap .nav_menu i {
    transform: translateX(-50%);
  }

  .top_wrap .nav_menu::before {
    top: 14px;
    transform: translateX(-50%);
  }

  .top_wrap .nav_menu::after {
    top: auto;
    bottom: 14px;
    transform: translateX(-50%);
  }

  .top_wrap .nav_menu.on {
    border-color: #c89b3c;
    background: #1a1a1a;
  }

  .top_wrap .nav_menu.on::before {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  .top_wrap .nav_menu.on::after {
    top: 50%;
    bottom: auto;
    transform: translateX(-50%) rotate(-45deg);
  }

  .top_wrap .nav_menu.on i {
    opacity: 0;
  }

  .mobile_nav_overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10001;
    background: rgba(10, 10, 10, .56);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility .28s ease;
  }

  .mobile_nav_overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile_nav_drawer {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    width: min(420px, calc(100vw - 30px));
    height: 100dvh;
    flex-direction: column;
    overflow: hidden;
    border-left: 1px solid rgba(200, 155, 60, .25);
    background: #fff;
    box-shadow: -18px 0 48px rgba(0, 0, 0, .22);
    transform: translateX(105%);
    transition: transform .32s cubic-bezier(.2, .8, .2, 1);
  }

  .mobile_nav_drawer.is-open {
    transform: translateX(0);
  }

  .mobile_nav_head {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border-bottom: 1px solid #ece7dc;
  }

  .mobile_nav_logo {
    display: block;
    max-width: 156px;
  }

  .mobile_nav_logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 44px;
    object-fit: contain;
    object-position: left center;
  }

  .mobile_nav_close {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5ddcf;
    border-radius: 50%;
    background: #fff;
    color: #222;
  }

  .mobile_nav_close iconify-icon {
    font-size: 25px;
  }

  .mobile_nav_list {
    flex: 1;
    overflow-y: auto;
    padding: 12px 22px 28px;
  }

  .mobile_nav_item {
    border-bottom: 1px solid #ece7dc;
  }

  .mobile_nav_item > a,
  .mobile_nav_toggle {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1d1d1d;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
  }

  .mobile_nav_toggle iconify-icon {
    flex: 0 0 auto;
    color: #b98a2f;
    font-size: 23px;
    transition: transform .25s ease;
  }

  .mobile_nav_group.is-open .mobile_nav_toggle iconify-icon {
    transform: rotate(180deg);
  }

  .mobile_nav_submenu {
    display: none;
    gap: 2px;
    margin: -4px 0 14px;
    padding: 10px 14px;
    border-left: 2px solid #c89b3c;
    background: #faf8f3;
  }

  .mobile_nav_group.is-open .mobile_nav_submenu {
    display: grid;
  }

  .mobile_nav_submenu a {
    padding: 9px 4px;
    color: #575757;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
  }

  .mobile_nav_submenu a:hover,
  .mobile_nav_submenu a:focus-visible,
  .mobile_nav_item > a:hover,
  .mobile_nav_item > a:focus-visible {
    color: #b98a2f;
  }

  .mobile_nav_submenu .mobile_nav_all {
    color: #9b701f;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 800;
  }

  .mobile_nav_footer {
    padding: 18px 22px calc(22px + env(safe-area-inset-bottom));
    border-top: 1px solid #ece7dc;
    background: #fff;
  }

  .mobile_nav_cta {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    background: #c89b3c;
    color: #171717;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
  }

  .mobile_nav_cta span {
    font-size: 19px;
    line-height: 1;
  }
}

@media screen and (max-width: 560px) {
  .top_wrap .nav_menu {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    margin-left: 8px;
  }

  .top_wrap .nav_menu::before {
    top: 11px;
  }

  .top_wrap .nav_menu::after {
    bottom: 11px;
  }

  .mobile_nav_drawer {
    width: 100%;
  }

  .mobile_nav_head {
    min-height: 70px;
    padding: 0 18px;
  }

  .mobile_nav_list {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mobile_nav_footer {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* ========================================================================== 
   CONSOLIDATED SITE RULES
   ---------------------------------------------------------------------------
   These former system and page rules intentionally live in style.css so page
   components are not split across multiple CSS sources. design-tokens.css is
   the sole variable source; button and utility components stay self-contained.
   =========================================================================== */

/* ----- Shared typography ----- */
/* ===========================================================================
   GLORY MEDALS — SHARED TYPOGRAPHY SYSTEM
   ---------------------------------------------------------------------------
   One source of truth for the approved desktop / tablet / mobile type scale.
   Keep page-only exceptions in page-typography.css, grouped by module.
   =========================================================================== */

/* Base text: normal paragraphs, list copy and form controls. */
body,
button,
input,
select,
textarea {
  font-family: var(--gm-font-body);
}

body {
  font-size: var(--gm-body-size);
  line-height: var(--gm-body-line);
}

/* Main content has one enforced body-text rule. Footer, navigation and
   component copy receive their own explicit styles below instead of a second
   competing global paragraph rule. */
body main p,
body main li,
body main td,
body main th {
  font-size: var(--gm-body-size) !important;
  font-weight: var(--gm-weight-regular) !important;
  line-height: var(--gm-body-line) !important;
}

body main input,
body main select,
body main textarea,
body main label,
.wpforms-field-label,
.wpforms-field-description {
  font-family: var(--gm-font-body);
  font-size: var(--gm-button-size) !important;
  font-weight: var(--gm-weight-regular) !important;
  line-height: var(--gm-button-line) !important;
}

/* Semantic heading hierarchy. Inner pages use this H1 scale by default. */
body h1,
body h2,
body h3,
body h4 {
  font-family: var(--gm-font-heading);
  font-weight: var(--gm-weight-heading);
}

body main h1 {
  font-size: var(--gm-h1-size) !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: var(--gm-h1-line) !important;
}

body main h2 {
  font-size: var(--gm-h2-size) !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: var(--gm-h2-line) !important;
}

body main h3 {
  font-size: var(--gm-h3-size) !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: var(--gm-h3-line) !important;
}

body main h4 {
  font-size: var(--gm-h4-size) !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: var(--gm-h4-line) !important;
}

/* The legacy theme assigns 18px to every element. These inheritance guards
   keep nested spans, strong tags and button animation wrappers on their
   parent tier without changing their color or layout styling. */
body main h1 *,
body main h2 *,
body main h3 *,
body main h4 *,
body main p > span,
body main p > strong,
body main p > em,
body main li > span,
body main li > strong,
body main li > em,
body main label > span,
body main td > span,
body main th > span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Navigation stays readable and consistent across the complete site. */
.top_offer,
.top_contact,
.i_nav > li > a,
.mega_menu a,
.mega_menu .mega_title,
.mobile_nav_item > a,
.mobile_nav_toggle,
.mobile_nav_submenu a,
.footer a,
.footer_contact_list,
.footer_bottom p {
  font-family: var(--gm-font-body) !important;
  font-size: var(--gm-nav-size) !important;
  font-weight: var(--gm-weight-regular) !important;
  line-height: var(--gm-nav-line) !important;
}

.footer .footer_title {
  font-family: var(--gm-font-heading);
  font-size: var(--gm-h4-size) !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: var(--gm-h4-line) !important;
}

.footer p:not(.footer_title) {
  font-family: var(--gm-font-body);
  font-size: var(--gm-body-size) !important;
  font-weight: var(--gm-weight-regular) !important;
  line-height: var(--gm-body-line) !important;
}

/* All CTAs, form actions and tab buttons share the approved button text tier. */
.btn_gold,
.btn_line,
.theme_btn,
.top_quote,
.mobile_nav_cta,
.wpforms-submit-container button,
.wpforms-submit,
.top_search_btn {
  font-family: var(--gm-font-heading);
  font-size: var(--gm-button-size) !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: var(--gm-button-line) !important;
}

.btn_gold *,
.btn_line *,
.theme_btn *,
.top_quote *,
.mobile_nav_cta *,
.wpforms-submit-container button *,
.wpforms-submit *,
.top_search_btn * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Labels, counters, eyebrows, dates and compact badges. */
body main .sub_title,
body main .hero_label,
body main .medal_quote_label,
body main .pins-coins-eyebrow,
body main .why-choose-eyebrow,
body main .our-story-eyebrow,
body main .custom-medals-eyebrow,
body main .news-library-eyebrow,
body main .pins-coins-hero__stamp span,
body main .pins-coins-hero__stamp strong,
body main .pins-coins-service-list li,
body main .why-choose-service-row li,
body main .our-story-service-list li,
body main .honor_titles p,
body main .honor_titles h3 {
  font-family: var(--gm-font-heading);
  font-size: var(--gm-meta-size) !important;
  font-weight: var(--gm-weight-heading) !important;
  line-height: var(--gm-meta-line) !important;
}

body main .honor_titles p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(198, 160, 91, .38);
  border-radius: 8px;
  background: #fff;
  color: #151515;
  text-align: center;
}

/* Tablet: 768px–1199px. */
@media screen and (max-width: 1199px) {
  body {
    --gm-h1-size: 36px;
    --gm-h1-line: 46px;
    --gm-h2-size: 30px;
    --gm-h2-line: 40px;
    --gm-h3-size: 24px;
    --gm-h3-line: 33px;
    --gm-h4-size: 19px;
    --gm-h4-line: 27px;
  }

}

/* Phone: <=767px. */
@media screen and (max-width: 767px) {
  body {
    --gm-h1-size: 30px;
    --gm-h1-line: 38px;
    --gm-h2-size: 26px;
    --gm-h2-line: 34px;
    --gm-h3-size: 22px;
    --gm-h3-line: 30px;
    --gm-h4-size: 18px;
    --gm-h4-line: 26px;
  }

}

/* ----- Page exceptions and local modules ----- */
/* ===========================================================================
   GLORY MEDALS — PAGE EXCEPTIONS / LOCAL MODULES
   ---------------------------------------------------------------------------
   Shared typography is declared above in this stylesheet. Each module below
   contains only real page exceptions or page-local layout, with adjacent
   breakpoints.
   =========================================================================== */

/* Semantic h1–h4 and normal page copy inherit their global values above. */


/* ---------------------------------------------------------------------------
   Generic category listings and single posts
   --------------------------------------------------------------------------- */
.cases-page .cases-label {
  font-family: var(--gm-font-heading);
  font-size: var(--gm-meta-size) !important;
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-meta-line) !important;
}

/* ---------------------------------------------------------------------------
   News article page — its title, article navigation, recommendations and
   inquiry form stay together here rather than being split with public.css.
   --------------------------------------------------------------------------- */
body.news-single-page .in_news_art_tit {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
  text-align: center;
  position: relative;
}
body.news-single-page .in_news_art_tit h1 {
  margin: 30px auto;
  font-size: 0.34rem;
  color: var(--i_color);
  line-height: 0.36rem;
  font-weight: bold;
}
body.news-single-page .n_tit_time {
  margin: 0.4rem 0 0.26rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body.news-single-page .n_tit_time > p {
  font-size: 0.16rem;
  color: #363636;
  position: relative;
}

body.news-single-page .n_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.16rem;
}
body.news-single-page .n_share p {
  font-size: 0.16rem;
  color: #363636;
}
body.news-single-page .n_share a {
  margin-left: 0.2rem;
}
body.news-single-page .n_share a i {
  font-size: 0.2rem;
}
body.news-single-page .n_share a:hover i {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  body.news-single-page .in_news_art_tit h1 {
    font-size: 0.28rem;
  }
  body.news-single-page .n_tit_time {
    margin: 0.3rem 0 0.26rem;
  }
}
@media screen and (max-width: 1200px) {
  body.news-single-page .in_news_art_tit h1 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  body.news-single-page .in_news_art_tit h1 {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  body.news-single-page .n_tit_time {
    margin: 0.2rem 0 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  body.news-single-page .in_news_art_tit h1 {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
  body.news-single-page .n_tit_time > p,
  body.news-single-page .n_share p {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  body.news-single-page .in_news_art_tit h1 {
    font-size: 0.17rem;
    line-height: 0.22rem;
  }
  body.news-single-page .n_tit_time > p {
    margin-right: 0.14rem;
    padding-right: 0.14rem;
  }
  body.news-single-page .n_tit_time > p,
  body.news-single-page .n_share p {
    font-size: 0.14rem;
  }
  body.news-single-page .n_share a i {
    font-size: 0.18rem;
  }
}

body.news-single-page .n_navigation {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  padding-top: 0.2rem;
  border-top: 1px solid var(--border_color);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.news-single-page .n_navigation ul {
  width: 80%;
}
body.news-single-page .n_navigation li {
  margin: 0.12rem 0;
}
body.news-single-page .n_navigation li a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
body.news-single-page .n_navigation li p {
  margin-right: 0.06rem;
  font-size: 0.16rem;
  color: #363636;
  font-weight: bold;
}

body.news-single-page .n_back {
  margin-left: auto;
  padding: 0.12rem 0.3rem;
  background: var(--i_color);
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
}
body.news-single-page .n_back iconify-icon {
  font-size: 0.16rem;
  color: #fff;
}
body.news-single-page .n_back b {
  display: block;
  margin-left: 0.06rem;
  font-size: 0.15rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  body.news-single-page .n_navigation ul {
    width: 76%;
  }
  body.news-single-page .n_back b {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  body.news-single-page .n_navigation {
    margin-top: 0.6rem;
  }
  body.news-single-page .n_navigation ul {
    width: 100%;
  }
  body.news-single-page .n_navigation li p {
    font-size: 0.15rem;
  }
  body.news-single-page .n_back {
    margin: 0.14rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  body.news-single-page .n_navigation {
    margin-top: 0.4rem;
  }
  body.news-single-page .n_navigation li p {
    font-size: 0.14rem;
  }
  body.news-single-page .n_back {
    padding: 0.08rem 0.22rem;
    margin: 0.1rem 0 0 0;
  }
  body.news-single-page .n_back i {
    font-size: 0.15rem;
  }
}
body.news-single-page .in_news_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3rem 0;
}
body.news-single-page .post_recommend {
  flex-shrink: 0;
  width: 4rem;
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ddd;
}
body.news-single-page .post_content {
  width: calc(100% - 4.5rem);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
body.news-single-page .post_recommend h3 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  body.news-single-page .post_recommend,
  body.news-single-page .post_content {
    width: 100%;
  }
  body.news-single-page .post_recommend {
    padding: 20px 10px;
  }
}
body.news-single-page .post_recommend_list {
}
body.news-single-page .post_recommend_list li {
}
body.news-single-page .post_recommend_list li:not(:last-child) {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
body.news-single-page .post_recommend_list a {
  display: block;
  width: 100%;
}
body.news-single-page .post_recommend_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
body.news-single-page .post_recommend_list .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
body.news-single-page .post_recommend_list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.news-single-page .post_recommend_list {
  margin: 14px 0 10px;
}
body.news-single-page .post_recommend_list p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.news-single-page .post_recommend_list li:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
body.news-single-page .post_recommend_list li:hover p {
  color: var(--i_color);
}
body.news-single-page .new_form_cont {
  background: #f7f7f7;
  margin-top: 0.3rem;
  padding: 0.2rem;
  position: relative;
}
body.news-single-page .new_form_cont::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to top, var(--i_color), var(--i_color2));
  position: absolute;
  right: 0;
  top: 0;
}
body.news-single-page .new_form_cont h3 {
  margin-bottom: 20px;
}

/* News article palette — no colour mapping for this page is left in the
   shared tail, so the module remains self-contained. */
body.news-single-page,
body.news-single-page main,
body.news-single-page .in_news_cont {
  background: var(--gm-light-surface);
  color: var(--gm-light-copy);
}

body.news-single-page .in_news_art_tit,
body.news-single-page .n_navigation,
body.news-single-page .post_recommend_list li:not(:last-child) {
  border-color: var(--gm-light-border);
}

body.news-single-page .post_recommend,
body.news-single-page .new_form_cont {
  border: 1px solid var(--gm-light-border);
  background: var(--gm-light-card);
}

body.news-single-page .in_news_art_tit h1,
body.news-single-page .post_recommend h3,
body.news-single-page .n_navigation li p,
body.news-single-page .post_recommend_list p,
body.news-single-page .new_form_cont h3 {
  color: var(--gm-light-heading) !important;
}

body.news-single-page .n_tit_time > p,
body.news-single-page .n_share p {
  color: var(--gm-light-copy) !important;
}

body.news-single-page .n_share a:hover iconify-icon,
body.news-single-page .post_recommend_list li:hover p {
  color: var(--gm-gold) !important;
}

body.news-single-page .n_back {
  border: 1px solid var(--gm-gold);
  background: var(--gm-gold);
}

body.news-single-page .n_back :is(iconify-icon, b) {
  color: var(--gm-dark-surface);
}

body.news-single-page .new_form_cont::after {
  background: var(--gm-gold);
}

.news-single-page #wpforms-338 {
  --input_font_size: 16px;
  --input_height: 46px;
  margin: 0;
  padding: 0;
}

.news-single-page #wpforms-form-338 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.news-single-page #wpforms-338 input,
.news-single-page #wpforms-338 button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.news-single-page #wpforms-338 .wpforms-field {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  overflow: hidden;
}

.news-single-page #wpforms-338 .wpforms-field-label {
  font-size: 0;
}

.news-single-page #wpforms-338 .wpforms-required-label {
  position: absolute;
  top: 6px;
  left: 4px;
  color: #f00;
  font-size: 16px;
}

.news-single-page #wpforms-338 .wpforms-field-container input,
.news-single-page #wpforms-338 textarea,
.news-single-page #wpforms-338 select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  height: var(--input_height);
  padding: 0 10px 0 16px;
  border: 1px solid transparent;
  background: #fff;
  color: #333;
  font-family: var(--gm-font-body);
  font-size: var(--input_font_size) !important;
  line-height: 24px !important;
  transition: border-color .5s ease;
}

.news-single-page #wpforms-338 textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.news-single-page #wpforms-338 .wpforms-field-container input:hover,
.news-single-page #wpforms-338 textarea:hover {
  border-color: var(--i_color);
}

.news-single-page #wpforms-338-field_1-container,
.news-single-page #wpforms-338-field_2-container {
  width: 49% !important;
}

.news-single-page #wpforms-338 input::placeholder,
.news-single-page #wpforms-338 textarea::placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

.news-single-page #wpforms-338-field_1-error,
.news-single-page #wpforms-338-field_2-error,
.news-single-page #wpforms-338-field_3-error,
.news-single-page #wpforms-338-field_4-error,
.news-single-page #wpforms-338-field_5-error,
.news-single-page #wpforms-338-field_6-error {
  position: absolute;
  color: #a90909;
  font-size: 12px;
}

.news-single-page #wpforms-338 .wpforms-field-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.news-single-page #wpforms-338 .wpforms-submit-container {
  position: relative;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.news-single-page #wpforms-338 .wpforms-submit-container button {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 10px 0;
  background: var(--i_color);
  color: #fff;
  cursor: pointer;
  font-family: var(--gm-font-heading);
  font-size: var(--gm-button-size) !important;
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-button-line) !important;
}

.news-single-page #wpforms-338 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}

.news-single-page #wpforms-338 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 2;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .news-single-page #wpforms-338-field_1-container,
  .news-single-page #wpforms-338-field_2-container {
    width: 100% !important;
  }
}

.privacy-page .privacy-title {
  margin-bottom: 30px;
  text-align: center;
}

/* ---------------------------------------------------------------------------
   404 / search / tag result pages
   --------------------------------------------------------------------------- */
.error-page-main {
  min-height: calc(100vh - 180px);
  background: var(--gm-light-surface);
}

.error-page-content {
  display: flex;
  min-height: calc(100vh - 180px);
  padding: 80px 20px;
  align-items: center;
  justify-content: center;
  background: var(--gm-light-surface);
}

.error-page-content__inner {
  max-width: 620px;
  text-align: center;
}

.error-page .error-page-content h1 {
  margin: 0 0 18px;
}

.error-page .error-page-content p {
  margin: 0 0 32px;
  color: #666;
}

.search-page .search-results-section,
.tag-page .tag-results-section {
  padding: 80px 0;
  background: var(--gm-light-surface);
  color: var(--gm-light-copy);
}

.search-page .search_title,
.tag-page .tag_title {
  margin-bottom: 42px;
  text-align: center;
}

.search-page .search_title h1,
.tag-page .tag_title h1 {
  margin: 0 0 12px;
}

.search-page .search_title p,
.tag-page .tag_title p {
  margin: 0;
  color: var(--gm-light-copy);
}

.search-page .in_search_list,
.tag-page .tag_list {
  display: grid;
  gap: 20px;
}

.search-page .in_search_list li,
.tag-page .tag_list > li {
  border: 1px solid var(--gm-light-border);
  background: var(--gm-light-card);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.search-page .in_search_list li:hover,
.tag-page .tag_list > li:hover {
  border-color: rgba(201, 150, 43, .65);
  box-shadow: 0 12px 28px rgba(32, 27, 19, .08);
  transform: translateY(-2px);
}

.search-page .in_search_list a,
.tag-page .tag_list > li > a {
  display: flex;
  min-height: 190px;
  padding: 20px;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

.search-page .search_img,
.tag-page .tag_img {
  width: 260px;
  min-height: 150px;
  flex: 0 0 260px;
  overflow: hidden;
  background: var(--gm-light-surface);
}

.search-page .search_img img,
.tag-page .tag_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.search-page .in_search_list li:hover .search_img img,
.tag-page .tag_list > li:hover .tag_img img {
  transform: scale(1.04);
}

.search-page .search_txt,
.tag-page .tag_text {
  display: flex;
  min-width: 0;
  flex: 1;
  margin-left: 28px;
  flex-direction: column;
  justify-content: space-between;
}

.search-page .in_search_list h2,
.tag-page .tag_text h2 {
  margin: 0 0 10px;
}

.search-page .search_excerpt,
.tag-page .tag_excerpt {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--gm-light-copy);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.search-page .search_meta,
.tag-page .tag_tags {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.search-page .search_meta span,
.search-page .search_meta time,
.tag-page .tag_tags_label,
.tag-page .tag_tags p,
.tag-page .tag_more {
  font-family: var(--gm-font-heading);
  font-size: var(--gm-meta-size) !important;
  font-weight: var(--gm-weight-heading);
  line-height: var(--gm-meta-line) !important;
}

.search-page .search_meta span,
.tag-page .tag_tags p {
  margin: 0;
  padding: 4px 9px;
  border-radius: 2px;
  background: var(--gm-light-surface);
  color: var(--gm-light-copy);
}

.tag-page .tag_more {
  display: inline-flex;
  margin-top: 20px;
  color: var(--gm-gold);
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .error-page-content,
  .search-page .search-results-section,
  .tag-page .tag-results-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .search-page .search_title,
  .tag-page .tag_title {
    margin-bottom: 30px;
  }

  .search-page .in_search_list a,
  .tag-page .tag_list > li > a {
    min-height: 0;
    padding: 15px;
    flex-direction: column;
  }

  .search-page .search_img,
  .tag-page .tag_img {
    width: 100%;
    min-height: 190px;
    flex-basis: auto;
  }

  .search-page .search_txt,
  .tag-page .tag_text {
    margin-top: 18px;
    margin-left: 0;
  }
}

/* ----- Shared colour rules ----- */
/* ==========================================================================
   GLORY MEDALS — COLOUR SYSTEM
   --------------------------------------------------------------------------
   One source of truth for the approved dark and light colour palettes.
   Keep component-specific layout in style.css; use these variables whenever
   adding or revising a section so pages remain visually consistent.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Shared light-area foundation
   -------------------------------------------------------------------------- */
html,
body {
  background: var(--gm-light-surface) !important;
  color: var(--gm-light-copy) !important;
}

body main,
.requirement-page-heading,
.thanks-page,
.error-page-content {
  background: var(--gm-light-surface);
  color: var(--gm-light-copy);
}

body main h1,
body main h2,
body main h3,
body main h4,
.requirement-page-heading h1,
.index_title.black h2,
.i_tit > h4 {
  color: var(--gm-light-heading) !important;
}

body main p,
body main li,
body main td,
body main th,
.requirement-page-heading > .wrap > p,
.requirement-page-heading > p,
.index_title.black > p,
.i_tit > p {
  color: var(--gm-light-copy) !important;
}

/* Solid light cards — all cards in light zones use the approved white. */
.honor_titles h3,
.honor_titles p {
  background: var(--gm-light-card);
  border-color: var(--gm-light-border);
}

/* --------------------------------------------------------------------------
   Shared dark-area foundation
   -------------------------------------------------------------------------- */
.top_line,
.footer {
  background-color: var(--gm-dark-surface);
  color: var(--gm-dark-copy);
}

.footer {
  background-image: none;
}

.top_line {
  background-color: var(--gm-dark-surface);
}

.top_offer,
.top_contact a {
  color: var(--gm-dark-heading) !important;
}

.top_contact_line {
  color: var(--gm-dark-copy) !important;
}

.mega_menu li,
.mega_menu li > a,
.i_nav .sub-menu a {
  color: var(--gm-light-copy) !important;
}

.mega_menu .mega_title,
.mega_menu li:hover > a {
  color: var(--gm-gold) !important;
}

.i_nav .sub-menu li:hover > a {
  color: var(--gm-dark-surface) !important;
}

.top_line,
.top_line a,
.footer,
.footer a {
  color: var(--gm-dark-copy);
}

.footer .footer_title {
  color: var(--gm-dark-heading) !important;
}

.footer p,
.footer_contact_list li,
.footer_contact_list a,
.footer_col > ul > li > a {
  color: var(--gm-dark-copy) !important;
}

/* --------------------------------------------------------------------------
   Brand emphasis and controls
   -------------------------------------------------------------------------- */
.top_offer strong,
.top_contact a:hover,
.footer a:hover,
.footer_contact_list iconify-icon {
  color: var(--gm-gold) !important;
}

.btn_gold,
.top_quote,
.mobile_nav_cta,
.wpforms-submit-container button,
.wpforms-submit,
.footer_form button[type="submit"] {
  border-color: var(--gm-gold) !important;
  background-color: var(--gm-gold) !important;
  color: var(--gm-dark-surface) !important;
}

.btn_gold:hover,
.top_quote:hover,
.mobile_nav_cta:hover,
.wpforms-submit-container button:hover,
.wpforms-submit:hover {
  border-color: var(--gm-dark-surface) !important;
  background-color: var(--gm-dark-surface) !important;
  color: var(--gm-dark-heading) !important;
}

.btn_line,
.i_more {
  border-color: var(--gm-gold);
  color: var(--gm-gold);
}

.btn_line:hover,
.i_more:hover {
  border-color: var(--gm-gold);
  background-color: var(--gm-gold);
  color: var(--gm-dark-surface);
}

/* Form surfaces remain readable on the approved light palette. */
input,
select,
textarea,
.footer_form input[type="email"] {
  border-color: var(--gm-light-border) !important;
  background-color: var(--gm-light-card) !important;
  color: var(--gm-light-heading) !important;
}

.footer_form input[type="email"] {
  border-color: var(--gm-dark-border) !important;
  background-color: rgba(245, 247, 250, .08) !important;
  color: var(--gm-dark-heading) !important;
}

/* --------------------------------------------------------------------------
   Mobile navigation and footer preserve the same palette.
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .i_nav,
  .mobile_nav,
  .mega_menu {
    background: var(--gm-light-card);
  }

  .i_nav > li > a,
  .mega_menu a,
  .mobile_nav_item > a,
  .mobile_nav_submenu a {
    color: var(--gm-light-heading) !important;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    background-image: none;
    background-color: var(--gm-dark-surface);
  }
}

/* --------------------------------------------------------------------------
   Page audit: legacy templates
   --------------------------------------------------------------------------
   Older templates use their own class names.  Keep their layout rules in
   style.css and map their surfaces here, so a future colour adjustment is
   still made in one place.
   -------------------------------------------------------------------------- */

/* Light sections */
.bc,
.single_grid_bac,
.r_product,
.privacy,
.contact_form_bac,
.purestar-related {
  background-color: var(--gm-light-surface) !important;
}

/* White cards inside those light sections */
.medal_faq_area,
.medal_form_area,
.single_grid,
.privacy_cont,
.contact_form_area,
.products-grid-layout .product-card-info,
.news_ul li {
  background-color: var(--gm-light-card) !important;
  border-color: var(--gm-light-border) !important;
}

/* Standard pale alternates used by the original product, About and archive
   templates. */
.single_grid_bac,
.contact_form_bac,
.purestar-related {
  background-color: var(--gm-light-surface) !important;
}

/* Explicit dark modules in the legacy templates. */
.footer {
  background-color: var(--gm-dark-surface) !important;
  color: var(--gm-dark-copy) !important;
}

/* Existing elements that denote an accent are brought to the single approved
   gold instead of retaining historic warm-yellow variations. */
:is(
  .sub_title,
  .thanks-contact a,
  .footer_contact_list iconify-icon
) {
  color: var(--gm-gold) !important;
  border-color: var(--gm-gold) !important;
}

/* Footer section labels are legacy <p> elements rather than heading tags.
   The fully qualified selector also beats the broad legacy footer-copy rule. */
body .footer .footer_col > p.footer_title {
  color: var(--gm-dark-heading) !important;
}
