@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  scroll-behavior: smooth;
  background-color: #FAFAF5;
  color: #333333;
}

p {
  line-height: 1.75;
}

a {
  color: #D4AF37;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: rgb(177.7777777778, 144.8888888889, 38.2222222222);
  text-decoration: none;
}

.text-primary {
  color: #D4AF37 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page-section {
  padding: 100px 0;
  position: relative;
}
.page-section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.page-section h2.section-heading::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, #F5D061 0%, #E6C260 100%);
  border-radius: 2px;
}
.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  color: #868e96;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
::-moz-selection {
  background: #D4AF37;
  text-shadow: none;
}

::selection {
  background: #D4AF37;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn:hover::before {
  width: 300px;
  height: 300px;
}
.btn span {
  position: relative;
  z-index: 1;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
  box-shadow: 0 4px 15px rgba(245, 208, 97, 0.4);
}
.btn-xl:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 194, 96, 0.6);
}
.btn-xl:active {
  transform: translateY(0);
}

.btn-primary {
  background: linear-gradient(135deg, #F5D061 0%, #E6C260 100%);
  border: none;
  color: white;
  position: relative;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: linear-gradient(135deg, #E6C260 0%, #F5D061 100%) !important;
  color: white !important;
  border: none !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 194, 96, 0.5);
}
.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 208, 97, 0.5) !important;
}

.btn-secondary {
  background: white;
  border: 2px solid #F5D061;
  color: #F5D061;
  position: relative;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background: #F5D061 !important;
  color: white !important;
  border: 2px solid #F5D061 !important;
}

#mainNav {
  background-color: rgba(29, 29, 31, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background: linear-gradient(135deg, #D4AF37 0%, #E5C158 100%);
  border-radius: 5px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transition: all 0.3s ease;
}
#mainNav .navbar-toggler:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
}
#mainNav .navbar-brand {
  color: #D4AF37;
  font-size: 1.25em;
  font-family: "Kaushan Script", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#mainNav .navbar-brand::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #D4AF37 0%, #E5C158 100%);
  transition: width 0.3s ease;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: rgb(221.024691358, 191.7901234568, 96.975308642);
  transform: translateY(-2px);
}
#mainNav .navbar-brand.active::after, #mainNav .navbar-brand:active::after, #mainNav .navbar-brand:focus::after, #mainNav .navbar-brand:hover::after {
  width: 100%;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 500;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
  transition: all 0.3s ease;
}
#mainNav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #E5C158 0%, #D4AF37 100%);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #D4AF37;
  transform: translateY(-2px);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}
#mainNav .navbar-nav .nav-item .nav-link.active::after, #mainNav .navbar-nav .nav-item .nav-link:hover::after {
  width: 80%;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background-color: transparent;
    transition: all 0.4s ease;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.navbar-shrink {
    padding: 10px 30px;
    top: 20px;
    width: 90%;
    left: 5%;
    right: 5%;
    border-radius: 50px;
    background-color: rgba(29, 29, 31, 0.8);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 8px 0;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.95);
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.active, #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #D4AF37;
  }
}
.experience-strip {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  color: #f8fafc;
  background: radial-gradient(circle at 14% 10%, rgba(212, 175, 55, 0.14), transparent 34%), linear-gradient(145deg, #111318 0%, #090a0d 100%);
}
.experience-strip::after {
  position: absolute;
  right: -160px;
  bottom: -220px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.experience-heading {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-bottom: 36px;
}
.experience-heading h2 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.045em;
}
.experience-heading p {
  margin: 0;
  color: #9ca3af;
  font-size: 1rem;
}

.experience-eyebrow {
  color: #e7c96b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.experience-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.experience-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 218px;
  padding: 28px;
  overflow: hidden;
  color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.experience-card:hover, .experience-card:focus-visible {
  color: #111827;
  text-decoration: none;
  border-color: rgba(231, 201, 107, 0.7);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.32);
  transform: translateY(-5px);
}
.experience-card:focus-visible {
  outline: 3px solid rgba(231, 201, 107, 0.4);
  outline-offset: 4px;
}

.experience-logo-stage {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding: 12px 20px;
  border-radius: 16px;
  background: #fff;
}
.experience-logo-stage img {
  display: block;
  max-width: min(100%, 390px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.experience-card-meta {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}
.experience-card-meta strong {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.experience-role {
  padding: 5px 10px;
  color: #705a16;
  border-radius: 999px;
  background: #f6edcd;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.experience-arrow {
  align-self: center;
  color: #8b7355;
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.experience-card:hover .experience-arrow {
  transform: translate(2px, -2px);
}

#scrolling-clients {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
#scrolling-clients .experience-card {
  flex: 0 0 min(520px, 88vw);
}

@media (max-width: 767px) {
  .experience-strip {
    padding: 68px 0 74px;
  }
  .experience-heading {
    margin-bottom: 26px;
  }
  .experience-logo-grid {
    grid-template-columns: 1fr;
  }
  .experience-card {
    min-height: 196px;
    padding: 22px;
    border-radius: 20px;
  }
  .experience-logo-stage {
    height: 100px;
    padding: 10px 14px;
  }
}
header.masthead {
  text-align: left;
  color: white;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%), url("../img/header-tech.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
}
header.masthead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, rgba(212, 175, 55, 0.15), transparent 70%);
  z-index: 1;
}
header.masthead::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 50%, black 150%), linear-gradient(to bottom, transparent 80%, #1D1D1F 100%);
  z-index: 1;
  pointer-events: none;
}
header.masthead .container {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-left: none;
}
header.masthead .intro-text {
  padding-top: 0;
  padding-bottom: 0;
  animation: slideRight 1.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
header.masthead .intro-text .intro-lead-in {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Outfit", "PingFang SC", "Microsoft YaHei", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
header.masthead .intro-text .intro-lead-in::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #D4AF37;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}
header.masthead .intro-text .intro-heading {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  color: white;
  text-transform: uppercase;
  font-family: "Outfit", "PingFang SC", "Microsoft YaHei", sans-serif;
  letter-spacing: -1px;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  background: none;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: white;
}
header.masthead .intro-text .intro-heading span {
  color: white;
  -webkit-text-fill-color: white;
}
header.masthead .intro-text .btn-xl {
  border-radius: 5px;
  padding: 18px 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
header.masthead .intro-text .btn-xl:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  color: #1D1D1F;
  background: white;
  border-color: white;
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-50px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
@media (min-width: 768px) {
  header.masthead {
    text-align: left;
  }
  header.masthead .container {
    padding-left: 5vw;
    text-align: left;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 30px;
    margin-bottom: 30px;
  }
  header.masthead .intro-text .intro-lead-in::after {
    width: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 100px;
    line-height: 1.1;
    margin-bottom: 40px;
  }
}
#services {
  background-color: #1D1D1F;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#services .section-heading {
  color: white;
}
#services .section-subheading {
  color: #adb5bd;
}
#services .col-md-4 {
  padding: 40px 30px;
  margin-bottom: 40px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 1;
}
#services .col-md-4:hover {
  transform: translateY(-15px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
#services .col-md-4:hover .fa-stack {
  transform: rotateY(360deg) scale(1.1);
}
#services .col-md-4:hover .fa-stack .fa-circle {
  color: #D4AF37 !important;
}
#services .col-md-4:hover .fa-stack .fa-inverse {
  color: #1D1D1F !important;
}
#services .col-md-4:hover .service-heading {
  color: white;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}
#services .fa-stack {
  transition: all 0.6s ease;
  margin-bottom: 30px;
  display: inline-block;
}
#services .fa-stack .fa-circle {
  color: rgba(255, 255, 255, 0.1) !important;
  transition: all 0.4s ease;
}
#services .fa-stack .fa-inverse {
  color: #D4AF37 !important;
}

@media (max-width: 767px) {
  #services .col-md-4 {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  #services .fa-stack {
    margin-bottom: 20px;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
  color: white;
  font-weight: 600;
  transition: color 0.3s ease;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.5px;
}

#portfolio {
  background-color: #1D1D1F;
  padding-bottom: 50px;
}
#portfolio .section-heading {
  color: white;
}
#portfolio .section-subheading {
  color: #adb5bd;
}
#portfolio .portfolio-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: 300px;
  gap: 30px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  #portfolio .portfolio-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  #portfolio .portfolio-grid-container .portfolio-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }
  #portfolio .portfolio-grid-container .portfolio-item:nth-child(1) .portfolio-link {
    height: 100%;
  }
  #portfolio .portfolio-grid-container .portfolio-item:nth-child(1) img {
    height: 100%;
    object-fit: cover;
  }
  #portfolio .portfolio-grid-container .portfolio-item:nth-child(4) {
    grid-column: span 2;
  }
  #portfolio .portfolio-grid-container .portfolio-item:nth-child(5) {
    grid-row: span 2;
  }
  #portfolio .portfolio-grid-container .portfolio-item:nth-child(5) .portfolio-link {
    height: 100%;
  }
  #portfolio .portfolio-grid-container .portfolio-item:nth-child(5) img {
    height: 100%;
    object-fit: cover;
  }
}
#portfolio .portfolio-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}
#portfolio .portfolio-item:nth-child(1) {
  animation-delay: 0.1s;
}
#portfolio .portfolio-item:nth-child(2) {
  animation-delay: 0.2s;
}
#portfolio .portfolio-item:nth-child(3) {
  animation-delay: 0.3s;
}
#portfolio .portfolio-item:nth-child(4) {
  animation-delay: 0.4s;
}
#portfolio .portfolio-item:nth-child(5) {
  animation-delay: 0.5s;
}
#portfolio .portfolio-item:nth-child(6) {
  animation-delay: 0.6s;
}
#portfolio .portfolio-item:nth-child(7) {
  animation-delay: 0.7s;
}
#portfolio .portfolio-item:nth-child(8) {
  animation-delay: 0.8s;
}
#portfolio .portfolio-item:nth-child(9) {
  animation-delay: 0.9s;
}
#portfolio .portfolio-item:nth-child(10) {
  animation-delay: 1s;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(29, 29, 31, 0.85);
  backdrop-filter: blur(4px);
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  color: white;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
  color: #D4AF37;
  font-size: 40px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  margin-top: 15px;
}
#portfolio .portfolio-item .portfolio-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover .portfolio-hover-content {
  transform: translateY(0);
}
#portfolio .portfolio-item .portfolio-link:hover img {
  transform: scale(1.1);
}
#portfolio .portfolio-item .portfolio-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: white;
}
#portfolio .portfolio-item .portfolio-caption p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #ced4da;
}
#portfolio .portfolio-item:hover .portfolio-caption {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-index-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 1.7rem;
  color: #8b98aa;
  font-size: 0.76rem;
}
.portfolio-index-meta strong {
  color: #fff;
}
.portfolio-index-meta .meta-divider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #516075;
}

.portfolio-image-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #1b2639, #0b0f16);
  font: 800 4rem/1 "Outfit", sans-serif;
}

.portfolio-explore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 34px 20px 0;
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}
.portfolio-explore p {
  margin: 0;
  color: #8f9daf;
  font-size: 0.85rem;
}
.portfolio-explore .portfolio-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

@media (max-width: 680px) {
  .portfolio-index-meta {
    align-items: flex-start;
    padding: 0 12px;
    text-align: center;
  }
  .portfolio-explore {
    align-items: stretch;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
  .portfolio-explore-btn {
    justify-content: center;
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content button {
  cursor: pointer;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}
.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.project-detail-state {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 320px;
  padding: 96px 24px;
  color: #526158;
  text-align: center;
}
.project-detail-state strong {
  color: #1e3a24;
  font-size: 1.05rem;
}
.project-detail-state p {
  max-width: 460px;
  margin: 0 !important;
  font-size: 0.86rem;
}

.project-detail-spinner {
  width: 42px;
  height: 42px;
  border: 4px solid #dce8df;
  border-top-color: #2f7d46;
  border-radius: 50%;
  animation: project-detail-spin 0.8s linear infinite;
}

.project-detail-error {
  color: #7a4b3d;
}

.project-detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

@keyframes project-detail-spin {
  to {
    transform: rotate(360deg);
  }
}
.project-modal-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 42px;
  align-items: start;
  margin-bottom: 22px;
  text-align: left;
}
.project-modal-header .project-modal-title h2 {
  margin-top: 12px;
  text-transform: none !important;
  letter-spacing: -0.04em;
}
.project-modal-header .project-modal-title .item-intro {
  margin-bottom: 0;
}

.project-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.project-modal-tags span {
  padding: 5px 9px;
  border-radius: 99px;
  color: #456052;
  background: #edf5ef;
  font-size: 0.66rem;
  font-weight: 700;
}

.project-score-panel {
  padding: 18px;
  border: 1px solid #e6ebe7;
  border-radius: 18px;
  background: linear-gradient(145deg, #fbfdfb, #f4f7f4);
  box-shadow: 0 16px 44px rgba(26, 53, 35, 0.08);
}

.project-score-summary {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}
.project-score-summary .score-panel-label {
  display: block;
  color: #85928a;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.project-score-summary b {
  color: #1f3828;
  font-size: 0.82rem;
}

.score-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 50%;
  background: conic-gradient(#2f7d46 calc(var(--score) * 1%), #dfe7e1 0);
}
.score-ring::after {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  content: "";
  background: #f9fbf9;
}
.score-ring strong, .score-ring span {
  position: relative;
  z-index: 1;
}
.score-ring strong {
  align-self: end;
  color: #1e3a24;
  font-size: 1rem;
  line-height: 1;
}
.score-ring span {
  align-self: start;
  margin-top: -6px;
  color: #89958c;
  font-size: 0.48rem;
}

.score-dimensions {
  display: grid;
  gap: 7px;
}

.score-dimension > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  color: #718078;
  font-size: 0.62rem;
}
.score-dimension > div:first-child b {
  color: #31493a;
}
.score-dimension .score-dimension-track {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #dfe7e1;
}
.score-dimension .score-dimension-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3f8c55, #88b89a);
}

.project-score-review {
  margin: 0 0 34px;
  padding: 15px 18px;
  border: 0;
  border-left: 3px solid #7aa58a;
  border-radius: 0 10px 10px 0;
  background: #f6f8f6;
  text-align: left;
}
.project-score-review p {
  margin: 0 0 7px !important;
  color: #536159;
  font-size: 0.8rem;
  line-height: 1.65;
}
.project-score-review footer {
  color: #849089;
  font-size: 0.65rem;
  text-align: right;
}

.project-embed-frame {
  width: 100%;
  overflow: hidden;
}
.project-embed-frame iframe {
  width: 100%;
  height: 700px;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.project-hero-image {
  max-height: 680px;
  border-radius: 14px;
  object-fit: contain;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.1);
}

.project-content {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  color: #354039;
  font-size: 0.98rem;
  line-height: 1.85;
}
.project-content > p,
.project-content > ul,
.project-content > ol {
  margin-bottom: 1.25rem;
}
.project-content h2 {
  margin: 3rem 0 1.1rem;
  padding-bottom: 0.72rem;
  color: #17251d;
  border-bottom: 1px solid #e3e9e4;
  font-size: 1.55rem;
  letter-spacing: -0.025em;
}
.project-content h3 {
  margin: 2rem 0 0.8rem;
  color: #244331;
  font-size: 1.08rem;
}
.project-content li {
  margin-bottom: 0.52rem;
}
.project-content > blockquote:first-child {
  margin: 0 0 2rem;
  padding: 16px 18px;
  color: #657169;
  border: 1px solid #e3e9e4;
  border-left: 4px solid #7fa78d;
  border-radius: 0 12px 12px 0;
  background: #f7f9f7;
}
.project-content > blockquote:first-child p {
  margin: 0;
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 1.35rem 0 2.25rem;
}

.project-fact {
  min-height: 116px;
  padding: 17px;
  border: 1px solid #e2e9e4;
  border-radius: 16px;
  background: linear-gradient(145deg, #fbfcfb, #f3f7f4);
}
.project-fact span {
  display: block;
  margin-bottom: 9px;
  color: #87938b;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.project-fact strong {
  display: block;
  color: #203a2a;
  font-size: 0.94rem;
  line-height: 1.45;
}

.project-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 1.25rem 0 2rem;
  padding: 0;
  counter-reset: project-step;
}
.project-flow li {
  position: relative;
  min-height: 132px;
  margin: 0;
  padding: 48px 18px 17px;
  list-style: none;
  border: 1px solid #e3e9e4;
  border-radius: 16px;
  background: #fff;
  counter-increment: project-step;
}
.project-flow li::before {
  position: absolute;
  top: 16px;
  left: 18px;
  color: #8d762b;
  content: "0" counter(project-step);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.project-outcome {
  margin: 1.6rem 0 2rem;
  padding: 22px 24px;
  color: #eaf2ec;
  border-radius: 18px;
  background: linear-gradient(135deg, #203a2a, #14251b);
  box-shadow: 0 18px 45px rgba(25, 57, 37, 0.16);
}
.project-outcome strong {
  color: #f0d777;
}
.project-outcome p:last-child,
.project-outcome ul:last-child {
  margin-bottom: 0;
}

.project-sticker-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 1.4rem 0 2.1rem;
}
.project-sticker-gallery figure {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 250px;
  margin: 0;
  padding: 20px 20px 44px;
  overflow: hidden;
  border: 1px solid #e2d7c6;
  border-radius: 18px;
  background: #fbf6eb;
}
.project-sticker-gallery img {
  width: 100%;
  max-width: 210px;
  max-height: 190px;
  margin: 0 !important;
  object-fit: contain;
}
.project-sticker-gallery figcaption {
  position: absolute;
  right: 16px;
  bottom: 13px;
  left: 16px;
  color: #7a6e5b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.study-map-sticker-proof {
  display: grid;
  grid-template-columns: repeat(3, 96px) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 1.25rem 0 2rem;
  padding: 16px;
  border: 1px solid #e0e8e2;
  border-radius: 18px;
  background: #f5f8f5;
}
.study-map-sticker-proof img {
  width: 96px;
  height: 96px;
  margin: 0 !important;
  object-fit: contain;
}
.study-map-sticker-proof p {
  margin: 0 !important;
  color: #5f6d64;
  font-size: 0.86rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .project-modal-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .project-score-panel {
    max-width: none;
  }
  .project-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-flow {
    grid-template-columns: 1fr;
  }
  .project-sticker-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .study-map-sticker-proof {
    grid-template-columns: repeat(3, 80px);
    justify-content: center;
  }
  .study-map-sticker-proof img {
    width: 80px;
    height: 80px;
  }
  .study-map-sticker-proof p {
    grid-column: 1/-1;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .portfolio-modal .modal-content {
    padding: 76px 0 64px;
  }
  .portfolio-modal .modal-content h2 {
    font-size: 2.15rem;
  }
  .project-facts {
    grid-template-columns: 1fr;
  }
  .project-fact {
    min-height: 0;
  }
  .project-sticker-gallery {
    grid-template-columns: 1fr;
  }
}
/* —— 精选卡片抖音提示（v2026.8.24）—— */
.caption-douyin {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 0.35rem;
  padding: 2px 10px;
  border-radius: 99px;
  background: rgba(37, 244, 238, 0.14);
  border: 1px solid rgba(37, 244, 238, 0.5);
  color: #0fbfc7;
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
}
.caption-douyin:hover {
  background: rgba(37, 244, 238, 0.3);
  color: #0a9aa1;
  text-decoration: none;
}

.project-explorer {
  margin: 0 calc(50% - 50vw);
  padding: 70px max(24px, (100vw - 1180px) / 2) 110px;
  min-height: 100vh;
  color: #eef2f7;
  background: radial-gradient(circle at 85% 4%, rgba(96, 165, 250, 0.15), transparent 30rem), radial-gradient(circle at 4% 32%, rgba(192, 132, 252, 0.1), transparent 28rem), #080b12;
}

.project-explorer-hero {
  max-width: 780px;
  margin-bottom: 44px;
}
.project-explorer-hero .project-back-link {
  display: block;
  margin-bottom: 58px;
  color: #93a3b8;
  font-size: 0.82rem;
  font-weight: 700;
}
.project-explorer-hero .project-back-link:hover {
  color: #fff;
}
.project-explorer-hero .project-back-link i {
  margin-right: 8px;
}
.project-explorer-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font: 800 clamp(2.25rem, 5vw, 4.8rem)/0.98 "Outfit", sans-serif;
  letter-spacing: -0.055em;
}
.project-explorer-hero p {
  max-width: 650px;
  margin: 0;
  color: #93a3b8;
  font-size: 1rem;
  line-height: 1.75;
}

.project-explorer-panel {
  margin-bottom: 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.project-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-bottom: 22px;
}

.project-search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #0c111c;
}
.project-search-box i {
  color: #697a91;
}
.project-search-box input {
  width: 100%;
  height: 48px;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: 0.92rem;
}
.project-search-box kbd {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #76869b;
  background: rgba(255, 255, 255, 0.04);
}
.project-search-box:focus-within {
  border-color: #60a5fa;
  box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.11);
}

.project-sort-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: #0c111c;
}
.project-sort-box span {
  color: #718198;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.project-sort-box select {
  height: 48px;
  border: 0;
  outline: 0;
  color: #e5edf7;
  background: transparent;
  font-size: 0.82rem;
}

.project-filter-group {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 12px;
}

.filter-label {
  padding-top: 7px;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-height: 86px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.project-filter-list button {
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #8fa0b7;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.72rem;
  cursor: pointer;
  transition: 0.22s ease;
}
.project-filter-list button:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}
.project-filter-list button.is-active {
  color: #07101d;
  border-color: #93c5fd;
  background: #93c5fd;
  font-weight: 800;
}

.project-results-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.project-results-toolbar p {
  margin: 0;
  color: #7e8ea4;
  font-size: 0.78rem;
}
.project-results-toolbar button {
  border: 0;
  color: #9db8db;
  background: transparent;
  font-size: 0.76rem;
  cursor: pointer;
}

.project-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.project-index-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 20px;
  background: #0e1420;
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.project-index-card[hidden] {
  display: none;
}
.project-index-card:hover {
  border-color: rgba(147, 197, 253, 0.44);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  transform: translateY(-5px);
}

.project-index-card-link {
  display: block;
  height: 100%;
  color: inherit;
}
.project-index-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.project-index-cover {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: linear-gradient(135deg, #162033, #0a0f18);
}
.project-index-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.project-index-cover::after {
  position: absolute;
  inset: 48% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(8, 11, 18, 0.88));
}
.project-index-card:hover .project-index-cover img {
  transform: scale(1.04);
}

.project-index-fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: rgba(255, 255, 255, 0.2);
  font: 800 4rem/1 "Outfit", sans-serif;
}

.project-index-category, .project-index-score {
  position: absolute;
  z-index: 2;
  top: 14px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 11, 18, 0.72);
  backdrop-filter: blur(12px);
  font-size: 0.65rem;
  font-weight: 800;
}

.project-index-category {
  left: 14px;
}

.project-index-score {
  right: 14px;
}

.project-index-body {
  padding: 19px 20px 21px;
}
.project-index-body time {
  color: #62738a;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.project-index-body h2 {
  margin: 7px 0 7px;
  color: #f8fafc;
  font: 700 1.05rem/1.3 "Outfit", sans-serif;
  text-transform: none;
  letter-spacing: -0.015em;
}
.project-index-body p {
  display: -webkit-box;
  min-height: 2.7em;
  margin: 0 0 15px;
  overflow: hidden;
  color: #8796aa;
  font-size: 0.78rem;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-index-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.project-index-tags span {
  padding: 4px 7px;
  border-radius: 6px;
  color: #7890ac;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.62rem;
}

.project-empty-state {
  padding: 90px 20px;
  text-align: center;
  color: #718198;
}
.project-empty-state span {
  font-size: 3rem;
}
.project-empty-state h2 {
  margin: 10px 0;
  color: #d9e2ee;
  font-size: 1.25rem;
}
.project-empty-state p {
  margin: 0;
}

@media (max-width: 991px) {
  .project-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .project-explorer {
    padding-top: 42px;
  }
  .project-search-row {
    grid-template-columns: 1fr;
  }
  .project-sort-box {
    justify-content: space-between;
  }
  .project-filter-group {
    grid-template-columns: 1fr;
  }
  .filter-label {
    padding-top: 0;
  }
  .project-index-grid {
    grid-template-columns: 1fr;
  }
  .project-index-cover {
    height: 210px;
  }
}
/* —— 归档卡抖音角标（v2026.8.24）—— */
.project-index-card {
  position: relative;
}

.project-index-douyin {
  position: absolute;
  right: 10px;
  bottom: 118px;
  z-index: 5;
  padding: 3px 10px;
  border-radius: 99px;
  background: rgba(8, 11, 18, 0.88);
  border: 1px solid rgba(37, 244, 238, 0.55);
  color: #25F4EE;
  font-size: 0.68rem;
  font-weight: 700;
  text-decoration: none;
}
.project-index-douyin:hover {
  background: #25F4EE;
  color: #06282a;
  text-decoration: none;
}

.sticker-showcase {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  color: #1d2d23;
  background: #f7f0e3;
}
.sticker-showcase::before {
  position: absolute;
  top: -90px;
  right: -80px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(30, 58, 36, 0.12);
  border-radius: 50%;
  content: "";
}
.sticker-showcase .container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(520px, 1.2fr);
  gap: 64px;
  align-items: center;
}

.sticker-showcase-copy h2 {
  margin: 12px 0 18px;
  color: #1e3a24;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.055em;
}
.sticker-showcase-copy p {
  margin: 0 0 25px;
  color: #66736a;
  line-height: 1.85;
}

.sticker-showcase-kicker {
  color: #9a7926;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.sticker-showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  color: #1e3a24;
  border-bottom: 1px solid rgba(30, 58, 36, 0.3);
  font-size: 0.82rem;
  font-weight: 800;
}
.sticker-showcase-link:hover, .sticker-showcase-link:focus-visible {
  color: #9a7926;
  text-decoration: none;
}

.sticker-showcase-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, 220px);
  gap: 14px;
}

.sticker-card {
  grid-column: span 2;
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 20px 16px 40px;
  overflow: hidden;
  border: 1px solid #dfd3c0;
  border-radius: 24px;
  background: rgba(255, 252, 246, 0.88);
  transition: transform 180ms ease, border-color 180ms ease;
}
.sticker-card:hover {
  border-color: #bd9e54;
  transform: translateY(-5px) rotate(-1deg);
}
.sticker-card img {
  width: 100%;
  max-width: 180px;
  max-height: 170px;
  object-fit: contain;
}
.sticker-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 16px;
  color: #7d6e58;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.sticker-card-featured {
  grid-column: span 4;
  grid-row: span 2;
}
.sticker-card-featured img {
  max-width: 370px;
  max-height: 360px;
}

@media (max-width: 991px) {
  .sticker-showcase .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .sticker-showcase {
    padding: 70px 0;
  }
  .sticker-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
  .sticker-card,
  .sticker-card-featured {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 180px;
  }
  .sticker-card-featured {
    grid-column: 1/-1;
    min-height: 280px;
  }
}
#timeline {
  position: relative;
  overflow: hidden;
  padding-bottom: 210px;
  color: #f8fafc;
  background: radial-gradient(circle at 14% 14%, rgba(85, 230, 170, 0.09), transparent 27rem), radial-gradient(circle at 87% 36%, rgba(96, 165, 250, 0.1), transparent 30rem), linear-gradient(180deg, #0c101a 0%, #080b12 58%, #070910 100%);
}
#timeline::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}
#timeline .container {
  position: relative;
  z-index: 1;
}
#timeline .section-heading {
  color: #fff;
  letter-spacing: -0.045em;
}
#timeline .section-subheading {
  color: #94a3b8 !important;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #8ea0bb;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.tree-container {
  position: relative;
  max-width: 1040px;
  margin: 150px auto 0;
  padding: 30px 0 12px;
  overflow: visible;
}

.tree-filters {
  position: absolute;
  z-index: 20;
  top: -58px;
  left: 50%;
  display: inline-flex;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(8, 11, 18, 0.76);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}
.tree-filters .filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #9aa7ba;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.tree-filters .filter-btn .filter-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}
.tree-filters .filter-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}
.tree-filters .filter-btn.school .filter-dot {
  color: #55e6aa;
}
.tree-filters .filter-btn.personal .filter-dot {
  color: #c084fc;
}
.tree-filters .filter-btn.team .filter-dot {
  color: #f6c453;
}
.tree-filters .filter-btn.work .filter-dot {
  color: #60a5fa;
}
.tree-filters .filter-btn.is-active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.tree-filter-hint {
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0;
  color: #64748b;
  font-size: 0.7rem;
  white-space: nowrap;
  transform: translateX(-50%);
}

.tree-crown-svg,
.tree-roots-svg {
  position: absolute;
  left: 50%;
  pointer-events: none;
  overflow: visible;
  transform: translateX(-50%);
}

.tree-crown-svg {
  top: -150px;
  width: 480px;
  height: 150px;
}

.tree-roots-svg {
  bottom: -158px;
  width: 480px;
  height: 170px;
}

.crown-path,
.root-path {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0.72;
  filter: url(#treeGlow);
}

.crown-orbit {
  fill: rgba(255, 255, 255, 0.018);
  stroke-width: 1;
  opacity: 0.68;
}

.crown-core {
  filter: url(#treeGlow);
}

.school.crown-path, .school.root-path, .school.crown-orbit {
  stroke: #55e6aa;
}
.school.crown-core {
  fill: #55e6aa;
}

.personal.crown-path, .personal.root-path, .personal.crown-orbit {
  stroke: #c084fc;
}
.personal.crown-core {
  fill: #c084fc;
}

.team.crown-path, .team.root-path, .team.crown-orbit {
  stroke: #f6c453;
}
.team.crown-core {
  fill: #f6c453;
}

.work.crown-path, .work.root-path, .work.crown-orbit {
  stroke: #60a5fa;
}
.work.crown-core {
  fill: #60a5fa;
}

.tree-trunk-bundle {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  gap: 3px;
  width: 24px;
  transform: translateX(-50%);
}
.tree-trunk-bundle .trunk-line {
  width: 3px;
  height: 100%;
  border-radius: 99px;
  opacity: 0.75;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.tree-trunk-bundle .trunk-line.school {
  background: #55e6aa;
  box-shadow: 0 0 12px rgba(85, 230, 170, 0.38);
}
.tree-trunk-bundle .trunk-line.personal {
  background: #c084fc;
  box-shadow: 0 0 12px rgba(192, 132, 252, 0.38);
}
.tree-trunk-bundle .trunk-line.team {
  background: #f6c453;
  box-shadow: 0 0 12px rgba(246, 196, 83, 0.38);
}
.tree-trunk-bundle .trunk-line.work {
  background: #60a5fa;
  box-shadow: 0 0 12px rgba(96, 165, 250, 0.38);
}

.tree-item {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 50%;
  min-height: 150px;
  padding: 18px 62px;
  box-sizing: border-box;
  opacity: 0;
  animation: fadeInUp 0.7s ease-out forwards;
  transition: min-height 0.38s ease, height 0.38s ease, padding 0.38s ease, opacity 0.28s ease, filter 0.28s ease;
}
.tree-item .tree-branch {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 0 8px currentColor;
  transition: width 0.35s ease, opacity 0.28s ease, transform 0.35s ease;
}
.tree-item .tree-branch::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  background: #080b12;
  box-shadow: 0 0 9px currentColor;
  transform: translateY(-50%);
}
.tree-item .branch-date {
  position: absolute;
  top: 50%;
  z-index: 2;
  padding: 4px 9px;
  border: 1px solid currentColor;
  border-radius: 99px;
  color: inherit;
  background: rgba(8, 11, 18, 0.92);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.tree-item .compressed-project-label {
  position: absolute;
  top: -19px;
  left: 50%;
  display: none;
  width: max-content;
  max-width: 220px;
  overflow: hidden;
  color: #718096;
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateX(-50%);
}
.tree-item.school-item {
  color: #55e6aa;
}
.tree-item.personal-item {
  color: #c084fc;
}
.tree-item.team-item {
  color: #f6c453;
}
.tree-item.work-item {
  color: #60a5fa;
}
.tree-item.left {
  left: 0;
  text-align: right;
  flex-direction: row-reverse;
}
.tree-item.left .tree-branch {
  right: 14px;
}
.tree-item.left .tree-branch::after {
  right: -4px;
}
.tree-item.left .branch-date {
  right: -14px;
  transform: translate(50%, -50%);
}
.tree-item.right {
  left: 50%;
  text-align: left;
}
.tree-item.right .tree-branch {
  left: 14px;
}
.tree-item.right .tree-branch::after {
  left: -4px;
}
.tree-item.right .branch-date {
  left: -14px;
  transform: translate(-50%, -50%);
}
.tree-item.is-collapsed {
  min-height: 12px;
  height: 12px;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0.32;
  filter: saturate(0.55) blur(0.25px);
  animation: none;
}
.tree-item.is-collapsed .tree-content {
  display: none;
}
.tree-item.is-collapsed .tree-branch {
  top: 50%;
  width: 18px;
  opacity: 0.72;
}
.tree-item.is-collapsed .branch-date {
  opacity: 0;
  pointer-events: none;
}
.tree-item.is-collapsed:hover {
  opacity: 0.75;
  filter: none;
}
.tree-item.is-collapsed:hover .compressed-project-label {
  display: block;
}

.tree-content {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 112px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  color: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}
.tree-content::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 18% 0%, currentColor, transparent 34%);
  transition: opacity 0.28s ease;
}
.tree-content:hover {
  border-color: currentColor;
  color: inherit;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  transform: translateY(-4px);
}
.tree-content:hover::before {
  opacity: 0.08;
}
.tree-content:hover .tree-img-wrapper img {
  transform: scale(1.06);
}

.tree-img-wrapper {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 4px rgba(8, 11, 18, 0.5);
}
.tree-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.tree-img-wrapper .tree-img-fallback {
  color: currentColor;
  font-size: 1.35rem;
  font-weight: 800;
}

.tree-text {
  flex: 1;
  min-width: 0;
  padding: 0 18px;
  color: #f8fafc;
}
.tree-text h4 {
  margin: 2px 0 4px;
  color: #fff;
  font: 700 1.02rem/1.25 "Outfit", sans-serif;
}
.tree-text p {
  margin: 0;
  color: #8b98ab;
  font-size: 0.78rem;
  line-height: 1.45;
}
.tree-text .project-tag {
  display: inline-block;
  margin: 0 0 3px;
  color: currentColor;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tree-container[data-active-filter]:not([data-active-filter=""]) .trunk-line {
  opacity: 0.12;
}
.tree-container[data-active-filter]:not([data-active-filter=""])[data-active-filter=school] .trunk-line.school, .tree-container[data-active-filter]:not([data-active-filter=""])[data-active-filter=personal] .trunk-line.personal, .tree-container[data-active-filter]:not([data-active-filter=""])[data-active-filter=team] .trunk-line.team, .tree-container[data-active-filter]:not([data-active-filter=""])[data-active-filter=work] .trunk-line.work {
  opacity: 1;
  filter: brightness(1.25);
}

@media (max-width: 768px) {
  #timeline {
    padding-bottom: 90px;
  }
  .tree-container {
    margin-top: 88px;
  }
  .tree-crown-svg, .tree-roots-svg {
    display: none;
  }
  .tree-filters {
    top: -76px;
    width: calc(100% - 24px);
    overflow-x: auto;
    justify-content: flex-start;
  }
  .tree-filter-hint {
    top: -24px;
    max-width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .tree-trunk-bundle {
    left: 25px;
  }
  .tree-item {
    width: 100%;
    min-height: 138px;
    padding: 14px 12px 14px 68px;
  }
  .tree-item.left, .tree-item.right {
    left: 0;
    text-align: left;
    flex-direction: row;
  }
  .tree-item.left .tree-branch, .tree-item.right .tree-branch {
    left: 25px;
    right: auto;
    width: 30px;
  }
  .tree-item.left .branch-date, .tree-item.right .branch-date {
    display: none;
  }
  .tree-item.is-collapsed {
    min-height: 10px;
    height: 10px;
    padding: 0 12px 0 68px;
  }
  .tree-content {
    min-height: 104px;
  }
  .tree-img-wrapper {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }
  .tree-text {
    padding: 0 12px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* —— 抖音介绍视频角标（v2026.8.24）—— */
.tree-douyin {
  position: absolute;
  top: 12px;
  right: 70px;
  z-index: 6;
  padding: 3px 10px;
  border-radius: 99px;
  background: rgba(8, 11, 18, 0.88);
  border: 1px solid rgba(37, 244, 238, 0.55);
  color: #25F4EE;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.tree-douyin:hover {
  background: #25F4EE;
  color: #06282a;
  text-decoration: none;
}

.tree-item.is-collapsed .tree-douyin {
  display: none;
}

#team {
  background-color: #0F0F11;
}
#team .section-heading {
  color: white;
}
#team .section-subheading {
  color: #ADB5BD;
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
  padding: 40px 20px;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.team-member:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  z-index: 10;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
.team-member:hover img {
  transform: scale(1.08) rotate(2deg);
  border-color: #D4AF37;
}
.team-member:hover h4 {
  color: white;
}
.team-member img {
  width: 230px;
  height: 230px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 35%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  transition: all 0.5s ease;
}
.team-member h4 {
  margin-top: 30px;
  margin-bottom: 5px;
  text-transform: none;
  color: white;
  font-weight: 800;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
  font-size: 1.5rem;
}
.team-member p {
  margin-top: 0;
  color: #ADB5BD;
  font-size: 15px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.team-member ul.social-buttons {
  margin-top: 25px;
}
.team-member ul.social-buttons li.list-inline-item a {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.team-member ul.social-buttons li.list-inline-item a:hover {
  background: white;
  color: #1D1D1F;
  transform: translateY(-5px) scale(1.1);
}

@media (min-width: 992px) {
  .team-member {
    margin-bottom: 50px;
    padding: 40px 20px;
  }
  .team-member img {
    width: 230px;
    height: 230px;
  }
  .team-member h4 {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .team-member:hover {
    transform: translateY(-15px);
  }
}
section#contact {
  background-color: #FAFAF5;
  background-image: linear-gradient(135deg, rgba(245, 208, 97, 0.1) 0%, rgba(230, 194, 96, 0.05) 100%), url("../img/contact-new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
section#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(250, 250, 245, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
  z-index: 1;
}
section#contact .container {
  position: relative;
  z-index: 2;
}
section#contact .section-heading {
  color: #F5D061;
}
section#contact .section-subheading {
  color: #333333 !important;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: white;
  color: #333333;
  transition: all 0.3s ease;
}
section#contact .form-group input:focus,
section#contact .form-group textarea:focus {
  background: white;
  border-color: #D4AF37;
  box-shadow: 0 0 0 0.2rem rgba(245, 208, 97, 0.25);
  transform: translateY(-2px);
}
section#contact .form-group input::placeholder,
section#contact .form-group textarea::placeholder {
  color: rgba(51, 51, 51, 0.6);
}
section#contact .form-group input.is-invalid,
section#contact .form-group textarea.is-invalid {
  border-color: #E86A6A;
}
section#contact .form-group input.is-invalid:focus,
section#contact .form-group textarea.is-invalid:focus {
  border-color: #E86A6A;
  box-shadow: 0 0 0 0.2rem rgba(232, 106, 106, 0.25);
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 248px;
  resize: vertical;
}
section#contact .form-group .invalid-feedback {
  color: #E86A6A;
  font-size: 14px;
  margin-top: 5px;
}
section#contact .form-control:focus {
  border-color: #D4AF37;
  box-shadow: 0 0 0 0.2rem rgba(245, 208, 97, 0.25);
}
section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: rgba(51, 51, 51, 0.6);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact :-moz-placeholder {
  font-weight: 700;
  color: rgba(51, 51, 51, 0.6);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact ::-moz-placeholder {
  font-weight: 700;
  color: rgba(51, 51, 51, 0.6);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: rgba(51, 51, 51, 0.6);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer {
  padding: 40px 0;
  text-align: center;
  background: linear-gradient(135deg, #FAFAF5 0%, #ffffff 100%);
  border-top: 1px solid rgba(245, 208, 97, 0.2);
}
.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  color: #333333;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer ul.quicklinks a {
  color: #333333;
  transition: all 0.3s ease;
}
.footer ul.quicklinks a:hover {
  color: #D4AF37;
  text-decoration: none;
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li {
  margin: 0 5px;
}
ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-radius: 50%;
  outline: none;
  background: linear-gradient(135deg, #E6C260 0%, #F5D061 100%);
  box-shadow: 0 2px 10px rgba(245, 208, 97, 0.3);
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background: linear-gradient(135deg, #F5D061 0%, #E6C260 100%);
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(230, 194, 96, 0.5);
}

/*# sourceMappingURL=agency.css.map */