@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/frame/icomoon.eot?52pkps");
  src: url("../fonts/frame/icomoon.eot?52pkps#iefix") format("embedded-opentype"), url("../fonts/frame/icomoon.ttf?52pkps") format("truetype"), url("../fonts/frame/icomoon.woff?52pkps") format("woff"), url("../fonts/frame/icomoon.svg?52pkps#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clear::before {
  content: "\e908";
}

.icon-share::before {
  content: "\e907";
}

.icon-clipboard::before {
  content: "\e9b8";
}

.icon-home3::before {
  content: "\e905";
}

.icon-file-empty::before {
  content: "\e924";
}

.icon-cart::before {
  content: "\e93a";
}

.icon-coin-dollar::before {
  content: "\e93b";
}

.icon-credit-card::before {
  content: "\e93f";
}

.icon-phone-hang-up::before {
  content: "\e943";
}

.icon-envelop::before {
  content: "\e945";
}

.icon-bubble::before {
  content: "\e96b";
}

.icon-user::before {
  content: "\e971";
}

.icon-spinner::before {
  content: "\e97a";
}

.icon-ctrl::before {
  content: "\ea50";
}

.icon-google::before {
  content: "\ea88";
}

.icon-google2::before {
  content: "\ea89";
}

.icon-google3::before {
  content: "\ea8a";
}

.icon-google-plus::before {
  content: "\ea8b";
}

.icon-google-plus2::before {
  content: "\ea8c";
}

.icon-google-plus3::before {
  content: "\ea8d";
}

.icon-google-drive::before {
  content: "\ea8f";
}

.icon-facebook::before {
  content: "\ea90";
}

.icon-facebook2::before {
  content: "\ea91";
}

.icon-instagram::before {
  content: "\ea92";
}

.icon-whatsapp::before {
  content: "\ea93";
}

.icon-telegram::before {
  content: "\ea95";
}

.icon-twitter::before {
  content: "\ea96";
}

.icon-vine::before {
  content: "\ea97";
}

.icon-vk::before {
  content: "\ea98";
}

.icon-sina-weibo::before {
  content: "\ea9a";
}

.icon-rss::before {
  content: "\ea9b";
}

.icon-youtube::before {
  content: "\ea9d";
}

.icon-vimeo::before {
  content: "\eaa0";
}

.icon-flickr::before {
  content: "\eaa3";
}

.icon-flickr2::before {
  content: "\eaa4";
}

.icon-dropbox::before {
  content: "\eaae";
}

.icon-onedrive::before {
  content: "\eaaf";
}

.icon-github::before {
  content: "\eab0";
}

.icon-tumblr::before {
  content: "\eab9";
}

.icon-yahoo::before {
  content: "\eabb";
}

.icon-appleinc::before {
  content: "\eabe";
}

.icon-android::before {
  content: "\eac0";
}

.icon-windows8::before {
  content: "\eac2";
}

.icon-linkedin2::before {
  content: "\eaca";
}

.icon-chrome::before {
  content: "\ead9";
}

.icon-firefox::before {
  content: "\eada";
}

.icon-IE::before {
  content: "\eadb";
}

.icon-edge::before {
  content: "\eadc";
}

.icon-safari::before {
  content: "\eadd";
}

.icon-opera::before {
  content: "\eade";
}

.icon-file-pdf::before {
  content: "\eadf";
}

.icon-enlarge2::before {
  content: "\e98b";
}

.icon-shrink2::before {
  content: "\e98c";
}

.icon-menu::before {
  content: "\e9bd";
}

.icon-plus::before {
  content: "\ea0a";
}

.icon-minus::before {
  content: "\ea0b";
}

.icon-openid::before {
  content: "\e90e";
}

.icon-form::before {
  content: "\e906";
}

.icon-arrow_b::before {
  content: "\e900";
}

.icon-arrow_l::before {
  content: "\e901";
}

.icon-arrow_r::before {
  content: "\e902";
}

.icon-arrow_t::before {
  content: "\e903";
}

.icon-line::before {
  content: "\e904";
  color: #fff;
}

.icon-envelope::before {
  content: "\e910";
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
  font-family: "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:lang(vi-vn) body {
  font-family: Segoe UI, "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

::-webkit-search-cancel-button {
  display: none;
}

.btn {
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background: #444;
  display: inline-block;
  cursor: pointer;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn.on-touch {
  color: #fff;
  background: #222;
  text-decoration: none;
}
.btn.btn-blue {
  background: #0D64CD;
}
.btn.btn-blue.on-touch {
  background: #033A7B;
}
.btn.btn-gray {
  background: #aaa;
}
.btn.btn-gray.on-touch {
  background: #888;
}
.btn.btn-green {
  background: #3C651C;
}
.btn.btn-green.on-touch {
  background: #2b4914;
}
.btn.btn-white {
  color: #676767;
  font-weight: bold;
  background: #fff;
}
.btn.btn-white.on-touch {
  color: #fff;
  background: #444;
}
.container-floating {
  display: block;
  position: fixed;
  bottom: 165px;
  right: 32px;
  z-index: 990;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container-floating.cfl-active {
  height: 200px;
}
.container-floating.cfl-active .nds {
  animation: bounce-nds 0.1s linear;
  -webkit-animation: bounce-nds 0.1s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.container-floating.cfl-active .nd3 {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.container-floating.cfl-active .nd4 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.container-floating.cfl-active .nd5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.container-floating.cfl-active2 {
  bottom: -300px;
}
@media (max-width: 768px) {
  .container-floating {
    bottom: 95px;
    right: 17px;
  }
}

#floating-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #db4437;
  position: absolute;
  bottom: 0px;
  right: 0;
  cursor: pointer;
}
#floating-button.is-active .ic-share {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-animation: is-rotate 0.3s linear;
  animation: is-rotate 0.3s linear;
}
#floating-button.is-active .ic-clear {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-animation: is-rotate 0.3s linear;
  animation: is-rotate 0.3s linear;
}

.ic-clear,
.ic-share {
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 46px;
  font-size: 21px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ic-share {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: is-rotate2 0.3s linear;
  animation: is-rotate2 0.3s linear;
}

.ic-clear {
  font-size: 16px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: is-rotate2 0.3s linear;
  animation: is-rotate2 0.3s linear;
}

.nds .ic-fb,
.nds .ic-line {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 42px;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 23px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: plus-out 0.3s linear;
  animation: plus-out 0.3s linear;
}
.nds .ic-line {
  font-size: 21px;
}

@-webkit-keyframes plus-out {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes plus-out {
  from {
    opacity: 0;
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes is-rotate {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes is-rotate {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes is-rotate2 {
  from {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes is-rotate2 {
  from {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounce-out-nds {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.nds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  z-index: 300;
  -webkit-transform: scale(0);
  transform: scale(0);
  cursor: pointer;
}

.nd1 {
  background: #00c300;
  bottom: 55px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.nd3 {
  background: #4267b2;
  bottom: 105px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.nd4 {
  background: #4267b2;
  bottom: 105px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation: bounce-out-nds 0.3s linear;
  animation: bounce-out-nds 0.3s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body {
  -webkit-text-size-adjust: 100%;
  padding-top: 0;
}

input, select, textarea {
  font-family: "微軟正黑體", Tahoma, "新細明體", Arial, Helvetica, sans-serif;
}

[class^=fake-] {
  display: none;
}

:root {
  --pri: #FF6F4D;
  --pri-deep: #ff6f4d;
  --pri-soft: #FFE6DD;
  --pri-softer: #FFF3EE;
  --accent: #FFAA5C;
  --accent-soft: #FFE9CF;
  --bg-page: #FFF8F3;
  --bg-card: #ffffff;
  --bg-tint: #FFF1EA;
  --ink: #2A2018;
  --ink-2: #4B3D32;
  --ink-3: #6B5C50;
  --ink-muted: #97887C;
  --border: #F0DDD0;
  --border-soft: #F6E6DA;
  --card-radius: 14px;
  --card-radius-lg: 20px;
  --card-shadow: 0 2px 10px rgba(225, 110, 65, 0.08), 0 0 0 1px rgba(225, 110, 65, 0.04);
  --card-shadow-hover: 0 8px 24px rgba(225, 110, 65, 0.18), 0 0 0 1px rgba(225, 110, 65, 0.08);
  --fs-base: 15px;
  --fs-h1: 44px;
  --fs-h2: 28px;
  --fs-h3: 22px;
  --fs-body: 15px;
  --fs-small: 13px;
  --fs-tag: 12px;
  --content-w: 1280px;
  --space-section: 0px;
}

body.theme-peach {
  --pri: #F26A86;
  --pri-deep: #D8456A;
  --pri-soft: #FFE2EA;
  --pri-softer: #FFF1F4;
  --accent: #FFB1A0;
  --accent-soft: #FFE2D8;
  --bg-page: #FFF7F8;
  --bg-tint: #FFEEF1;
  --border: #F3D8DE;
  --border-soft: #F8E5EA;
  --card-shadow: 0 2px 10px rgba(216, 69, 106, 0.08), 0 0 0 1px rgba(216, 69, 106, 0.04);
  --card-shadow-hover: 0 8px 24px rgba(216, 69, 106, 0.18), 0 0 0 1px rgba(216, 69, 106, 0.08);
}

body.theme-sunshine {
  --pri: #F08F2C;
  --pri-deep: #C9711A;
  --pri-soft: #FFEACE;
  --pri-softer: #FFF5E3;
  --accent: #F2C94C;
  --accent-soft: #FFF1C2;
  --bg-page: #FFFAF0;
  --bg-tint: #FFF1D8;
  --border: #F1DDB7;
  --border-soft: #F6E8C8;
  --card-shadow: 0 2px 10px rgba(201, 113, 26, 0.08), 0 0 0 1px rgba(201, 113, 26, 0.04);
  --card-shadow-hover: 0 8px 24px rgba(201, 113, 26, 0.18), 0 0 0 1px rgba(201, 113, 26, 0.08);
}

body.card-soft {
  --card-radius: 18px;
  --card-radius-lg: 24px;
}

body.card-sharp {
  --card-radius: 6px;
  --card-radius-lg: 10px;
}

body.card-bold {
  --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(225, 110, 65, 0.10);
  --card-shadow-hover: 0 14px 32px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(225, 110, 65, 0.14);
}

body.fs-large {
  --fs-base: 16px;
  --fs-h1: 52px;
  --fs-h2: 32px;
  --fs-h3: 24px;
  --fs-body: 16px;
  --fs-small: 14px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

.site-header + .container {
  padding-top: 78px;
}

.container {
  max-width: var(--content-w);
  margin: 0 auto;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  position: relative;
  z-index: 1;
}

.brand img {
  height: 28px;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-nav a {
  color: var(--ink-2);
  font-weight: 500;
  font-size: 15px;
  padding: 8px 4px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.main-nav a:hover {
  color: var(--pri);
}
.main-nav a.is-active {
  color: var(--pri);
}
.main-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--pri);
  border-radius: 2px;
}

.crumbs {
  padding: 16px 0 12px;
  font-size: 13px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crumbs li:last-child::after {
  display: none;
}
.crumbs a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.crumbs a:hover {
  color: var(--pri);
}
.crumbs .home-ic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-right: 4px;
}

.hero-bg-container {
  position: relative;
  padding-bottom: 100px;
  padding-top: 78px;
}

.hero {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 72px;
}

#squares-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  background: var(--pri-softer);
}
#squares-container::before, #squares-container::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pri-soft), transparent 70%);
  pointer-events: none;
}
#squares-container::before {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}
#squares-container::after {
  width: 240px;
  height: 240px;
  bottom: -80px;
  right: -60px;
}

.sq {
  position: absolute;
  border-radius: 14px;
  opacity: 0;
  -webkit-animation: floatUp linear forwards;
          animation: floatUp linear forwards;
}

@-webkit-keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(var(--r));
            transform: translateY(0) rotate(var(--r));
  }
  10% {
    opacity: var(--max-opacity);
  }
  85% {
    opacity: var(--max-opacity);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(var(--travel)) rotate(calc(var(--r) + var(--spin)));
            transform: translateY(var(--travel)) rotate(calc(var(--r) + var(--spin)));
  }
}

@keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(var(--r));
            transform: translateY(0) rotate(var(--r));
  }
  10% {
    opacity: var(--max-opacity);
  }
  85% {
    opacity: var(--max-opacity);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(var(--travel)) rotate(calc(var(--r) + var(--spin)));
            transform: translateY(var(--travel)) rotate(calc(var(--r) + var(--spin)));
  }
}
.hero-text {
  max-width: 620px;
}

.hero-eyebrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--pri-deep);
  background: rgba(255, 255, 255, 0.7);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.hero-eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pri);
}

.hero h1 {
  font-size: var(--fs-h1);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.hero h1 .highlight {
  color: var(--pri-deep);
}

.hero-sub {
  font-size: 17px;
  color: var(--ink-2);
  margin: 0 0 24px;
  line-height: 1.65;
  max-width: 500px;
}

.hero-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-stat .num {
  font-size: 26px;
  font-weight: 900;
  color: var(--pri-deep);
  line-height: 1;
}
.hero-stat .label {
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 4px;
}

.hero-stat-divider {
  width: 1px;
  height: 28px;
  background: rgba(0, 0, 0, 0.1);
}

.hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-carousel.squares-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.hero-carousel .floating-square {
  position: absolute;
  bottom: -130px;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-animation: floatUp linear forwards;
          animation: floatUp linear forwards;
}
.hero-carousel .hero {
  margin-top: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
  pointer-events: none;
}
.hero-slide .bn-mb {
  display: none !important;
}
.hero-slide .bn-pc {
  display: block !important;
}
.hero-slide a {
  display: inline-block;
  border-radius: var(--card-radius-lg);
  overflow: hidden;
  height: 100%;
}
.hero-slide a img {
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease, visibility 0s linear 0s;
  transition: opacity 0.6s ease, visibility 0s linear 0s;
  pointer-events: auto;
}

.hero-carousel .hero-slide:not(.is-active) {
  position: absolute;
}

.hero-carousel .container {
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  right: 0;
  left: 0;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ink);
  z-index: 4;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.hero-arrow:hover {
  background: white;
  color: var(--pri-deep);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}
.hero-arrow.prev {
  left: 16px;
}
.hero-arrow.next {
  right: 16px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 4;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 999px;
}

.hero-dot {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.85);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.hero-dot:hover {
  background: white;
}
.hero-dot.is-active {
  width: 22px;
  background: var(--pri-deep);
}

.hero-illustration-v .hero-inner,
.hero-context-v .hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 72px;
}

.pill-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.pill-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 50px;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease;
  transition: filter 0.2s ease, transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-transform 0.2s ease;
  width: 365px;
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pill-link__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
}
.pill-link__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pill-link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.pill-link__title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.pill-link__sub {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.pill-link--coral {
  background-color: #fd5a31;
  cursor: unset;
}
.pill-link--amber {
  background-color: #F5A800;
  cursor: unset;
}

section.block {
  padding: 56px 0 0;
}

.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}
.section-head h2 {
  font-size: var(--fs-h2);
  font-weight: 900;
  margin: 0;
  color: var(--ink);
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 16px;
}
.section-head h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 5px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--pri)), to(var(--accent)));
  background: linear-gradient(180deg, var(--pri), var(--accent));
}
.section-head .head-sub {
  color: var(--ink-3);
  font-size: 14px;
}
.section-head .head-more {
  font-size: 14px;
  color: var(--ink-3);
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.section-head .head-more:hover {
  background: var(--pri-softer);
  border-color: var(--pri);
  color: var(--pri-deep);
}

.section-head-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.carousel {
  position: relative;
}

.carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 0 20px;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
  scroll-padding-left: 8px;
  scroll-padding-right: 8px;
}
.carousel-track::-webkit-scrollbar {
  height: 8px;
}
.carousel-track::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}
.carousel-track::-webkit-scrollbar-track {
  background: transparent;
}

.proj-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 5);
          flex: 0 0 calc((100% - 80px) / 5);
  min-width: 220px;
  max-width: 240px;
  background: var(--bg-card);
  border-radius: var(--card-radius);
  overflow: hidden;
  scroll-snap-align: start;
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--border-soft);
}
.proj-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: var(--card-shadow-hover);
          box-shadow: var(--card-shadow-hover);
}
.proj-card .thumb {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.proj-card .thumb .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pri-deep);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.proj-card .body {
  padding: 16px 16px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.proj-card .org {
  font-size: 12px;
  color: var(--pri-deep);
  font-weight: 700;
}
.proj-card .ttl {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.proj-card .desc {
  font-size: 12px;
  color: var(--ink-3);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
}
.proj-card .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  font-size: 11px;
  color: var(--ink-muted);
  margin-top: auto;
  padding-top: 4px;
}
.proj-card .meta b {
  color: var(--ink-2);
  font-weight: 700;
}
.proj-card .donate-btn {
  display: block;
  width: 100%;
  background: var(--ink);
  color: white;
  border: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.proj-card .donate-btn:hover {
  background: var(--pri-deep);
}
.proj-card .donate-btn.is-primary {
  background: var(--pri);
}
.proj-card .donate-btn.is-primary:hover {
  background: var(--pri-deep);
}

.carousel-arrow {
  position: absolute;
  top: 42%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--border);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: var(--ink-2);
}
.carousel-arrow:hover {
  background: var(--pri);
  color: white;
  border-color: var(--pri);
}
.carousel-arrow.prev {
  left: 8px;
}
.carousel-arrow.next {
  right: 8px;
}

.proj-thumb-ph {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.proj-thumb-ph svg {
  width: 60%;
  height: 60%;
  -webkit-filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}

.org-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px 16px;
}

.org-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.org-tile:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.org-tile:hover .logo {
  border-color: var(--pri);
  -webkit-box-shadow: var(--card-shadow-hover);
          box-shadow: var(--card-shadow-hover);
}
.org-tile .logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--border-soft);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.org-tile .logo svg {
  width: 70%;
  height: 70%;
}
.org-tile .name {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  line-height: 1.4;
  max-width: 140px;
}

body.org-layout-scroll .org-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  gap: 24px;
  padding-bottom: 16px;
  scrollbar-width: thin;
}
body.org-layout-scroll .org-tile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: start;
}

.org-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.btn-more {
  background: white;
  border: 1px solid var(--border);
  color: var(--ink-2);
  padding: 12px 30px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-more:hover {
  background: var(--pri);
  color: white;
  border-color: var(--pri);
}

.faq-block {
  background: var(--pri-softer);
  border-radius: var(--card-radius-lg);
  padding: 56px 24px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.faq-block::before, .faq-block::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pri-soft), transparent 70%);
  pointer-events: none;
}
.faq-block::before {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}
.faq-block::after {
  width: 240px;
  height: 240px;
  bottom: -80px;
  right: -60px;
}

.faq-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
}

.faq-head {
  text-align: center;
  margin-bottom: 36px;
}
.faq-head .label {
  display: inline-block;
  background: var(--pri);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.faq-head h2 {
  font-size: var(--fs-h2);
  font-weight: 900;
  margin: 0;
  color: var(--ink);
}

.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: white;
  border-radius: var(--card-radius);
  border: 1px solid var(--border-soft);
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq-item:hover {
  border-color: var(--pri);
}
.faq-item[open] summary .q-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary .q-badge {
  background: var(--pri);
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-item summary .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq-item summary .q-toggle {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--ink-muted);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.faq-item .answer {
  padding: 4px 24px 22px 68px;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.75;
}
.faq-item .answer .a-badge {
  display: inline-block;
  color: var(--pri-deep);
  font-weight: 700;
  margin-right: 6px;
}

.faq-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}

.join-cta {
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: url(../images/events/1280x200.jpg) no-repeat center center;
  height: 200px;
  width: 100%;
  border-radius: 20px;
}
.join-cta .bn-mb {
  display: none;
}
.join-cta .btn-contact {
  position: absolute;
  z-index: 1;
  width: 17%;
  height: 50px;
  left: 30%;
  top: 130px;
}

.page-title {
  margin: 28px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.page-title h1 {
  font-size: 32px;
  font-weight: 900;
  margin: 0;
  color: var(--ink);
  padding-left: 16px;
  position: relative;
}
.page-title h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 5px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--pri)), to(var(--accent)));
  background: linear-gradient(180deg, var(--pri), var(--accent));
}
.page-title .count {
  font-size: 13px;
  color: var(--ink-3);
  font-weight: 500;
}
.page-title .count b {
  color: var(--pri-deep);
  font-weight: 700;
}

.tab-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--border);
  gap: 0;
  margin-top: 8px;
}

.tab-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink-muted);
  padding: 14px 28px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.tab-btn:hover {
  color: var(--ink-2);
}
.tab-btn.is-active {
  color: var(--pri-deep);
}
.tab-btn.is-active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 3px;
  background: var(--pri);
  border-radius: 3px 3px 0 0;
}

.filter-bar {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-bar .search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 260px;
  position: relative;
}
.filter-bar .search input {
  width: 100%;
  border: 1px solid var(--border);
  background: white;
  border-radius: 999px;
  padding: 12px 18px 12px 44px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink);
  outline: none;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.filter-bar .search input:focus {
  border-color: var(--pri);
  -webkit-box-shadow: 0 0 0 3px var(--pri-softer);
          box-shadow: 0 0 0 3px var(--pri-softer);
}
.filter-bar .search .ic {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--ink-muted);
  pointer-events: none;
}
.filter-bar select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: white;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 12px 38px 12px 18px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink-2);
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B5C50' d='M2 4l4 4 4-4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  min-width: 140px;
  outline: none;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.filter-bar select:focus, .filter-bar select:hover {
  border-color: var(--pri);
}
.filter-bar select:focus {
  -webkit-box-shadow: 0 0 0 3px var(--pri-softer);
          box-shadow: 0 0 0 3px var(--pri-softer);
}
.filter-bar .filter-clear {
  background: transparent;
  border: 0;
  color: var(--ink-muted);
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 999px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filter-bar .filter-clear:hover {
  color: var(--pri-deep);
  background: var(--pri-softer);
}
.filter-bar .sort-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: var(--ink-3);
  font-size: 13px;
}

.result-meta {
  margin: 20px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: var(--ink-3);
}
.result-meta b {
  color: var(--ink);
  font-weight: 700;
}

.tag-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-chip {
  background: var(--pri-softer);
  color: var(--pri-deep);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px 4px 12px;
  border-radius: 999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.tag-chip button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: var(--pri-deep);
  padding: 0;
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
}
.tag-chip button:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
}

.project-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.project-grid .proj-card {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 0;
  max-width: none;
  width: 100%;
}
.project-grid .proj-card.is-hidden {
  display: none;
}
.project-grid .proj-card .thumb {
  aspect-ratio: 16/10;
}

.list-org-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 20px;
  margin-top: 8px;
}
.list-org-grid .org-tile.is-hidden {
  display: none;
}
.list-org-grid .org-tile .logo {
  width: 140px;
  height: 140px;
}
.list-org-grid .org-tile .name {
  font-size: 14px;
  max-width: 160px;
}
.list-org-grid .org-tile .meta {
  font-size: 12px;
  color: var(--ink-muted);
}

.empty-state {
  background: var(--pri-softer);
  border-radius: var(--card-radius-lg);
  padding: 60px 20px;
  text-align: center;
  color: var(--ink-3);
  display: none;
}
.empty-state.is-visible {
  display: block;
}
.empty-state .ic {
  color: var(--pri);
  margin-bottom: 12px;
}
.empty-state h3 {
  font-size: 18px;
  color: var(--ink);
  margin: 0 0 6px;
  font-weight: 700;
}
.empty-state p {
  margin: 0;
  font-size: 14px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 40px;
  padding-bottom: 40px;
}

.pg-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: white;
  border: 1px solid var(--border);
  color: var(--ink-2);
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pg-btn:hover:not(:disabled):not(.is-active) {
  border-color: var(--pri);
  color: var(--pri-deep);
}
.pg-btn.is-active {
  background: var(--pri);
  border-color: var(--pri);
  color: white;
}
.pg-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pg-ellipsis {
  color: var(--ink-muted);
  padding: 0 4px;
}

.tab-panel {
  display: none;
}
.tab-panel.is-active {
  display: block;
}

@media (max-width: 1280px) {
  :root {
    --content-w: 1100px;
  }
  .container {
    padding: 0 16px;
  }
  .hero-carousel {
    width: 97%;
    margin: auto;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .proj-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 4);
            flex: 0 0 calc((100% - 60px) / 4);
  }
}
@media (max-width: 1024px) {
  :root {
    --fs-h1: 38px;
    --fs-h2: 26px;
  }
  .container {
    padding: 0 16px;
  }
  .hero {
    height: 320px;
  }
  .hero-inner {
    padding: 0 48px;
  }
  .proj-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
  }
  .org-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .project-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .list-org-grid {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 16px;
  }
  .list-org-grid .org-tile .logo {
    width: 110px;
    height: 110px;
  }
  .join-cta .btn-contact {
    width: 30vw;
    left: 17vw;
  }
}
@media (max-width: 768px) {
  :root {
    --fs-h1: 30px;
    --fs-h2: 22px;
    --fs-h3: 18px;
    --space-section: 56px;
  }
  .hero-carousel {
    width: 100%;
  }
  .header-inner {
    height: 56px;
    padding: 0 16px;
  }
  .main-nav {
    gap: 18px;
  }
  .main-nav a {
    font-size: 14px;
  }
  .hero-bg-container {
    padding-bottom: 0;
    padding-top: 56px;
  }
  #squares-container {
    display: none;
  }
  .site-header + .container {
    padding-top: 56px;
  }
  .container {
    padding: 0 16px;
  }
  .hero {
    height: unset;
    border-radius: unset;
  }
  .hero-inner {
    padding: 0 24px;
  }
  .hero-slide .bn-pc {
    display: none !important;
  }
  .hero-slide .bn-mb {
    display: block !important;
  }
  .hero-slide a {
    border-radius: unset;
  }
  .hero-slide a img {
    -o-object-fit: unset;
       object-fit: unset;
    height: auto;
  }
  .hero-sub {
    font-size: 14px;
  }
  .hero-stats {
    gap: 18px;
  }
  .hero-stat .num {
    font-size: 20px;
  }
  .hero-stat-divider {
    height: 20px;
  }
  .pill-links {
    gap: 12px;
    width: 95%;
    margin: 14px auto 0;
    padding: 0;
  }
  .pill-links .pill-link {
    padding: 12px;
    font-size: 14px;
    gap: 10px;
    width: 50%;
    height: auto;
  }
  .pill-links .pill-link__icon {
    width: 36px;
    height: 36px;
  }
  .pill-links .pill-link__title {
    font-size: 18px;
  }
  .pill-links .pill-link__sub {
    font-size: 14px;
  }
  section.block {
    padding: 20px 0 0;
  }
  .section-head {
    margin-bottom: 16px;
  }
  .section-head h2 {
    font-size: 22px;
  }
  .proj-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78%;
            flex: 0 0 78%;
    min-width: 0;
    max-width: none;
  }
  .proj-card .ttl {
    -webkit-line-clamp: 1;
  }
  .proj-card img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .proj-card .desc {
    -webkit-line-clamp: 2;
    height: 36px;
  }
  .org-grid {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 12px;
  }
  .org-grid .org-tile .logo {
    width: 88px;
    height: 88px;
  }
  .org-grid .org-tile .name {
    font-size: 12px;
  }
  .faq-block {
    padding: 36px 16px;
    margin-top: 56px;
    border-radius: 14px;
  }
  .faq-item summary {
    padding: 14px 16px;
    font-size: 14px;
    gap: 12px;
  }
  .faq-item summary .q-badge {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
  .faq-item .answer {
    padding: 2px 16px 18px 52px;
    font-size: 13px;
  }
  .join-cta {
    background: unset;
    height: unset;
    margin: 40px auto;
  }
  .join-cta .bn-mb {
    display: block !important;
  }
  .join-cta .btn-contact {
    right: 0;
    left: 0;
    width: 40vw;
    height: 5vh;
    margin: auto;
    top: unset;
    bottom: 17%;
  }
  .carousel-arrow {
    display: none;
  }
  .page-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin: 18px 0 16px;
  }
  .page-title h1 {
    font-size: 24px;
  }
  .tab-btn {
    font-size: 15px;
    padding: 12px 18px;
  }
  .filter-bar {
    gap: 8px;
  }
  .filter-bar .search {
    min-width: 100%;
  }
  .filter-bar select {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .project-grid {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .list-org-grid {
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 12px;
  }
  .list-org-grid .org-tile .logo {
    width: 90px;
    height: 90px;
  }
  .pagination {
    gap: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  :root {
    --fs-h1: 26px;
  }
  .brand img {
    height: 22px;
  }
  .main-nav {
    gap: 12px;
  }
  .org-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .project-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .list-org-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}