@charset "UTF-8";
/* ========================
  🎨 Design Tokens - Variables
======================== */
/* Color */
/* Breakpoints（對齊 Bootstrap） */
/* Font Family */
/* Section Spacing */
/*
  content-edge：內容版心與瀏覽器邊界的預設距離
  section-py：section 上下留白
  如果不需要上下 padding，可用 .section-py--mobile-0 等類別局部去除。
*/
/* Section Spacing - Mobile */
/* Section Spacing - Desktop */
/* Text Block Padding */
.txt-title {
  margin-bottom: 1.5em;
}

.page-zh-title {
  font-size: calc(24 * var(--vw-base));
  font-family: "Noto Serif TC", "PMingLiU", serif;
  color: #231815;
}
@media (amx-width: 991px) {
  .page-zh-title {
    font-size: calc(24 * var(--vw-base));
  }
}

.page-en-subtitle {
  font-size: calc(10 * var(--vw-base));
  font-family: "Playfair Display", "Times New Roman", serif;
  color: #808080;
}

.txt-body p {
  font-size: calc(16 * var(--vw-base));
  font-family: "Noto Serif TC", "PMingLiU", serif;
  color: #231815;
}
@media (max-width: 991px) {
  .txt-body p {
    font-size: calc(18 * var(--vw-base));
  }
}

.page01 {
  aspect-ratio: 1920/1148.56;
}
@media (max-width: 991px) {
  .page01 {
    aspect-ratio: 610/1143;
  }
}

.page02 .page-zh-title {
  letter-spacing: 0.2em;
}
.page02::after {
  content: "";
  background-image: url(../images/img/page02-deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10%;
  right: 7%;
  width: 8%;
  aspect-ratio: 178/202;
}
@media (max-width: 991px) {
  .page02::after {
    top: -4%;
    right: 8%;
    width: 18%;
  }
}

.page03 {
  overflow-x: hidden;
}
.page03 .logo-img {
  max-width: 100%;
  width: 35%;
}
@media (max-width: 991px) {
  .page03 .logo-img {
    width: 30%;
    margin-right: 2%;
  }
}
.page03 .page-en-label {
  position: relative;
  overflow: visible;
  font-size: calc(11 * var(--vw-base));
  font-family: "Playfair Display", "Times New Roman", serif;
}
@media (max-width: 991px) {
  .page03 .page-en-label {
    font-size: calc(18 * var(--vw-base));
  }
}
.page03 .page-en-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100vw;
  height: 0.5px;
  background: #231815;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 2.3s ease;
}
.page03 .page-en-label.aos-animate::after {
  transform: scaleX(1);
}
.page03 .txt-img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .page03 .txt-img {
    width: 74%;
  }
}
.page03 .txt-py {
  padding-block: calc(35 * var(--vw-base));
}

.page2-3-deco::after {
  content: "";
  background-image: url(../images/img/page03-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -12%;
  top: -6%;
  width: 42%;
  aspect-ratio: 560/705;
}
@media (max-width: 991px) {
  .page2-3-deco::after {
    left: -10%;
    top: -1%;
    width: 47%;
  }
}

.page04 {
  padding-top: calc(64 * var(--vw-base));
}
.page04 .page-zh-title {
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media (min-width: 992px) {
  .page04 .content-px {
    padding-right: calc(100 * var(--vw-base));
  }
}

.page05 .page-zh-title {
  font-size: calc(35 * var(--vw-base));
  font-weight: bold;
}
@media (max-width: 991px) {
  .page05 .page-zh-title {
    font-size: calc(36 * var(--vw-base));
    letter-spacing: 0.2em;
  }
}
.page05 .txt-body p {
  font-size: calc(15 * var(--vw-base));
}
@media (max-width: 991px) {
  .page05 .txt-body p {
    font-size: calc(18 * var(--vw-base));
    letter-spacing: 0.08em;
  }
}
@media (min-width: 992px) {
  .page05 .col-lg-7 {
    padding-left: calc(60 * var(--vw-base));
  }
}
@media (max-width: 991px) {
  .page05 .col-lg-4 {
    padding-inline: calc(37 * var(--vw-base));
  }
}
@media (max-width: 991px) {
  .page05 .txt-pb {
    padding-bottom: calc(44 * var(--vw-base));
  }
}
@media (min-width: 992px) {
  .page05::before {
    content: "";
    background-image: url(../images/img/page05-txt-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0%;
    left: 17%;
    width: 24.5%;
    aspect-ratio: 405/397;
  }
}
@media (max-width: 991px) {
  .page05 .txt-img {
    width: 40%;
    margin-left: calc(72 * var(--vw-base));
  }
}

.page06 {
  aspect-ratio: 610/346;
}
.page06 .txt-ps {
  padding-left: calc(37 * var(--vw-base));
}
.page06 .txt-pt {
  padding-top: calc(16 * var(--vw-base));
}
.page06 .page-zh-title {
  font-size: calc(28 * var(--vw-base));
}
.page06 .page-en-title {
  font-size: calc(46 * var(--vw-base));
  text-transform: none;
}
.page06 .layer {
  aspect-ratio: 610/346;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
@media (min-width: 992px) {
  .page06 {
    aspect-ratio: 1920/704;
  }
  .page06 .layer {
    aspect-ratio: 1753/704;
    background-attachment: fixed;
  }
  .page06 .stage-wrap {
    inset-inline: var(--content-edge);
  }
  .page06 .page-zh-title {
    font-size: calc(37 * var(--vw-base));
  }
  .page06 .page-en-title {
    font-size: calc(50 * var(--vw-base));
  }
  .page06 .txt-pt {
    padding-top: calc(40 * var(--vw-base));
  }
  .page06 .txt-ps {
    padding-left: calc(40 * var(--vw-base));
  }
}

.page07-pc {
  --txt-px: calc(26 * var(--vw-base));
}
.page07-pc .page-zh-title {
  font-weight: bold;
  line-height: 1.5;
}
.page07-pc .col-lg-2 {
  margin-top: calc(123 * var(--vw-base));
}
.page07-pc::before {
  content: "";
  background-image: url(../images/img/page07-deco.png);
  aspect-ratio: 590/587;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  position: absolute;
  width: 32%;
  bottom: 1%;
  left: -5%;
}

.page07-m {
  --txt-py: calc(72 * var(--vw-base));
}
.page07-m .col-9 {
  padding-right: calc(37 * var(--vw-base));
}
.page07-m .page-zh-title::before {
  content: "";
  background-image: url(../images/img/page07-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  aspect-ratio: 590/587;
  position: absolute;
  top: -10%;
  left: -55%;
  width: 50%;
}

.page08 {
  background-image: url(../images/img/page08-bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
@media (min-width: 992px) {
  .page08 {
    --content-edge: calc(117 * var(--vw-base));
  }
  .page08 .txt-box {
    padding-right: calc(60 * var(--vw-base));
  }
  .page08 .txt-body p {
    font-size: calc(15 * var(--vw-base));
  }
}
.page08 .page-zh-title {
  position: relative;
  writing-mode: vertical-lr;
  letter-spacing: 0.3em;
  margin-bottom: calc(90 * var(--vw-base));
}
.page08 .page-zh-title::before, .page08 .page-zh-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(50 * var(--vw-base));
  background: #fff;
}
.page08 .page-zh-title::before {
  bottom: 100%;
  margin-bottom: calc(8 * var(--vw-base));
}
.page08 .page-zh-title::after {
  top: 100%;
  margin-top: calc(8 * var(--vw-base));
}
.page08 .page-zh-subtitle {
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-size: calc(28 * var(--vw-base));
  font-weight: bold;
  letter-spacing: 0.7em;
}
.page08 h4 {
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-size: calc(22 * var(--vw-base));
  letter-spacing: 0.7em;
}
@media (max-width: 991px) {
  .page08 h4 {
    font-size: calc(24 * var(--vw-base));
  }
}
.page08 .card-title {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: calc(13 * var(--vw-base));
  color: #3e3a39;
}
@media (max-width: 991px) {
  .page08 .card-title {
    font-size: calc(18 * var(--vw-base));
  }
}
.page08 .card-subtitle {
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-size: calc(11 * var(--vw-base));
}
@media (max-width: 991px) {
  .page08 .card-subtitle {
    font-size: calc(16 * var(--vw-base));
  }
}
.page08 .card-body p {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: calc(10 * var(--vw-base));
}
@media (max-width: 991px) {
  .page08 .card-body p {
    font-size: calc(14 * var(--vw-base));
  }
}
.page08 .card-pc-1::before {
  content: "建築首席";
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-weight: bold;
  font-size: calc(33 * var(--vw-base));
  letter-spacing: 0.1em;
  color: #fff;
  writing-mode: vertical-lr;
  position: absolute;
  top: -41%;
  right: 0%;
}
.page08 .card-pc-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 28% 50%;
  transform: translateY(calc(100 * var(--vw-base)));
  z-index: 10;
}
.page08 .card-pc-2 .txt-wrap {
  padding-bottom: calc(56 * var(--vw-base));
}
.page08 .card-pc-2::after {
  content: "公設巨匠";
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-weight: bold;
  font-size: calc(33 * var(--vw-base));
  letter-spacing: 0.1em;
  color: #fff;
  writing-mode: vertical-lr;
  position: absolute;
  top: 26%;
  right: 0%;
}
.page08 .card-pc-3 {
  transform: translateY(calc(36 * var(--vw-base)));
}
.page08 .card-pc-3 .txt-wrap {
  padding-top: calc(33 * var(--vw-base));
}
.page08 .card-pc-3::after {
  content: "景觀大師";
  font-family: "Noto Serif TC", "PMingLiU", serif;
  font-weight: bold;
  font-size: calc(33 * var(--vw-base));
  letter-spacing: 0.1em;
  color: #fff;
  writing-mode: vertical-lr;
  position: absolute;
  top: 55%;
  right: 0%;
}
@media (max-width: 991px) {
  .page08 {
    --txt-py: calc(60 * var(--vw-base));
  }
}
.page08 .card-m-1::after {
  content: "建築首席";
  font-family: "Noto Serif TC", "PMingLiU", serif;
  color: white;
  font-size: calc(35 * var(--vw-base));
  letter-spacing: 0.15em;
  writing-mode: vertical-lr;
  font-weight: bold;
  position: absolute;
  top: 16%;
  right: 0%;
}
.page08 .card-m-2::after {
  content: "公設巨匠";
  font-family: "Noto Serif TC", "PMingLiU", serif;
  color: white;
  font-size: calc(35 * var(--vw-base));
  letter-spacing: 0.15em;
  writing-mode: vertical-lr;
  font-weight: bold;
  position: absolute;
  top: 15%;
  left: 0%;
}
.page08 .card-m-3::after {
  content: "景觀大師";
  font-family: "Noto Serif TC", "PMingLiU", serif;
  color: white;
  font-size: calc(35 * var(--vw-base));
  letter-spacing: 0.15em;
  writing-mode: vertical-lr;
  font-weight: bold;
  position: absolute;
  top: 16%;
  right: 0%;
}

.page09-pc {
  background-image: url(../images/img/page09-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  padding-top: calc(100 * var(--vw-base));
}
.page09-pc .txt-body p {
  font-size: calc(12 * var(--vw-base));
}
.page09-pc .txt-img {
  max-width: 100%;
  width: 95%;
}
.page09-pc .img-wrap--break {
  transform: translateY(calc(30 * var(--vw-base)));
}
.page09-pc::after {
  content: "";
  background-image: url(../images/img/page09-deco-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 125/190;
  position: absolute;
  width: 8%;
  bottom: -3%;
  left: -2%;
}
.page09-pc .deco-line {
  position: relative;
}
.page09-pc .deco-line::before, .page09-pc .deco-line::after {
  content: "";
  position: absolute;
  left: calc(-14 * var(--vw-base));
  background-color: #231815;
}
.page09-pc .deco-line::before {
  top: 0;
  width: 0.3px;
  height: 128%;
}
.page09-pc .deco-line::after {
  top: 109%;
  width: 3px;
  height: 46%;
  left: calc(-14.5 * var(--vw-base));
}

.page09-pc-2 .bottom-img {
  max-width: 100%;
  width: 100%;
}
.page09-pc-2 .bottom-img-wrap {
  position: relative;
}
.page09-pc-2 .bottom-img-wrap::after {
  content: "";
  background-image: url(../images/img/page09-deco-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 110/120;
  position: absolute;
  width: 9%;
  top: -24%;
  right: 6%;
}

.page09-m {
  background-image: url(../images/img/page09-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow-x: hidden;
}
.page09-m .deco-img {
  max-width: 100%;
  width: 80%;
}
.page09-m .col-9 {
  padding-right: calc(37 * var(--vw-base));
}
.page09-m .txt-img {
  max-width: 100%;
  width: 95%;
  display: block;
  margin-inline: auto;
}
.page09-m .page-en-subtitle {
  font-size: calc(12 * var(--vw-base));
}
.page09-m {
  --txt-py: calc(60 * var(--vw-base));
}
.page09-m::before {
  content: "";
  background-image: url(../images/img/page09-deco-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 110/120;
  position: absolute;
  width: 21%;
  top: 5%;
  right: -10%;
  overflow-x: hidden;
}
.page09-m::after {
  content: "";
  background-image: url(../images/img/page09-deco-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 125/190;
  position: absolute;
  width: 21%;
  bottom: 0%;
  left: -15%;
  overflow-x: hidden;
}
.page09-m .deco-line {
  position: relative;
}
.page09-m .deco-line::before, .page09-m .deco-line::after {
  content: "";
  position: absolute;
  left: calc(27 * var(--vw-base));
  background-color: #231815;
}
.page09-m .deco-line::before {
  top: -260%;
  width: 0.8px;
  height: 190%;
}
.page09-m .deco-line::after {
  top: -70%;
  width: 1.5px;
  height: 46%;
  left: calc(26.5 * var(--vw-base));
}

.page09-m-2 .bottom-img {
  max-width: 100%;
  width: 100%;
}

.page10 {
  background-image: url(../images/img/page10-bg-pc.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media (max-width: 991px) {
  .page10 {
    background-image: url(../images/img/page10-bg-1-m.png);
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .page10 {
    --content-edge: calc(83 * var(--vw-base));
  }
  .page10::before {
    content: "";
    background-image: url(../images/img/page10-deco-1.svg);
    aspect-ratio: 526/184;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 30%;
    bottom: -1.5%;
    left: 7%;
  }
}
.page10 .col-lg-4 img {
  max-width: 100%;
  width: 25%;
  margin-bottom: 8%;
}
@media (max-width: 991px) {
  .page10 .col-lg-4 img {
    width: 20%;
    margin-bottom: 4%;
  }
}
@media (min-width: 992px) {
  .page10 .col-lg-4::after {
    content: "";
    background-image: url(../images/img/page10-deco-2.svg);
    aspect-ratio: 160/335;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -32%;
    right: 0%;
    width: 22%;
  }
}
@media (min-width: 992px) {
  .page10 .col-lg-7 {
    padding-left: calc(72 * var(--vw-base));
  }
}
.page10 .page-zh-title {
  font-weight: bold;
  font-size: calc(18 * var(--vw-base));
  letter-spacing: 0.2em;
  margin-bottom: 20%;
}
@media (max-width: 991px) {
  .page10 .page-zh-title {
    margin-bottom: calc(38 * var(--vw-base));
  }
}
.page10 form {
  background: rgba(255, 255, 255, 0.8);
  margin-top: calc(10 * var(--vw-base));
  padding: calc(32 * var(--vw-base)) calc(40 * var(--vw-base));
}
@media (max-width: 991px) {
  .page10 form {
    padding: calc(40 * var(--vw-base)) calc(37 * var(--vw-base));
  }
}
.page10 form label {
  color: #231815;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
.page10 form .form-control,
.page10 form .form-select {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #231815;
  border-radius: 0;
  color: #231815;
  padding-inline: 0;
  box-shadow: none !important;
}
.page10 form .form-control::-moz-placeholder, .page10 form .form-select::-moz-placeholder {
  color: rgba(35, 24, 21, 0.4);
}
.page10 form .form-control::placeholder,
.page10 form .form-select::placeholder {
  color: rgba(35, 24, 21, 0.4);
}
.page10 form .small,
.page10 form .form-check-label,
.page10 form .form-check-label a {
  color: #231815;
}
.page10 form input[type=submit] {
  border-radius: 50rem;
}
.page10 form .form-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #231815;
}
.page10 form .form-item label {
  width: calc(60 * var(--vw-base));
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: calc(12 * var(--vw-base));
}
@media (max-width: 991px) {
  .page10 form .form-item label {
    width: calc(64 * var(--vw-base));
  }
}
.page10 form .form-item input,
.page10 form .form-item select {
  flex: 1;
  border: none;
  background: none;
  padding-left: 20px;
  font-size: inherit;
}
@media (max-width: 991px) {
  .page10 form .form-item input,
  .page10 form .form-item select {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .page10 form::after {
    content: "";
    background-image: url(../images/img/page10-deco-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 134/410;
    position: absolute;
    width: 14%;
    top: -11%;
    right: -9%;
  }
}

.copyright {
  font-size: calc(10 * var(--vw-base));
}
@media (max-width: 991px) {
  .copyright {
    font-size: calc(10 * var(--vw-base));
  }
}/*# sourceMappingURL=style.css.map */