@charset "UTF-8";
@font-face {
  font-family: "Anton";
  src: url("./font/Anton/Anton-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./font/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./font/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./font/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./font/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./font/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./font/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("./font/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("./font/Montserrat/Montserrat-VariableFont_wght.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Montserrat", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 80px;
  }
}
@media (min-width: 992px) {
  :root {
    --nav-height: 85px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 80px;
  }
}
@media (min-width: 1400px) {
  :root {
    --nav-height: 100px;
  }
}
@media (min-width: 1680px) {
  :root {
    --nav-height: 120px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: white;
  overflow-x: hidden;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body ul,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body ul,
  body li {
    font-size: 1.25rem;
  }
}
body p {
  line-height: 1.8;
  font-size: 1em;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body mark,
body .mark {
  color: #dc4236;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body hr {
  border-top: 1px solid #efefef;
  opacity: 1;
  margin: 3.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

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

.text-secondary {
  color: #38854f !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.8em;
  position: relative;
  margin-bottom: 1.2em;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.block-title:before {
  display: inline-flex;
  align-items: center;
  content: "";
  width: 40px;
  height: 1em;
  background-image: url(../images/icon-block-title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.3em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
    padding-right: 130px !important;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.6em;
  }
}

.block-title2 {
  color: #dc4236;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  display: inline-flex;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
  color: white;
  background-color: #dc4236;
  padding: 0.45em 1.2em;
}

.block-title4 {
  font-size: 1.6em;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: #38854f;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 3em;
  }
}

.block-title5 {
  font-size: 1.2em;
  font-style: italic;
  color: #999;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.15em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.2em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.square {
  aspect-ratio: 1/1;
}

.btn {
  position: relative;
  background-color: transparent !important;
  padding: 0.8em 2.5em !important;
  border-radius: 0;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn img {
  filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
  width: 20px !important;
  height: auto;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn {
    padding: 0.9em 3em !important;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 1em 3.3em !important;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.1em 3.6em !important;
  }
}

.btn-sm {
  padding: 0.15em 1.2em !important;
  font-size: 0.85em !important;
  height: 50px !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.2em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.3em 1.2em !important;
  }
}

.btn-outline-light {
  border: 1px solid white !important;
  color: white !important;
}
.btn-outline-light:hover {
  background-color: #dc4236 !important;
  color: white !important;
}

.btn-close {
  padding: 1em !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  background: #fbf8f3;
  color: #1c1c1c;
}

.hero {
  align-items: center;
  display: flex;
  min-height: min(780px, 75vw);
  overflow: hidden;
  position: relative;
}
.hero-image, .hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.hero-image {
  object-fit: cover;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-kicker {
  color: #dc4236;
  font-family: "Anton", sans-serif;
  font-size: clamp(1.25rem, 2vw, 2.4rem);
  margin: 0 0 -0.45rem;
  transform: rotate(-8deg);
}
.hero-logo img {
  width: 80%;
  height: auto;
  max-width: 500px;
  margin-bottom: 0.5em;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.hero-title {
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0.5rem 0 0;
}
.hero-subtitle {
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.6vw, 1.55rem);
  letter-spacing: 0.13em;
  margin: 0.25rem 0 2rem;
}
.hero-button {
  border-radius: 0;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  min-width: 200px;
  padding: 0.75rem 1.4rem;
  border: 1px solid white;
}
.hero-button i {
  margin-left: 1.5rem;
}

.section {
  padding: clamp(4rem, 8vw, 7.5rem) 0;
}

.section-title {
  align-items: center;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 400;
  gap: 1.75rem;
  justify-content: center;
  letter-spacing: 0.03em;
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
}
.section-title::before, .section-title::after {
  background: currentColor;
  content: "";
  height: 1px;
  max-width: 195px;
  opacity: 0.6;
  width: 16vw;
}

.section-title-light {
  color: white;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-slider .slick-track::after {
  clear: both;
  content: "";
  display: table;
}
.slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}

.events-slider,
.gallery-slider,
.brands-slider {
  --slider-arrow-space: 64px;
  padding-inline: var(--slider-arrow-space);
  padding-bottom: 50px;
}
.events-slider .slick-list,
.gallery-slider .slick-list,
.brands-slider .slick-list {
  margin: 0 -25px;
}
.events-slider .slider-wrap,
.gallery-slider .slider-wrap,
.brands-slider .slider-wrap {
  margin: 0 25px;
}
.events-slider .slick-prev,
.gallery-slider .slick-prev,
.brands-slider .slick-prev {
  left: 0;
}
.events-slider .slick-next,
.gallery-slider .slick-next,
.brands-slider .slick-next {
  right: 0;
}
@media (min-width: 1200px) {
  .events-slider,
  .gallery-slider,
  .brands-slider {
    --slider-arrow-space: 84px;
  }
}

.content-frame {
  --frame-inset: 50px;
  --frame-line-width: 10px;
  --frame-gap: 10px;
  --frame-radius: 75px;
  background-color: #38854f;
  position: relative;
}
.content-frame .content-frame-lines {
  height: 100%;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.content-frame .content-frame-line {
  fill: none;
  stroke-linecap: butt;
  stroke-linejoin: round;
  stroke-width: var(--frame-line-width);
}
.content-frame .content-frame-line-red {
  stroke: #dc4236;
}
.content-frame .content-frame-line-paper {
  stroke: #fbf8f3;
}
.content-frame .content-frame-line-green {
  stroke: #38854f;
}

.section-events {
  background-color: #38854f;
  position: relative;
}
.section-events::before {
  background-color: #fbf8f3;
  border-radius: var(--frame-radius) 0 0 var(--frame-radius);
  content: "";
  height: 100%;
  left: var(--frame-inset);
  position: absolute;
  top: 0;
  width: calc(100% - var(--frame-inset));
  z-index: 0;
}
.section-events .container-fluid {
  position: relative;
  z-index: 2;
}
.section-events .events-slider .slick-dots li.slick-active button:before {
  border: 2px solid #38854f;
  background-color: #38854f;
}
.section-events .event-card {
  color: #1c1c1c;
  display: block;
  text-align: center;
}
.section-events .event-card .img-wrap {
  overflow: hidden;
  aspect-ratio: 4/5;
  border: 8px solid #d1d0cc;
  border-radius: 45% 45% 0 0;
}
.section-events .event-card .img-wrap img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-events .event-card time {
  color: #dc4236;
  display: block;
  font-weight: 500;
  margin-top: 1.2rem;
}
.section-events .event-card h3 {
  font-family: "Noto Sans TC Local", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0.45rem 0 0;
}
.section-events .event-card p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0.2rem 0 0;
  font-weight: 500;
}
.section-events .event-card:hover .img-wrap img {
  transform: scale(1.08);
}

.section-gallery {
  background-color: #fbf8f3;
  position: relative;
}
.section-gallery::before {
  background-color: #38854f;
  background-image: url("../images/bg-gallery.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 0 var(--frame-radius) var(--frame-radius) 0;
  content: "";
  height: 100%;
  position: absolute;
  right: var(--frame-inset);
  top: 0;
  width: calc(100% - var(--frame-inset));
  z-index: 0;
}
.section-gallery .container-fluid {
  position: relative;
  z-index: 2;
}

.section-brands {
  background: #fbf8f3;
  overflow: hidden;
}
.section-brands .container-fluid {
  position: relative;
  z-index: 0;
}
.section-brands .container-fluid .brands-slider {
  position: relative;
  padding: 2em 55px;
}
@media (min-width: 992px) {
  .section-brands .container-fluid .brands-slider {
    padding: 2em 75px 5em 75px;
  }
}
.section-brands .container-fluid .brands-slider .slick-list {
  margin: 0;
}
.section-brands .container-fluid .brands-slider .slider-wrap {
  margin: 0;
  position: relative;
  z-index: 1;
  background-image: url("../images/bg-brands-ar.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 140.96/154.43;
  box-sizing: border-box;
  width: 100%;
}
.section-brands .container-fluid .brands-slider .slider-wrap .brand-item {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1.15;
  height: 100%;
  width: 100%;
  padding: 30px;
}
.section-brands .container-fluid .brands-slider .slider-wrap .brand-item img {
  width: 100% !important;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .section-brands .container-fluid .brands-slider .slider-wrap .brand-item:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .section-brands .container-fluid .brands-slider .slider-wrap .brand-item {
    padding: 35px;
  }
}
@media (min-width: 1680px) {
  .section-brands .container-fluid .brands-slider .slider-wrap .brand-item {
    padding: 40px;
  }
}
.section-brands .container-fluid .brands-slider .brand-item .slick-track {
  display: flex !important;
  align-items: stretch;
}
.section-brands .container-fluid .brands-slider .slick-slide {
  display: block !important;
  height: auto !important;
  box-sizing: border-box;
  padding: 0;
}

.gallery-card {
  aspect-ratio: 3/4;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 32px;
  display: block;
  overflow: hidden;
  position: relative;
}
.gallery-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery-card::after {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  inset: 0;
  position: absolute;
}
.gallery-card span {
  color: #fff;
  font-size: clamp(0.8rem, 1.5vw, 1.2rem);
  font-weight: 600;
  left: 50%;
  letter-spacing: 0.06em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
.gallery-card:hover img {
  transform: scale(1.08);
}

.brand-visual {
  height: clamp(270px, 39vw, 660px);
  overflow: hidden;
}
.brand-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}/*# sourceMappingURL=index.css.map */