/* 基本样式设置 */
@font-face {
  font-family: 'Mirai Font';
  src: url('fonts/mirai-font.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

:root {
  --color-primary: #493f24;
  --color-secondary: #93a29f;
  --color-accent: #97614b;
  --color-background: #faf9f9;
  --color-gold: #ae9c5a;
  --color-blush: #c9a89c;
  --color-light-gray: #cac9ca;
  --color-pale-green: #cfce9e;
  --color-bright-green: #73a430;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Mirai Font', Arial, sans-serif;
  color: var(--color-primary);

  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: var(--color-primary);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--color-accent);
}

ul {
  list-style: none;
}

/* 跳过链接 */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #fff;
  color: var(--color-primary);
  text-decoration: none;
}

.skip-link:focus {
  left: 0;
  top: 0;
}

/* 头部导航栏 */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0rem;
  margin:0 auto;


  width:1366px;
}

.logo-container {
  flex: 0 0 auto;
}

.logo {
  height: 30px;
  width: auto;
}

.main-navigation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.newsboxleft .xxpj{ background:#454f4c!important;}

.has-dropdown {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--color-background);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  display: none!important;
  z-index: 10;
  padding: 1rem 0;
}

.has-dropdown:hover .dropdown {
  display: block!important;
}

.dropdown li {
  padding: 0.5rem 1rem;
}

.icon-search, .icon-cart {
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}

.icon-search {
  background-image: url('../images/icon-search.png');
}

.icon-cart {
  background-image: url('../images/icon-cart.png');
}

/* 主要内容区域 */
main {
  margin-top: 80px; /* 给导航留出空间 */
  max-width:1366px;
  margin:0 auto;
}

/* 英雄滑块 */
.hero-slider {
  position: relative;

  overflow: hidden;
  margin-bottom:80px;
}

.slider-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider-content h1 {
  text-align: center;
  padding: 2rem 15%;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 1px;
  padding-bottom:30px;
  text-transform:uppercase; font-size:42px;
}
.newscat{ margin:50px 0;}
.newscat ul{ display:flex; text-align:center; gap:50px; justify-content: center;}
.newscat ul li a{ color:#808080;}
.slider-content p.ttdes{ text-align:center; line-height:35px; font-size:24px; font-weight:normal; color:#404040;     padding: 0 12%;}

.wzico img{ width:100%;}


.syhd {
  display: flex;
  flex: 1;
}
.newshot{ margin-bottom:30px;}
.tjnews{display:flex; justify-content: center;}
.newstt{ flex:1; display:flex; width:50%; justify-content: center; align-items:center; background:#85989c;}
.newstt a{ display:block; width:100%; text-align:center; color:#FFF; font-size:32px;}
.newsimg{ flex:1;}

.bgnbox{ margin-bottom:30px;}
.newsbox{ display:flex; gap:30px;}
.newsboxleft{ width:66.666666%; height:904px;}
.newsboxleft .newstt{ background:#acb6ab;}
.inewslist{ display:flex; gap:30px; margin-top:30px;}
.newsboxright{ width:33.3333333%; position:relative;}
.newsboxright h4{ position:absolute; top:3rem; width:100%; text-align:center; padding: 0 1.125rem;
    line-height: 2.25rem; font-size: 2rem; color:#808080; text-transform: lowercase; letter-spacing:5px; text-transform:uppercase; font-weight:normal;}
	
.tspj h4{ position:absolute; bottom:50px!important; top:auto; color:#FFF;}
.newsboxright img{width: 100%;
    height: 904px;
    object-fit: cover;}
.slide-image {
  flex: 1.5;
  overflow: hidden;
}
.flex13{ flex:1.3!important;}
.flex07{ flex:.7!important;}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-text {
  flex:.5;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-text h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: normal;
}

.slide-text p {
  margin-bottom: 2rem;
  line-height: 1.8;
}

.cta-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cta-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  position: relative;
}
.cptt{ text-align:center; margin:60px 0; font-size:26px; font-weight:normal;}
.products{ display:flex;}
.products .btn {
    padding: 0 20px;
  
    font-size: 16px;
    font-weight: var(--typeBaseWeight);
    height: 44px;
	background:#FFF;
	margin-bottom:20px;
}
.proleft{ width:25%;}
.proright{ width:75%; margin-bottom:50px;}
   .product-list {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .product-item {
            text-align: left;
        }

        .image-container {
            position: relative;
            overflow: hidden;
          
            aspect-ratio: 1 / 1; /* 关键属性-保持宽高比1:1 */
        }

        .product-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
           
        }

        .product-image:hover {
            transform: scale(1.5);
            cursor: pointer;
        }

        /* 以下样式保持不变 */
        .product-title {
            font-size: 18px;
            margin: 5px 0;
            color: #333;
			font-weight:normal;
        }

.flippy {
	margin-top:4rem;
    margin-bottom:3.5rem;
    text-align: center;
    padding: 0;
}
.flippy-previous {
    margin-right: 5.625rem;
}
ul.flippy li {

    padding: 10px;
    display: inline;
    width: auto;
    list-style-type: none;
    list-style-image: none;
    background: none;
    white-space: nowrap;
}
.flippy-next {
    margin-left: 5.625rem;
}
        .product-price {
            font-size: 12px;
            color: #1c1d1d;
           
        }

        .pagination {
            display: flex;
            justify-content: center;
            gap: 10px;
            list-style: none;
            padding: 0;
        }

        .page-item {
            border: 1px solid #ddd;
            padding: 8px 15px;
            border-radius: 4px;
            cursor: pointer;
        }

        .page-item:hover {
            background-color: #f5f5f5;
        }

        .page-item.active {
            background-color: #1c1d1d;
            color: white;
            border-color: #1c1d1d;
        }
.tags a {
    display: block;
    font-size: 16px;
    transition: padding .5s cubic-bezier(.2,.06,.05,.95);
}
.tags a:hover {
    padding-left: 10px;
}
.btn .icon {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.icon {
    fill: currentColor;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
.btn {
    border: 1px solid #CCC;
    cursor: pointer;
    padding: 0 20px;
}
.btn .icon {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.tags a {
    font-size: 19px;
 
}
.tags li{ margin-bottom:10px;}
.gallery{    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}
.gallery .product-image:hover{    transform: scale(1);}
.gallery .product-title{ text-align:center; line-height:40px;}
.topgtt{ text-align:center; margin-bottom:80px;}
.topgtt h3{ font-size:42px; color:#404040; font-weight:normal;}
.topgtt p{ font-size:18px; color:#808080; font-weight:normal;}
.gallerymain{ display:flex; gap:80px;}
.topgalley{ width:80%;}
.gallerynr{ width:20%;}
.zxnr{ line-height:40px; text-align:center; padding:50px 0; padding-top:0px; color:#808080;}
.gallerynr dd{ margin-bottom:15px; color:#404040;}
.gallerynr dt{ font-weight:bold; color:#808080;}
hr{ border:0px; border-top:1px solid #e8e8e1;}
.galltitle p{ margin-top:15px;}
.cta-link1::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}


.portfolio-filter {
    margin-top: 50px;
    margin-bottom: 20px;
}

.portfolio-filter a {
    display: inline-block;
    margin: 0 6px 6px 6px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 12px 7px 12px;
    cursor: pointer;
    line-height: 1em;
    letter-spacing: 1px;
    transition: all .4s ease-in-out;
    color: #333;
    border-radius: 3px;
    font-weight: 500;
}

.portfolio-filter a:hover {
    color: #222;
}

.portfolio-filter a.current {
    background-color: rgba(85, 110, 230, 0.25);
    color: #556ee6;
}
.col-lg-6{ padding:0 15px;}

.portfolio-box {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.portfolio-box .portfolio-box-img {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.portfolio-box .portfolio-box-img:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-box-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
	width:100%;
}

.portfolio-box .portfolio-box-detail {
	margin-top:15px; text-align:center;
   
}

.portfolio-box .portfolio-box-detail h4 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
	text-align:center;
	color:#FFF;
}

.portfolio-box .portfolio-box-detail p {
    margin-bottom: 0;
    color: #565f75;
    font-size: 28px;
    font-weight: 500;
}



.portfolio-box:hover .portfolio-box-img:after {
    background: rgba(255, 255, 255, 0.2);
}

.portfolio-box:hover .portfolio-box-img > img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.cta-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.slider-navigation {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
}

.slider-prev, .slider-next {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-prev {
  background-image: url('../images/arrow-left.png');
}

.slider-next {
  background-image: url('../images/arrow-right.png');
}

/* 特色部分 */
.feature-section {
  display: flex;
  margin-bottom:50px;
}

.prl0{ padding-left:0px!important;}
.feature-image {
  flex: 1.5;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-content {
  flex:.5;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-content h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: normal;
}

.feature-content p {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size:16px;
  color:#808080;
}

/* 推广网格 */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 20px;
  padding: 2rem;
}

.promo-item {
  position: relative;
  overflow: hidden;
  width:50%;
}

.promo-item.large {
  grid-column: span 3;
  grid-row: span 1;
}

.promo-item.vertical {
  grid-row: span 2;
}

.promo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.promo-item:hover img {
  transform: scale(1.05);
}

.promo-item h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight: normal;
  z-index: 2;
}

.promo-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner video{ width:100%;}
 ::-webkit-media-controls {
    display: none !important;
  }
/* 页脚样式 */
footer {
 
  padding: 4rem 0rem 2rem;
  border-top: 1px solid rgba(73, 63, 36, 0.1);
  max-width:1366px;
  margin:0 auto;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.compliance, .social-links, .contact-info, .press-info {
  line-height: 1.8;
}

.policy-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.instagram {
  background-image: url('../images/icon-instagram.png');
}

.facebook {
  background-image: url('../images/icon-facebook.png');
}

.contact-info h3, .press-info h3 {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 1rem;
}

.copyright {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(73, 63, 36, 0.1);
  font-size: 0.8rem;
}

.copyright .policy-links {
  justify-content: center;
}

/* 桌面版搜索样式 */
.search-overlay {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background:#404040;
  box-shadow: -2px 0 15px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 1000;
}

.search-overlay.active {
  right: 0;
}

.search-container {
  padding: 20px;
  position: relative;
}

.close-search {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 34px;
  background: none;
  border: none;
  cursor: pointer;
  color:#FFF;
}

.search-input-group {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.search-icon {
  margin-right: 10px;
}

.search-input-group input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
}

.search-input-group button {
  margin-left: 10px;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}

/*教育*/
.viedlist{ margin-bottom:80px;}
.viedlist h3{ font-size:36px; text-align:center; margin:80px 0; text-transform:uppercase; color:#404040; font-weight:normal;}
.viedlist ul{ display:flex; gap:30px;}
.viedlist ul li{ text-align:center; font-size:20px; color:#404040;}
.viedlist ul li img{ max-width:100%;}
.viedlist ul li p{ margin-top:20px;}

.mobile-header,.mobile-menu-overlay,.mobile-search-box{ display:none;}
.desktop-header{ display:flex; width:100%;}
/* 添加桌面版下拉箭头样式 */
.has-dropdown .dropdown-arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s;
}
.has-dropdown .dropdown-arrow img{ width:10px;}
/* 悬停时显示下拉菜单 */
.has-dropdown:hover .dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.has-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* 原有.dropdown样式修改 */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

/* 移动版样式 */
@media (max-width: 768px) {
  .main-navigation,
  .icon-search {
    display: none;
  }
  .mobile-menu-overlay{ display:block;}
.pclogo{ display:none;}
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;

	width:100%;
  }

  .mobile-controls {
    display: flex;
    gap: 20px;
  }

  .hamburger,
  .mobile-search {
    font-size: 30px;
    background: none;
    border: none;
    color: #979797;
  }
  main{ padding:1rem;}
  .syhd,.tjnews{ display:block;}
  
  .slide-image,.newstt{ width:100%;}
  .newstt{ height:58vw;}
  .newstt a{ font-size:1.5rem;}
  .mobile-controls img{ display:inline-flex;}

 /* 添加以下CSS到styles.css */
/* 移动菜单样式 */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s;
  z-index: 1000;
}

.mobile-menu-overlay.active {
  left: 0;
}

.mobile-menu {
  width: 80%;
  height: 100%;
  background: #fff;
  position: relative;
  padding: 40px 20px 20px;
}

.mobile-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-nav .menu-item {
  border-bottom: 1px solid #eee;
}

.mobile-nav .menu-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

.mobile-nav .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
  padding-left: 15px;
}
.mobile-nav .submenu li{ font-size:1rem; line-height:2.5rem;}

.mobile-nav .submenu.active {
  max-height: 1000px;
}
.viedlist ul{ display:block;}
.viedlist ul li{ margin-bottom:2rem;}
.feature-content{ margin-top:3rem;}


.arrow-icon {
  font-size: 16px;
  transition: transform 0.3s;
  padding: 0 10px;
}
.arrow-icon img{ width:1rem;}

.arrow-icon.active {
  transform: rotate(90deg);
}
  /* 移动搜索框 */
  .mobile-search-box {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1001;
	
  }
  
  .mobile-search-form{ display:flex;}
  .mobile-search-form input{ border:none; border-bottom:1px #CCC solid;}
  .mobile-search-box form button{margin-left: 10px;
    padding: 10px 10px;
    background:#333;
    color: white;
    border: none;
    cursor: pointer;}
	
	/* 添加移动搜索样式 */
.mobile-search-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 1001;
  transition: all 0.3s;
}

.mobile-search-overlay.active {
  left: 0;
}

.mobile-search-box {
  padding: 20px;
  position: relative;
  padding-top: 60px;
  display:block;
}

.mobile-search-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-search-form {
  display: flex;
  gap: 10px;
}

.search-input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.search-submit {
  padding: 12px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
}
/* 响应式设计 */
@media (max-width: 1200px) {
  .slide, .feature-section {
    flex-direction: column;
  }

  .promo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .promo-item.large {
    grid-column: span 2;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
	
  header {
    flex-direction: column;
    padding: 1rem;
	width:100%;
  }

  .main-navigation ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .slider-content h1 {
    padding: 2rem 5%;
    font-size: 2.5rem;
  }
  .cptt{ margin:2rem 0;}
  .products{ display:block;}
  .proleft{ width:100%;}
.tags--vertical {
  display: flex;
  flex-wrap: nowrap; /* 禁止换行 */
  overflow-x: auto;  /* 横向滚动 */
  -webkit-overflow-scrolling: touch; /* 滚动回弹效果 */
  padding: 8px 0;   /* 留出滚动空间 */
  white-space: nowrap; /* 防止内部元素换行 */
  
  /* 隐藏滚动条（可选） */
  scrollbar-width: none; /* Firefox */
  &::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
  
  > li {
    flex: 0 0 auto; /* 保持原始宽度 */
    margin: 0 0px;  /* 间距 */
    
    a {
      display: inline-block;
      padding: 6px 12px;
      /* 其他样式... */
    }
  }
}
.tags a{ font-size:1rem;}
.proright{ width:100%;}
.product-list{ display:block; overflow:hidden; width:100%;}
.product-item{ width:50%; float:left; padding:0 .5rem; box-sizing: border-box;}
.product-item:nth-child(2n){ margin-right:0px;}
.product-title{ font-size:.8rem;}
.viedlist h3{ font-size:2.5rem;}
.topgtt{ margin-bottom:3rem;}
.topgalley{ width:100%;}
.gallerymain{ display:block;}
.flippy{ display:inline-table;}
.gallerynr{ display:none;}
.gallery .product-item{ width:100%;}
.col-lg-6{ max-width:100%!important;}
.portfolio-box .portfolio-box-detail p{ font-size:1rem;}
  .slide-text, .feature-content {
    padding: 0rem;
  }
  .slide-text h2,.feature-content h2{ font-size:2.6rem; text-align:center;}
  .newsboxleft{ height:auto;}
.newsbox{ gap:1rem; display:block;}
.promo-item h3{ font-size:1rem; left:0px; bottom:1rem; text-align:center; width:100%;}
.newsboxright{ display:none;}
.newsboxleft{ width:100%;}
footer{ padding:1rem; max-width:100%;}
.compliance{ display:none;}
  .promo-grid {
    grid-template-columns: 1fr;
  }

  .promo-item.large {
    grid-column: span 1;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }
}


