/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/_reset.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
/* RESET
--------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  display: inline;
  font-style: normal;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/_base.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
:root {
  /* === Songshan brand palette === */
  --bg: #ffffff;
  --bg-warm: #f5f5f3;
  --bg-warm-2: #ebebe7;
  --line: #dbdcdc;
  --line-soft: #e8e8e6;
  --ink: #2a2a28;
  --ink-2: #595757;
  --muted: #88908d;
  --muted-2: #b8bcb9;
  /* category accents */
  --moss: rgb(49, 79, 63);
  --moss-soft: rgb(94, 121, 106);
  --moss-tint: #e8f0ec;
  --indigo: #005787;
  --indigo-soft: #c9e1ee;
  --indigo-tint: #e6f0f7;
  --terracotta: #bd8145;
  --terracotta-soft: #dfbc8b;
  --terracotta-tint: #f4e8d4;
  --sun: #f8dd00;
  /* fonts */
  --serif-tc: "Noto Serif TC", "Songti TC", serif;
  --serif-en: "Cormorant Garamond", "Noto Serif TC", serif;
  --sans: "Noto Sans TC", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  /* === legacy fluid sizes (kept) === */
  --fs-xs: 0.875rem;
  --fs-s: 1rem;
  --fs-r: 1.125rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.8125rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}

@supports (color: color(display-p3 0 0 0)) {
:root {
  --moss: color(display-p3 0.22014 0.30800 0.25261);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
  --moss-soft: color(display-p3 0.38885 0.47177 0.41797);
}
}

@media screen and (max-width: 480px) {
  :root {
    --fs-ml: 1.6875rem;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  background: #ffffff;
  background: var(--bg);
  color: #2a2a28;
  color: var(--ink);
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  padding: 0 3rem;
}
@media (orientation: portrait) {
  .container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 1.25rem;
  }
}

.container_inner {
  max-width: 85.375rem;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (orientation: portrait) {
  .container_inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 480px) {
  .container_inner {
    padding: 0 1.25rem;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}
@media (orientation: portrait) {
  section {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 3rem 0;
  }
}

.section_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  gap: 2rem;
}
.section_head .label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgb(49, 79, 63);
  color: color(display-p3 0.22014 0.30800 0.25261);
  color: var(--moss);
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.section_head .label::before {
  content: "";
  width: 1.5rem;
  height: 0.0625rem;
  background: rgb(49, 79, 63);
  background: color(display-p3 0.22014 0.30800 0.25261);
  background: var(--moss);
}
.section_head h2 {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #2a2a28;
  color: var(--ink);
}
.section_head h2 .en {
  font-family: "Cormorant Garamond", "Noto Serif TC", serif;
  font-family: var(--serif-en);
  font-style: italic;
  font-weight: 400;
  color: #88908d;
  color: var(--muted);
  margin-left: 0.75rem;
  font-size: 1.5rem;
}
@media (orientation: portrait) {
  .section_head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .section_head h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .section_head h2 {
    font-size: 1.5rem;
  }
  .section_head h2 .en {
    font-size: 1.125rem;
    margin-left: 0.5rem;
  }
}

.section_more {
  font-size: 0.8125rem;
  letter-spacing: 0.16em;
  color: #2a2a28;
  color: var(--ink);
  border-bottom: 1px solid rgba(42, 42, 40, 0.6);
  padding-bottom: 0.125rem;
  transition: color 0.2s;
  white-space: nowrap;
}
@media (orientation: portrait) {
  .section_more {
    padding-bottom: 0;
  }
}
.section_more:hover {
  color: rgb(49, 79, 63);
  color: color(display-p3 0.22014 0.30800 0.25261);
  color: var(--moss);
  border-color: rgb(49, 79, 63);
  border-color: color(display-p3 0.22014 0.30800 0.25261);
  border-color: var(--moss);
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/_share.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
:root {
  /* === Songshan brand palette === */
  --bg: #ffffff;
  --bg-warm: #f5f5f3;
  --bg-warm-2: #ebebe7;
  --line: #dbdcdc;
  --line-soft: #e8e8e6;
  --ink: #2a2a28;
  --ink-2: #595757;
  --muted: #88908d;
  --muted-2: #b8bcb9;
  /* category accents */
  --moss: rgb(49, 79, 63);
  --moss-soft: rgb(94, 121, 106);
  --moss-tint: #e8f0ec;
  --indigo: #005787;
  --indigo-soft: #c9e1ee;
  --indigo-tint: #e6f0f7;
  --terracotta: #bd8145;
  --terracotta-soft: #dfbc8b;
  --terracotta-tint: #f4e8d4;
  --sun: #f8dd00;
  /* fonts */
  --serif-tc: "Noto Serif TC", "Songti TC", serif;
  --serif-en: "Cormorant Garamond", "Noto Serif TC", serif;
  --sans: "Noto Sans TC", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  /* === legacy fluid sizes (kept) === */
  --fs-xs: 0.875rem;
  --fs-s: 1rem;
  --fs-r: 1.125rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.8125rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}

@supports (color: color(display-p3 0 0 0)) {
:root {
  --moss: color(display-p3 0.22014 0.30800 0.25261);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
  --moss-soft: color(display-p3 0.38885 0.47177 0.41797);
}
}

@media screen and (max-width: 480px) {
  :root {
    --fs-ml: 1.6875rem;
  }
}
.img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.flex {
  display: flex;
}

.align_center {
  align-items: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_center {
  justify-content: center;
}

.justify_end {
  justify-content: flex-end;
}

.sr_only,
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_loading.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  /* === Songshan brand palette === */
  --bg: #ffffff;
  --bg-warm: #f5f5f3;
  --bg-warm-2: #ebebe7;
  --line: #dbdcdc;
  --line-soft: #e8e8e6;
  --ink: #2a2a28;
  --ink-2: #595757;
  --muted: #88908d;
  --muted-2: #b8bcb9;
  /* category accents */
  --moss: rgb(49, 79, 63);
  --moss-soft: rgb(94, 121, 106);
  --moss-tint: #e8f0ec;
  --indigo: #005787;
  --indigo-soft: #c9e1ee;
  --indigo-tint: #e6f0f7;
  --terracotta: #bd8145;
  --terracotta-soft: #dfbc8b;
  --terracotta-tint: #f4e8d4;
  --sun: #f8dd00;
  /* fonts */
  --serif-tc: "Noto Serif TC", "Songti TC", serif;
  --serif-en: "Cormorant Garamond", "Noto Serif TC", serif;
  --sans: "Noto Sans TC", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  /* === legacy fluid sizes (kept) === */
  --fs-xs: 0.875rem;
  --fs-s: 1rem;
  --fs-r: 1.125rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.8125rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}

@supports (color: color(display-p3 0 0 0)) {
:root {
  --moss: color(display-p3 0.22014 0.30800 0.25261);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
  --moss-soft: color(display-p3 0.38885 0.47177 0.41797);
}
}

@media screen and (max-width: 480px) {
  :root {
    --fs-ml: 1.6875rem;
  }
}
.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.loader_container {
  position: relative;
}

.loading_title {
  width: 224px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.loading_txt {
  text-align: center;
  color: #2a2a28;
  color: var(--ink);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: 0.18em;
  animation: loading_txt 1.5s alternate infinite ease-in-out;
}

@keyframes loading_txt {
  50% {
    opacity: 0.2;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_header.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  /* === Songshan brand palette === */
  --bg: #ffffff;
  --bg-warm: #f5f5f3;
  --bg-warm-2: #ebebe7;
  --line: #dbdcdc;
  --line-soft: #e8e8e6;
  --ink: #2a2a28;
  --ink-2: #595757;
  --muted: #88908d;
  --muted-2: #b8bcb9;
  /* category accents */
  --moss: rgb(49, 79, 63);
  --moss-soft: rgb(94, 121, 106);
  --moss-tint: #e8f0ec;
  --indigo: #005787;
  --indigo-soft: #c9e1ee;
  --indigo-tint: #e6f0f7;
  --terracotta: #bd8145;
  --terracotta-soft: #dfbc8b;
  --terracotta-tint: #f4e8d4;
  --sun: #f8dd00;
  /* fonts */
  --serif-tc: "Noto Serif TC", "Songti TC", serif;
  --serif-en: "Cormorant Garamond", "Noto Serif TC", serif;
  --sans: "Noto Sans TC", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  /* === legacy fluid sizes (kept) === */
  --fs-xs: 0.875rem;
  --fs-s: 1rem;
  --fs-r: 1.125rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.8125rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}
@supports (color: color(display-p3 0 0 0)){
:root {
  --moss: color(display-p3 0.22014 0.30800 0.25261);
}
}
@supports (color: color(display-p3 0 0 0)){
:root {
  --moss-soft: color(display-p3 0.38885 0.47177 0.41797);
}
}

@media screen and (max-width: 480px) {
  :root {
    --fs-ml: 1.6875rem;
  }
}
.hamburger {
  display: none;
}
@media (orientation: portrait) {
  .hamburger {
    display: block;
    position: absolute;
    top: 1.375rem;
    right: 0;
    z-index: 5;
  }
}

.hamburger_link {
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (orientation: portrait) {
  .hamburger_link {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.hamburger_bars {
  display: block;
  width: 0.9375rem;
  height: 0.125rem;
  background: #2a2a28;
  background: var(--ink);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.0625rem;
  transition: all 0.4s ease-out;
}
@media (orientation: portrait) {
  .hamburger_bars {
    width: 1.5625rem;
  }
}
.hamburger_bars:before, .hamburger_bars:after {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 100%;
  background: #2a2a28;
  background: var(--ink);
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-out;
}
@media (orientation: portrait) {
  .hamburger_bars:before, .hamburger_bars:after {
    width: 2.5rem;
  }
}
.hamburger_bars:before {
  transform: translateY(-0.625rem);
}
.hamburger_bars:after {
  transform: translateY(0.625rem);
}

.active .hamburger_bar {
  background: transparent;
}
.active .hamburger_bar:before {
  transform: translateY(0) rotate(135deg);
}
.active .hamburger_bar:after {
  transform: translateY(0) rotate(-135deg);
}

/* ============ TOPBAR ============ */
.topbar {
  border-bottom: 0.0625rem solid #dbdcdc;
  border-bottom: 0.0625rem solid var(--line);
  font-size: 0.75rem;
  color: #88908d;
  color: var(--muted);
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}

.topbar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.25rem;
}
@media (orientation: portrait) {
  .topbar_inner {
    justify-content: flex-end;
  }
}

.topbar_list {
  display: flex;
  gap: 1.5rem;
}
@media (orientation: portrait) {
  .topbar_list {
    display: none;
  }
}

.topbar_li {
  list-style: none;
}

.topbar_link {
  transition: color 0.2s;
}
.topbar_link:hover {
  color: #2a2a28;
  color: var(--ink);
}

.topbar_right {
  display: flex;
  gap: 1.125rem;
  align-items: center;
}

.topbar_search {
  display: inline-flex;
  align-items: center;
  color: inherit;
  transition: color 0.2s;
}
.topbar_search:hover {
  color: #2a2a28;
  color: var(--ink);
}

.lang_switch {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
}
.lang_switch .active {
  color: #2a2a28;
  color: var(--ink);
  font-weight: 500;
}
.lang_switch .divider {
  color: #b8bcb9;
  color: var(--muted-2);
}

/* ============ HEADER ============ */
.header {
  width: 100%;
  border-bottom: 0.0625rem solid #dbdcdc;
  border-bottom: 0.0625rem solid var(--line);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  backdrop-filter: blur(0.5rem);
  background: rgba(253, 253, 252, 0.92);
}
@media (orientation: portrait) {
  .header {
    position: fixed;
    border-bottom: none;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.25rem;
}
@media (orientation: portrait) {
  .header_inner {
    height: 4rem;
  }
}

.mainlogo {
  width: 18.75rem;
  font-size: 0;
  line-height: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (orientation: portrait) {
  .mainlogo {
    width: 13.75rem;
  }
}
@media screen and (max-width: 480px) {
  .mainlogo {
    width: 11.25rem;
  }
}

.mainlogo_link {
  display: inline-block;
}
.mainlogo_link img {
  width: 100%;
  height: auto;
}

.header_right {
  display: flex;
  align-items: center;
}

/* ============ NAV ============ */
.nav {
  display: flex;
  align-items: center;
  height: 5.25rem;
}
@media (orientation: portrait) {
  .nav {
    position: fixed;
    top: 6.25rem;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 6.25rem);
    height: calc(100dvh - 6.25rem);
    background: #ffffff;
    background: var(--bg);
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateX(105%);
    transition: transform 0.35s ease, box-shadow 0.35s;
    box-shadow: none;
    z-index: 110;
  }
  .nav.is_open {
    transform: translateX(0);
    box-shadow: -1.25rem 0 2.5rem -1.25rem rgba(31, 29, 24, 0.2);
  }
}

.nav_head {
  display: none;
}
@media (orientation: portrait) {
  .nav_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 0.0625rem solid #dbdcdc;
    border-bottom: 0.0625rem solid var(--line);
    height: 4rem;
    flex-shrink: 0;
  }
}

.nav_head_title {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #2a2a28;
  color: var(--ink);
}

.nav_close {
  color: #595757;
  color: var(--ink-2);
}

.nav_backdrop {
  display: none;
}
@media (orientation: portrait) {
  .nav_backdrop {
    display: block;
    position: fixed;
    top: 6.25rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-bottom: 0.0625rem solid #dbdcdc;
    border-bottom: 0.0625rem solid var(--line);
    pointer-events: auto;
    z-index: 45;
  }
}

.nav_list {
  display: flex;
  align-items: center;
  gap: 2.375rem;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (orientation: portrait) {
  .nav_list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    height: auto;
    padding: 0.5rem 0 2rem;
  }
}

.nav_li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav_li:hover .nav_link {
  color: rgb(49, 79, 63);
  color: color(display-p3 0.22014 0.30800 0.25261);
  color: var(--moss);
}
.nav_li:hover .nav_link::after {
  width: 100%;
  left: 0;
}
.nav_li:hover .nav_link .caret {
  transform: rotate(180deg);
  color: rgb(49, 79, 63);
  color: color(display-p3 0.22014 0.30800 0.25261);
  color: var(--moss);
}
.nav_li:hover .submenu_list {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
@media (orientation: portrait) {
  .nav_li {
    display: block;
    height: auto;
    border-bottom: 0.0625rem solid #e8e8e6;
    border-bottom: 0.0625rem solid var(--line-soft);
  }
  .nav_li:hover .nav_link {
    color: #595757;
    color: var(--ink-2);
  }
  .nav_li:hover .nav_link::after {
    width: 0;
  }
  .nav_li:hover .nav_link .caret {
    transform: none;
    color: #b8bcb9;
    color: var(--muted-2);
  }
  .nav_li:hover .submenu_list {
    opacity: 1;
    visibility: inherit;
    transform: none;
  }
  .nav_li.is_active .nav_link .caret {
    transform: rotate(180deg);
    color: rgb(49, 79, 63);
    color: color(display-p3 0.22014 0.30800 0.25261);
    color: var(--moss);
  }
}

.nav_li_cta {
  margin-left: 0.5rem;
}
@media (orientation: portrait) {
  .nav_li_cta {
    margin-left: 0;
    border-bottom: 0;
    padding: 1.25rem 1.5rem;
  }
}

.nav_link {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  font-size: 0.9375rem;
  color: #595757;
  color: var(--ink-2);
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0.375rem 0;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.nav_link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.125rem;
  width: 0;
  height: 0.0625rem;
  background: rgb(49, 79, 63);
  background: color(display-p3 0.22014 0.30800 0.25261);
  background: var(--moss);
  transition: width 0.25s ease, left 0.25s ease;
}
.nav_link .caret {
  width: 0.5rem;
  height: 0.5rem;
  transition: transform 0.25s;
  color: #b8bcb9;
  color: var(--muted-2);
  flex-shrink: 0;
}
@media (orientation: portrait) {
  .nav_link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1.125rem 1.5rem;
    font-size: 1rem;
    color: #2a2a28;
    color: var(--ink);
  }
  .nav_link::after {
    display: none;
  }
  .nav_link .caret {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.nav_cta {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  background: rgb(49, 79, 63);
  background: color(display-p3 0.22014 0.30800 0.25261);
  background: var(--moss);
  color: #fff;
  padding: 0.625rem 1.375rem;
  border-radius: 62.4375rem;
  letter-spacing: 0.12em;
  font-size: 0.8125rem;
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
}
.nav_cta:hover {
  background: #2a2a28;
  background: var(--ink);
  color: #fff;
}
@media (orientation: portrait) {
  .nav_cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.875rem 1.375rem;
    font-size: 0.9375rem;
  }
}

/* ============ SUBMENU ============ */
.submenu_list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -0.5rem);
  min-width: 15rem;
  background: #ffffff;
  background: var(--bg);
  border: 0.0625rem solid #dbdcdc;
  border: 0.0625rem solid var(--line);
  border-top: 0.125rem solid rgb(49, 79, 63);
  border-top: 0.125rem solid color(display-p3 0.22014 0.30800 0.25261);
  border-top: 0.125rem solid var(--moss);
  padding: 0.875rem 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 60;
  box-shadow: 0 1.75rem 3.75rem -2rem rgba(31, 29, 24, 0.25);
  list-style: none;
  margin: 0;
}
.submenu_list::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 0;
  right: 0;
  height: 0.625rem;
}
@media (orientation: portrait) {
  .submenu_list {
    position: static;
    transform: none;
    min-width: 0;
    background: #f5f5f3;
    background: var(--bg-warm);
    border: 0;
    border-top: 0;
    padding: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  .submenu_list::before {
    display: none;
  }
}

.submenu_li {
  list-style: none;
}

.submenu_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  font-size: 0.875rem;
  color: #595757;
  color: var(--ink-2);
  letter-spacing: 0.06em;
  transition: background 0.2s, color 0.2s, padding 0.2s;
  position: relative;
}
@media (orientation: portrait) {
  .submenu_link {
    padding: 0.875rem 2.25rem;
    font-size: 0.875rem;
  }
  .submenu_link:hover {
    padding-left: 2.25rem;
  }
}
.submenu_link .sub_en {
  font-family: "Cormorant Garamond", "Noto Serif TC", serif;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 0.6875rem;
  color: #b8bcb9;
  color: var(--muted-2);
  letter-spacing: 0.04em;
  margin-left: 1rem;
  transition: color 0.2s;
}
.submenu_link:hover {
  background: #f5f5f3;
  background: var(--bg-warm);
  color: rgb(49, 79, 63);
  color: color(display-p3 0.22014 0.30800 0.25261);
  color: var(--moss);
  padding-left: 2rem;
}
.submenu_link:hover .sub_en {
  color: rgb(94, 121, 106);
  color: color(display-p3 0.38885 0.47177 0.41797);
  color: var(--moss-soft);
}
.submenu_link.featured {
  color: #bd8145;
  color: var(--terracotta);
  font-weight: 500;
}
.submenu_link.featured::before {
  content: "";
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #bd8145;
  background: var(--terracotta);
}
.submenu_link.featured:hover {
  background: #dfbc8b;
  background: var(--terracotta-soft);
  color: #bd8145;
  color: var(--terracotta);
  padding-left: 2rem;
}
.submenu_link.featured:hover::before {
  left: 1.375rem;
}

/* ============ HEADER TOOLS ============ */
.header_tools {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  z-index: 1;
}

.icon_btn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  color: #595757;
  color: var(--ink-2);
  transition: background 0.2s;
}

.icon_btn_menu {
  display: none;
  position: relative;
  z-index: 120;
}
@media (orientation: portrait) {
  .icon_btn_menu {
    display: grid;
  }
}

.icon_btn_menu_bars {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 0.875rem;
}
.icon_btn_menu_bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.125rem;
  transition: transform 0.3s ease, opacity 0.25s ease, top 0.3s ease;
}
.icon_btn_menu_bars span:nth-child(1) {
  top: 0;
}
.icon_btn_menu_bars span:nth-child(2) {
  top: 50%;
  margin-top: -0.05rem;
}
.icon_btn_menu_bars span:nth-child(3) {
  top: auto;
  bottom: 0;
}
.icon_btn_menu.is_active .icon_btn_menu_bars span:nth-child(1) {
  top: 50%;
  margin-top: -0.05rem;
  transform: rotate(45deg);
}
.icon_btn_menu.is_active .icon_btn_menu_bars span:nth-child(2) {
  opacity: 0;
}
.icon_btn_menu.is_active .icon_btn_menu_bars span:nth-child(3) {
  top: 50%;
  bottom: auto;
  margin-top: -0.05rem;
  transform: rotate(-45deg);
}

/* ============ HEADER search ============ */
.search_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #c9c3b3;
  transition: color 0.2s;
}
.search_btn:hover {
  color: #fff;
}

/* ───── Search overlay ───── */
.search_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 18vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s;
}
.search_overlay.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search_box {
  width: 100%;
  max-width: 42.5rem;
  background: var(--surface);
  padding: 2rem;
}

.search_input {
  width: 100%;
  border: 0;
  border-bottom: 0.0625rem solid #dbdcdc;
  border-bottom: 0.0625rem solid var(--line);
  font-size: 1.375rem;
  padding: 0.75rem 0;
  outline: none;
  font-family: inherit;
  color: #2a2a28;
  color: var(--ink);
  background: transparent;
}
.search_input::-moz-placeholder {
  color: var(--ink_30);
}
.search_input::placeholder {
  color: var(--ink_30);
}

.search_hint {
  margin-top: 1.125rem;
  font-size: 0.75rem;
  color: var(--ink_50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
  letter-spacing: 0.06em;
}
@media (orientation: portrait) {
  .search_hint {
    display: none;
  }
}

.kbd {
  padding: 0.1875rem 0.4375rem;
  border: 0.0625rem solid #dbdcdc;
  border: 0.0625rem solid var(--line);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
  font-size: 0.6875rem;
  color: var(--ink_70);
  background: #ffffff;
  background: var(--bg);
}

.search_suggest {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.search_chip {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  border: 0.0625rem solid #dbdcdc;
  border: 0.0625rem solid var(--line);
  color: var(--ink_70);
  cursor: pointer;
  transition: all 0.2s;
}
.search_chip:hover {
  background: rgb(49, 79, 63);
  background: color(display-p3 0.22014 0.30800 0.25261);
  background: var(--moss);
  color: #ffffff;
  color: var(--bg);
  border-color: rgb(49, 79, 63);
  border-color: color(display-p3 0.22014 0.30800 0.25261);
  border-color: var(--moss);
}

@media screen and (max-width: 480px) {
  .search_box {
    padding: 1.25rem;
  }
  .search_input {
    font-size: 1.125rem;
  }
}
@media (orientation: portrait) {
  body.is_menu_open {
    overflow: hidden;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-1.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-1.use[3]!./resources/src/css/share/components/_footer.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************/
:root {
  /* === Songshan brand palette === */
  --bg: #ffffff;
  --bg-warm: #f5f5f3;
  --bg-warm-2: #ebebe7;
  --line: #dbdcdc;
  --line-soft: #e8e8e6;
  --ink: #2a2a28;
  --ink-2: #595757;
  --muted: #88908d;
  --muted-2: #b8bcb9;
  /* category accents */
  --moss: rgb(49, 79, 63);
  --moss-soft: rgb(94, 121, 106);
  --moss-tint: #e8f0ec;
  --indigo: #005787;
  --indigo-soft: #c9e1ee;
  --indigo-tint: #e6f0f7;
  --terracotta: #bd8145;
  --terracotta-soft: #dfbc8b;
  --terracotta-tint: #f4e8d4;
  --sun: #f8dd00;
  /* fonts */
  --serif-tc: "Noto Serif TC", "Songti TC", serif;
  --serif-en: "Cormorant Garamond", "Noto Serif TC", serif;
  --sans: "Noto Sans TC", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
  /* === legacy fluid sizes (kept) === */
  --fs-xs: 0.875rem;
  --fs-s: 1rem;
  --fs-r: 1.125rem;
  --fs-m: 1.25rem;
  --fs-ml: 1.8125rem;
  --fs-l: 2.3125rem;
  --fs-xl: 2.6875rem;
  --fs-xxl: 3.3125rem;
}

@supports (color: color(display-p3 0 0 0)) {
:root {
  --moss: color(display-p3 0.22014 0.30800 0.25261);
}
}

@supports (color: color(display-p3 0 0 0)) {
:root {
  --moss-soft: color(display-p3 0.38885 0.47177 0.41797);
}
}

@media screen and (max-width: 480px) {
  :root {
    --fs-ml: 1.6875rem;
  }
}
/* ============ LOGO MARQUEE ============ */
.marquee_section {
  padding: 0;
  border-top: 0.0625rem solid #dbdcdc;
  border-top: 0.0625rem solid var(--line);
  border-bottom: 0.0625rem solid #dbdcdc;
  border-bottom: 0.0625rem solid var(--line);
  background: #ffffff;
  background: var(--bg);
}

.marquee_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.125rem 0 0.25rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.28em;
  color: #88908d;
  color: var(--muted);
  text-transform: uppercase;
}
.marquee_head::before, .marquee_head::after {
  content: "";
  width: 2rem;
  height: 0.0625rem;
  background: #dbdcdc;
  background: var(--line);
}

.marquee {
  height: 6rem;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.marquee:hover .marquee_list {
  animation-play-state: paused;
}
@media screen and (max-width: 480px) {
  .marquee {
    height: 4.5rem;
  }
}

.marquee_list {
  display: flex;
  align-items: center;
  gap: 5rem;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 50s linear infinite;
  padding-left: 2.5rem;
  margin: 0;
  list-style: none;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee_li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  min-width: 10rem;
  color: #88908d;
  color: var(--muted);
  font-family: "Cormorant Garamond", "Noto Serif TC", serif;
  font-family: var(--serif-en);
  font-style: italic;
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  border-left: 0.0625rem solid #dbdcdc;
  border-left: 0.0625rem solid var(--line);
  padding-left: 3.75rem;
  padding-right: 1.25rem;
  margin-left: -5rem;
  transition: color 0.25s;
  white-space: nowrap;
  list-style: none;
}
.marquee_li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}
.marquee_li:hover {
  color: #2a2a28;
  color: var(--ink);
}
.marquee_li .mark {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.marquee_li.style_2 {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.marquee_li.style_3 {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.18em;
}

/* ============ FOOTER ============ */
.footer {
  background: #15140f;
  color: #d8d4c8;
  padding: 5rem 0 2rem;
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 3.5rem 0 1.5rem;
  }
}

.footer_top {
  display: flex;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
}
@media (orientation: portrait) {
  .footer_top {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .footer_top {
    display: block;
    padding-bottom: 2.25rem;
  }
}

.footer_brand {
  flex: 1 1 auto;
  padding-right: 3rem;
}
@media (orientation: portrait) {
  .footer_brand {
    min-width: 0;
    flex: 1 1 100%;
    padding-right: 0;
  }
}

.footer_logo {
  width: 17rem;
  margin-top: -0.6875rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 480px) {
  .footer_logo {
    width: 13.75rem;
  }
}

.footer_logo_link {
  display: inline-block;
}
.footer_logo_link img {
  width: 100%;
  height: auto;
}

.footer_about {
  font-size: 0.8125rem;
  line-height: 1.85;
  color: rgba(216, 212, 200, 0.65);
  max-width: 25rem;
  margin-top: 0.5rem;
}
@media (orientation: portrait) {
  .footer_about {
    margin-bottom: 0.9375rem;
  }
}

.footer_col {
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  font-size: 0.875rem;
  padding: 0 0.5rem;
  flex: 1 1 auto;
}
@media (orientation: portrait) {
  .footer_col {
    flex: 1 1 calc(50% - 1rem);
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer_col {
    flex: 1 1 100%;
    padding: 0.9375rem 0;
  }
}

.footer_col_title {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.22em;
  color: rgba(216, 212, 200, 0.55);
  text-transform: uppercase;
  margin: 0 0 1.375rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .footer_col_title.empty {
    display: none;
  }
}

.footer_col_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.footer_col_li {
  list-style: none;
}

.footer_col_link {
  color: rgba(216, 212, 200, 0.85);
  transition: color 0.2s;
}
.footer_col_link:hover {
  color: #fff;
}

@media (orientation: portrait) {
  .footer_newsletter {
    flex: 1 1 100%;
    padding-top: 3.125rem;
  }
}
.footer_newsletter .footer_col_title {
  margin-bottom: 0.875rem;
}

.footer_newsletter_desc {
  font-size: 0.8125rem;
  color: rgba(216, 212, 200, 0.65);
  line-height: 1.7;
  margin-bottom: 1.125rem;
}

.newsletter_form {
  width: 100%;
  display: flex;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0;
}

.newsletter_form_input {
  min-width: 0;
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--sans);
  font-size: 0.875rem;
  padding: 0.375rem 0;
  outline: none;
}
.newsletter_form_input::-moz-placeholder {
  color: rgba(216, 212, 200, 0.4);
}
.newsletter_form_input::placeholder {
  color: rgba(216, 212, 200, 0.4);
}

.newsletter_form_btn {
  color: #fff;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-family: var(--mono);
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  white-space: nowrap;
  padding: 0.375rem 0 0.375rem 1rem;
}

.footer_newsletter_msg {
  min-height: 1.25rem;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: rgba(216, 212, 200, 0.8);
}

.footer_newsletter_msg.error {
  color: #ffb6b6;
}

.footer_newsletter_msg.success {
  color: #b6f2d4;
}

.social_list {
  display: flex;
  justify-content: flex-end;
  gap: 0.625rem;
  margin-top: 1.25rem;
  list-style: none;
  padding: 0;
}

.social_li {
  list-style: none;
}

.social_link {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.18);
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  color: rgba(216, 212, 200, 0.7);
  transition: all 0.2s;
}
.social_link:hover {
  background: #fff;
  color: #15140f;
  border-color: #fff;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  font-size: 0.75rem;
  color: rgba(216, 212, 200, 0.5);
  letter-spacing: 0.04em;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.footer_copyright {
  font-size: 0.75rem;
  line-height: 1.6;
}

.footer_legal_list {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .footer_legal_list {
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
  }
}

.footer_legal_li {
  list-style: none;
}

.footer_legal_link {
  transition: color 0.2s;
}
.footer_legal_link:hover {
  color: #fff;
}

.search_overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(18, 24, 20, 0.36);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 300;
}

.search_overlay.is_open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search_box {
  position: relative;
  width: min(42rem, 100%);
  padding: 3rem 2rem 2rem;
  border-radius: 1.25rem;
  background: #ffffff;
  background: var(--bg);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.16);
}

.search_close {
  position: absolute;
  top: 0.875rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #595757;
  color: var(--ink-2);
}

.search_input {
  width: 100%;
  border: 0;
  border-bottom: 0.0625rem solid #dbdcdc;
  border-bottom: 0.0625rem solid var(--line);
  padding: 0 0 0.875rem;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-family: var(--serif-tc);
  font-size: 1.625rem;
  color: #2a2a28;
  color: var(--ink);
  background: transparent;
}

.search_input::placeholder {
  color: #b8bcb9;
  color: var(--muted-2);
}

.search_hint {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.75rem;
  color: #88908d;
  color: var(--muted);
}

.kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.5rem;
  padding: 0 0.375rem;
  border-radius: 999px;
  background: #f5f5f3;
  background: var(--bg-warm);
  color: #2a2a28;
  color: var(--ink);
}

.search_suggest {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.search_chip {
  padding: 0.625rem 0.875rem;
  border-radius: 999px;
  background: #f5f5f3;
  background: var(--bg-warm);
  font-size: 0.875rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.search_chip:hover {
  background: #2a2a28;
  background: var(--ink);
  color: #ffffff;
}

body.is_search_open {
  overflow: hidden;
}

@media (orientation: portrait) {
  .search_box {
    padding: 2.75rem 1.25rem 1.5rem;
  }

  .search_input {
    font-size: 1.25rem;
  }

  .search_hint {
    flex-direction: column;
  }
}

/*# sourceMappingURL=common.min.css.map*/