:root {
  --sitron-green: #899271;
  --sitron-ivory: #e9e0dc;
  --sitron-ink: #20211f;
  --sitron-line: rgba(233, 224, 220, 0.35);
}

html,
body {
  width: 100%;
  min-height: 100%;
  background: var(--sitron-ink);
  color-scheme: only light;
  font-family: "Sora", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow: hidden !important;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--sitron-ivory);
  outline-offset: 5px;
}

.sitron-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--sitron-green);
  color: var(--sitron-ivory);
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.sitron-loader__word {
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.22em;
}

body.is-ready .sitron-loader {
  visibility: hidden;
  opacity: 0;
}

.topnav {
  padding: 28px 0;
  color-scheme: light;
  forced-color-adjust: none;
}

.topnav .container {
  max-width: none;
  padding-inline: clamp(24px, 5vw, 80px);
}

.topnav .logo {
  width: clamp(78px, 7.2vw, 114px);
  height: auto;
}

.topnav .logo img {
  display: block;
  width: 100%;
  forced-color-adjust: none;
}

.topnav .menu-icon .text,
.topnav .menu-icon .text::after,
.topnav .menu-icon .text .word {
  color: #fff;
  forced-color-adjust: none;
}

.topnav .menu-icon .text .word {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topnav .menu-icon {
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  color-scheme: only light;
  forced-color-adjust: none;
}

.topnav .menu-icon .icon i,
.topnav .menu-icon.open .icon i,
.topnav.dark .menu-icon .icon i,
.topnav.dark .menu-icon.open .icon i {
  background: #fff !important;
  background-color: #fff !important;
  border-color: #fff !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  forced-color-adjust: none;
}

.hamenu {
  height: 100svh;
  min-height: -webkit-fill-available;
  background-color: #899271;
  background-image: linear-gradient(#899271, #899271);
  color: #fff;
  color-scheme: only light;
  forced-color-adjust: none;
  isolation: isolate;
}

.hamenu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #899271 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect width='1' height='1' fill='%23899271'/%3E%3C/svg%3E") center / cover no-repeat;
  pointer-events: none;
}

.hamenu > * {
  position: relative;
  z-index: 1;
}

.hamenu .menu-links .main-menu > li .link,
.hamenu .menu-text .text h2,
.hamenu .cont-info,
.hamenu a {
  color: #fff;
  -webkit-text-fill-color: #fff;
  forced-color-adjust: none;
}

.hamenu .menu-links .main-menu > li .link {
  font-family: "Sora", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(1.2rem, 3vw, 3rem);
  font-weight: 400;
}

.hamenu .menu-text .text h2 {
  opacity: 0.1;
}

.hamenu ::selection {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.hamenu .menu-links::-webkit-scrollbar {
  width: 4px;
}

.hamenu .menu-links::-webkit-scrollbar-track {
  background: transparent;
}

.hamenu .menu-links::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.bilingual-label {
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
}

.menu-label-zh {
  margin-left: 0.55em;
  font-size: 60%;
  letter-spacing: 0.04em;
}

.about-panel[hidden],
.workflow-panel[hidden],
.contact-panel[hidden] {
  display: none;
}

.about-panel,
.workflow-panel,
.contact-panel {
  max-width: 760px;
  padding: 15px 30px 60px;
  color: #fff;
}

.menu-back {
  margin-bottom: 34px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.14em;
  cursor: pointer;
}

.about-panel h3,
.workflow-panel > h3,
.contact-panel > h3 {
  margin-bottom: 32px;
  color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.contact-panel > h3 span,
.contact-panel > h3 small {
  display: block;
}

.contact-panel > h3 small {
  margin-top: 5px;
  font-size: 45%;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.workflow-panel > h3 span {
  margin-left: 0.45em;
  font-size: 60%;
}

.about-copy {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.about-copy p + p {
  margin-top: 1.5em;
}

.about-copy-en {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 42px;
}

.about-emphasis {
  font-weight: 500;
}

.workflow-list {
  counter-reset: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-list > li {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 30px 0;
}

.workflow-list h4,
.additional-services > h4 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.workflow-list h4 span,
.workflow-list h4 small,
.additional-services > h4 span,
.additional-services > h4 small {
  display: block;
}

.workflow-list h4 small,
.additional-services > h4 small {
  margin-top: 3px;
  font-size: 60%;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.workflow-list p {
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
}

.workflow-list p[lang="en"] {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.additional-services {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 36px 0 20px;
}

.additional-services dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 36px;
}

.additional-services dt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.additional-services dd {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.consultation-form fieldset {
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 32px 0 40px;
}

.consultation-form legend {
  margin-bottom: 28px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.form-field {
  display: block;
  color: #fff;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field > span,
.form-field > small,
.form-choice-group > p span,
.form-choice-group > p small {
  display: block;
}

.form-field > small,
.form-choice-group > p small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.form-field input,
.form-field textarea {
  width: 100%;
  margin-top: 12px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
}

.form-field textarea {
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 14px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #fff;
  outline: none;
}

.form-choice-group {
  margin-top: 34px;
}

.form-choice-group + .form-grid {
  margin-top: 34px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 18px;
}

.choice-grid label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #fff;
  cursor: pointer;
}

.choice-grid input {
  flex: 0 0 auto;
  margin-top: 4px;
  accent-color: var(--sitron-ivory);
}

.form-submit {
  width: 100%;
  border: 1px solid #fff;
  padding: 17px 24px;
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.form-submit span {
  margin-left: 10px;
  font-size: 75%;
}

.form-submit:hover,
.form-submit:focus-visible {
  background: #fff;
  color: var(--sitron-green);
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

@media (min-width: 768px) {
  .menu-label-zh {
    font-size: 48%;
  }
}

@media (max-width: 1199px) {
  .hamenu {
    --sitron-menu-contact-space: 176px;
    --sitron-menu-bottom-space: 28px;
    height: 100svh !important;
    max-height: 100svh;
    background-color: #899271 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect width='1' height='1' fill='%23899271'/%3E%3C/svg%3E") !important;
    background-size: cover !important;
    padding: clamp(72px, 9svh, 100px) 15px max(var(--sitron-menu-bottom-space), env(safe-area-inset-bottom));
    overflow: hidden;
  }

  .hamenu.is-subpanel-open {
    --sitron-menu-contact-space: 0px;
  }

  .hamenu.is-subpanel-open .contact-column {
    display: none !important;
  }

  .hamenu .container {
    height: 100%;
    min-height: 0;
  }

  .hamenu .row {
    height: 100%;
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .hamenu .col-lg-2 {
    flex: 0 0 auto;
    min-height: 0;
  }

  .hamenu .menu-text {
    display: none;
  }

  .hamenu .col-lg-7 {
    flex: 1 1 0;
    width: 100%;
    min-height: 0;
    max-height: calc(100% - var(--sitron-menu-contact-space));
  }

  .hamenu .menu-links {
    height: 100%;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-right: 8px;
    padding-bottom: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, 0.65) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .hamenu.is-subpanel-open .menu-links {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }

  .hamenu .menu-links .main-menu > li .link {
    font-size: clamp(32px, 4.2vw, 44px);
    line-height: 1.14;
  }

  .hamenu .contact-column {
    position: static;
    flex: 0 0 auto;
    min-height: var(--sitron-menu-contact-space);
    display: flex !important;
    align-items: flex-end !important;
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .hamenu .cont-info {
    display: block !important;
    margin-top: 0;
    padding-bottom: 0;
  }

  .hamenu .sitron-contact h5 {
    display: block;
  }

  .hamenu .contact-address-district,
  .hamenu .contact-address-street {
    display: inline;
  }

  .hamenu .sitron-contact p:first-of-type {
    white-space: nowrap;
  }

  .hamenu .sitron-contact p:first-of-type br {
    display: none;
  }

}

@media (max-width: 1199px) and (orientation: landscape) {
  .hamenu {
    --sitron-menu-contact-space: 150px;
    --sitron-menu-bottom-space: 24px;
    padding-top: clamp(54px, 9svh, 82px);
  }
}

@media (hover: none) and (pointer: coarse) {
  .hamenu .menu-links .main-menu > li .link {
    font-size: clamp(24px, 4.8vw, 34px) !important;
    line-height: 1.1;
  }

  .hamenu .menu-links .main-menu > li {
    margin-bottom: clamp(14px, 2.4svh, 22px);
  }

  .menu-label-zh {
    margin-left: 0.38em;
    font-size: 40%;
  }

  .hamenu .sitron-contact h5 {
    font-size: 14px;
    margin-bottom: 5px !important;
  }

  .hamenu .sitron-contact p,
  .hamenu .sitron-contact a {
    font-size: 13px;
    line-height: 1.42;
  }
}

.sitron-contact {
  color: #fff;
  -webkit-text-fill-color: #fff;
  forced-color-adjust: none;
  line-height: 1.9;
}

.sitron-contact h5 {
  color: #fff;
  -webkit-text-fill-color: #fff;
  forced-color-adjust: none;
  font-size: 19.2px;
}

.sitron-contact p,
.sitron-contact a {
  color: #fff;
  -webkit-text-fill-color: #fff;
  forced-color-adjust: none;
}

.sitron-contact a {
  text-decoration: none;
}

.showcase-full,
.showcase-full .swiper-container,
.showcase-full .swiper-wrapper,
.showcase-full .swiper-slide {
  min-height: 100vh;
  min-height: 100svh;
}

.showcase-full .bg-img {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100svh;
  background-position: center;
  background-size: cover;
}

.showcase-full .project-bg-video {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  transition: opacity 0.45s ease;
  will-change: opacity;
  pointer-events: none;
}

.showcase-full .project-bg-video.is-ready {
  opacity: 1;
}

.showcase-full .bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(18, 20, 17, 0.72) 0%, rgba(18, 20, 17, 0.22) 62%, rgba(18, 20, 17, 0.15) 100%);
  pointer-events: none;
}

.showcase-full .bg-img > .container {
  position: relative;
  z-index: 2;
  max-width: none;
  padding-inline: clamp(24px, 6vw, 100px);
}

.showcase-full .caption .sub-title {
  color: var(--sitron-ivory);
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.8;
  text-transform: uppercase;
}

.showcase-full .caption h1 {
  font-size: clamp(calc(2.72rem - 10px), calc(7.2vw - 10px), calc(7.2rem - 10px));
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.showcase-full .caption h1 a {
  color: var(--sitron-ivory);
}

.showcase-full .caption h1 a::after {
  content: "進入作品 720° 環景";
  display: block;
  width: max-content;
  margin-top: 30px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.14em;
}

.showcase-full .caption h1 a.project-link-pending {
  cursor: default;
}

.showcase-full .slider-contro {
  left: clamp(24px, 5vw, 80px);
  right: clamp(24px, 5vw, 80px);
  bottom: 34px;
  display: flex;
  width: auto;
  align-items: center;
  justify-content: space-between;
  color: var(--sitron-ivory);
}

.showcase-full .slider-contro button {
  position: static;
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  background: transparent;
  align-items: center;
  color: inherit;
  font-family: inherit;
}

.showcase-full .swiper-pagination {
  color: var(--sitron-ivory);
}

.projects-error {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: none;
  place-items: center;
  padding: 24px;
  background: var(--sitron-ink);
  color: var(--sitron-ivory);
  text-align: center;
}

.projects-error.is-visible {
  display: grid;
}

@media (max-width: 767px) {
  .topnav {
    padding-top: 22px;
  }

  .hamenu {
    --sitron-menu-contact-space: 150px;
    --sitron-menu-bottom-space: 22px;
  }

  .hamenu .menu-links .main-menu > li .link {
    font-size: clamp(24px, 6.2vw, 28px) !important;
    line-height: 1.12;
  }

  .menu-label-zh {
    margin-left: 0.4em;
    font-size: 40%;
  }

  .hamenu .menu-links {
    padding-bottom: 18px;
  }

  .hamenu .menu-links .main-menu > li {
    margin-bottom: 14px;
  }

  .sitron-contact {
    line-height: 1.45;
  }

  .sitron-contact h5 {
    font-size: 14px;
    margin-bottom: 6px !important;
  }

  .sitron-contact p {
    margin-bottom: 2px;
    font-size: 13px;
  }

  .hamenu .sitron-contact p:first-of-type {
    white-space: normal;
  }

  .hamenu .sitron-contact p:first-of-type br {
    display: block;
  }

  .about-panel,
  .workflow-panel,
  .contact-panel {
    padding: 10px 15px 50px;
  }

  .workflow-panel {
    padding-right: 0;
    padding-left: 0;
  }

  .about-panel h3,
  .workflow-panel > h3,
  .contact-panel > h3 {
    font-size: 1.5rem;
  }

  .about-copy {
    font-size: 15px;
    line-height: 1.85;
  }

  .workflow-list h4,
  .additional-services > h4 {
    font-size: 18px;
  }

  .workflow-list p,
  .additional-services dt,
  .additional-services dd {
    font-size: 15px;
  }

  .additional-services dl {
    grid-template-columns: 1fr;
  }

  .form-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .showcase-full .caption h1 {
    font-size: clamp(calc(2.56rem - 10px), calc(14.4vw - 10px), calc(4.4rem - 10px));
  }

  .showcase-full .caption .sub-title {
    margin-bottom: 18px !important;
  }

  .showcase-full .slider-contro {
    left: 24px;
    right: 24px;
    bottom: 26px;
    width: auto;
  }

  .showcase-full .slider-contro span {
    display: inline;
  }

}

@media (hover: none) and (pointer: coarse) {
  .showcase-full .caption .sub-title {
    font-size: 13px !important;
    letter-spacing: 0.16em;
    line-height: 1.55;
  }

  .showcase-full .caption h1 {
    font-size: clamp(calc(42px - 10px), calc(10.8vw - 10px), calc(54px - 10px)) !important;
    line-height: 1.02;
  }

  .showcase-full .caption h1 a::after {
    margin-top: 22px;
    font-size: 14px !important;
    letter-spacing: 0.12em;
  }

  .about-panel h3,
  .workflow-panel > h3,
  .contact-panel > h3 {
    font-size: 28px !important;
    line-height: 1.25;
  }

  .workflow-panel > h3 span {
    font-size: 42%;
  }

  .about-copy,
  .workflow-list p,
  .workflow-list p[lang="en"],
  .additional-services dt,
  .additional-services dd {
    font-size: 13px !important;
    line-height: 1.72;
  }

  .workflow-list h4,
  .additional-services > h4 {
    font-size: 18px !important;
    line-height: 1.35;
  }

  .workflow-list h4 small,
  .additional-services > h4 small {
    font-size: 58%;
  }
}

@media (hover: none) and (pointer: coarse) and (max-width: 767px) {
  .showcase-full .caption h1 {
    font-size: clamp(calc(38px - 10px), calc(10vw - 10px), calc(46px - 10px)) !important;
  }

  .showcase-full .caption .sub-title {
    font-size: 12px !important;
  }

  .showcase-full .caption h1 a::after {
    font-size: 13px !important;
  }

  .about-panel h3,
  .workflow-panel > h3,
  .contact-panel > h3 {
    font-size: 25px !important;
  }

  .about-copy,
  .workflow-list p,
  .workflow-list p[lang="en"],
  .additional-services dt,
  .additional-services dd {
    font-size: 12.5px !important;
    line-height: 1.68;
  }
}

@media (max-width: 1199px) {
  .hamenu {
    --sitron-menu-copy-size: 15px;
  }

  .menu-label-zh,
  .about-copy,
  .workflow-list p,
  .workflow-list p[lang="en"],
  .workflow-list h4 small,
  .additional-services > h4 small,
  .additional-services dt,
  .additional-services dd,
  .contact-panel > h3 small,
  .form-field > small,
  .form-choice-group > p small,
  .hamenu .sitron-contact p,
  .hamenu .sitron-contact a {
    font-size: var(--sitron-menu-copy-size) !important;
    line-height: 1.58;
  }

  .menu-label-zh {
    margin-left: 0.45em;
  }

  .about-copy,
  .workflow-list p,
  .workflow-list p[lang="en"] {
    line-height: 1.72;
  }

  body:not(.is-line-webview) .showcase-full .caption .sub-title {
    font-size: clamp(13px, 1vw, 14px) !important;
  }

  body:not(.is-line-webview) .showcase-full .caption h1 {
    font-size: clamp(calc(2.56rem - 10px), calc(14.4vw - 10px), calc(4.4rem - 10px)) !important;
  }

  body:not(.is-line-webview) .showcase-full .caption h1 a::after {
    font-size: 14px !important;
  }

  body:not(.is-line-webview) .menu-label-zh,
  body:not(.is-line-webview) .workflow-panel > h3 span {
    font-size: 18px !important;
    line-height: 1.58;
  }

  body:not(.is-line-webview) .about-copy[lang="zh-Hant"],
  body:not(.is-line-webview) .workflow-list p,
  body:not(.is-line-webview) .additional-services dd,
  body:not(.is-line-webview) .consultation-form legend,
  body:not(.is-line-webview) .form-field > span,
  body:not(.is-line-webview) .form-choice-group > p span,
  body:not(.is-line-webview) .choice-grid label span {
    font-size: 18px !important;
    line-height: 1.72;
  }

  body:not(.is-line-webview) .workflow-list p[lang="en"],
  body:not(.is-line-webview) .additional-services dt {
    font-size: 15px !important;
    line-height: 1.72;
  }

  body:not(.is-line-webview) .workflow-list h4,
  body:not(.is-line-webview) .additional-services > h4 {
    font-size: 18px !important;
    line-height: 1.35;
  }

  body:not(.is-line-webview) .workflow-list h4 small,
  body:not(.is-line-webview) .additional-services > h4 small,
  body:not(.is-line-webview) .contact-panel > h3 small,
  body:not(.is-line-webview) .form-field > small,
  body:not(.is-line-webview) .form-choice-group > p small {
    font-size: 13px !important;
    line-height: 1.58;
  }

  body:not(.is-line-webview) .hamenu .sitron-contact p:first-of-type {
    font-size: 15px !important;
    line-height: 1.58;
  }

  body:not(.is-line-webview) .hamenu .sitron-contact p:not(:first-of-type),
  body:not(.is-line-webview) .hamenu .sitron-contact a {
    font-size: 14px !important;
    line-height: 1.58;
  }

  body:not(.is-line-webview) .hamenu .sitron-contact h5 {
    font-size: 17px !important;
    line-height: 1.58;
  }

  body.is-line-webview .showcase-full .caption .sub-title {
    font-size: 12px !important;
    letter-spacing: 0.16em;
    line-height: 1.55;
  }

  body.is-line-webview .showcase-full .caption h1 {
    font-size: clamp(calc(38px - 10px), calc(10vw - 10px), calc(46px - 10px)) !important;
    line-height: 1.02;
  }

  body.is-line-webview .showcase-full .caption h1 a::after {
    margin-top: 22px;
    font-size: 13px !important;
    letter-spacing: 0.12em;
  }

  body.is-line-webview .contact-panel > h3 {
    font-size: 25px !important;
  }

  body.is-line-webview .menu-label-zh,
  body.is-line-webview .workflow-panel > h3 span,
  body.is-line-webview .about-copy,
  body.is-line-webview .workflow-list p,
  body.is-line-webview .workflow-list p[lang="en"],
  body.is-line-webview .workflow-list h4 small,
  body.is-line-webview .additional-services > h4 small,
  body.is-line-webview .additional-services dt,
  body.is-line-webview .additional-services dd,
  body.is-line-webview .contact-panel > h3 small,
  body.is-line-webview .form-field > small,
  body.is-line-webview .form-choice-group > p small,
  body.is-line-webview .hamenu .sitron-contact p,
  body.is-line-webview .hamenu .sitron-contact a {
    font-size: 13px !important;
    line-height: 1.58;
  }

  body.is-line-webview .hamenu .sitron-contact h5 {
    font-size: 15px !important;
    line-height: 1.58;
  }

  body.is-line-webview .about-copy,
  body.is-line-webview .workflow-list p,
  body.is-line-webview .workflow-list p[lang="en"] {
    line-height: 1.72;
  }

  body.is-line-webview .workflow-list h4,
  body.is-line-webview .additional-services > h4 {
    font-size: 16px !important;
    line-height: 1.35;
  }
}

@media (hover: none) and (pointer: coarse) {
  body:not(.is-line-webview) .showcase-full .caption h1 {
    font-size: clamp(calc(42px - 10px), calc(10.8vw - 10px), calc(54px - 10px)) !important;
  }

  body:not(.is-line-webview) .menu-label-zh,
  body:not(.is-line-webview) .workflow-panel > h3 span {
    font-size: 18px !important;
    line-height: 1.58;
  }

  body:not(.is-line-webview) .about-copy[lang="zh-Hant"],
  body:not(.is-line-webview) .workflow-list p,
  body:not(.is-line-webview) .additional-services dd,
  body:not(.is-line-webview) .consultation-form legend,
  body:not(.is-line-webview) .form-field > span,
  body:not(.is-line-webview) .form-choice-group > p span,
  body:not(.is-line-webview) .choice-grid label span {
    font-size: 18px !important;
    line-height: 1.72;
  }

  body:not(.is-line-webview) .workflow-list p[lang="en"],
  body:not(.is-line-webview) .additional-services dt {
    font-size: 15px !important;
    line-height: 1.72;
  }

  body:not(.is-line-webview) .workflow-list h4,
  body:not(.is-line-webview) .additional-services > h4 {
    font-size: 18px !important;
    line-height: 1.35;
  }

  body:not(.is-line-webview) .workflow-list h4 small,
  body:not(.is-line-webview) .additional-services > h4 small,
  body:not(.is-line-webview) .contact-panel > h3 small,
  body:not(.is-line-webview) .form-field > small,
  body:not(.is-line-webview) .form-choice-group > p small {
    font-size: 13px !important;
    line-height: 1.58;
  }

  body:not(.is-line-webview) .hamenu .sitron-contact p:first-of-type {
    font-size: 15px !important;
    line-height: 1.58;
  }

  body:not(.is-line-webview) .hamenu .sitron-contact p:not(:first-of-type),
  body:not(.is-line-webview) .hamenu .sitron-contact a {
    font-size: 14px !important;
    line-height: 1.58;
  }

  body:not(.is-line-webview) .hamenu .sitron-contact h5 {
    font-size: 17px !important;
    line-height: 1.58;
  }

  body.is-line-webview .showcase-full .caption h1 {
    font-size: clamp(calc(38px - 10px), calc(10vw - 10px), calc(46px - 10px)) !important;
  }
}

@media (hover: none) and (pointer: coarse) and (max-width: 767px) {
  body:not(.is-line-webview) .showcase-full .caption h1 {
    font-size: clamp(calc(38px - 10px), calc(10vw - 10px), calc(46px - 10px)) !important;
  }

  body.is-line-webview .contact-panel > h3 {
    font-size: 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
