@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
:root {
  font-size: clamp(16px, 2.8vw, 18px);
}

h1 {
  font-size: clamp(1.75rem, 3.5vw, 2rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.7rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.35rem);
  font-weight: 500;
}

h4 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 1.7vw, 1.2rem);
  font-weight: 400;
}

h6 {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
}

p,
a,
span {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

small {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  font-weight: 400;
}

li {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
}

button,
input,
textarea,
select {
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}

h2 {
  margin-bottom: 3rem;
  color: #4a90a4;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 2rem;
  }
}
h2 i {
  opacity: 0.7;
}

section {
  padding: 8rem 0rem;
}
@media (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

a {
  text-decoration: none;
  color: #4a90a4;
}

.navbar.scrolled {
  background: rgba(74, 144, 164, 0.2);
  background: linear-gradient(to right, white, #4a90a4);
}
.navbar.scrolled .navbar-brand {
  transition: 0.5s;
}
.navbar.scrolled .navbar-brand .name {
  display: inline-block;
}
.navbar.scrolled .navbar-brand img {
  width: 80px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar.scrolled .navbar-brand img {
    width: 70px;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1049;
  transition: 0.5s;
}
.navbar .navbar-toggler {
  border-color: white;
}
.navbar .navbar-toggler-icon {
  filter: invert(1) brightness(10);
}
.navbar .navbar-brand {
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar .navbar-brand .name {
  display: none;
  position: relative;
  text-decoration: none;
  font-family: "Inter", "Noto Sans TC", sans-serif;
  font-weight: 800;
  font-size: 1.9rem;
  letter-spacing: 2.2px;
  /* 橘紅主體，結合柔金米高光 */
  background: linear-gradient(100deg, #d9664e, #ff8a72 55%, #e5cba7);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* 在白底仍可讀，改成柔灰陰影 */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .navbar .navbar-brand .name {
    font-size: 1.5rem;
    background: linear-gradient(100deg, #d9664e, #ff8a72 55%, #e96d6d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    filter: brightness(1.08);
  }
}
.navbar .navbar-brand .name:hover {
  filter: brightness(1.08);
}
.navbar .navbar-brand img {
  width: 150px;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .navbar .navbar-brand img {
    width: 110px;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
  color: white;
}
@media (max-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 1rem 1em;
    color: #333333;
  }
}
.navbar .navbar-collapse .navbar-nav .nav-item.cta {
  background: #4a90a4;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
#hero .cta-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.438);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.615), rgba(0, 0, 0, 0));
}
@media (max-width: 768px) {
  #hero .cta-box {
    padding: 0;
    background: rgba(0, 0, 0, 0.401);
  }
}
#hero .cta-box .cta-content {
  color: white;
  padding: 2rem 3rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content {
    text-align: center;
  }
}
#hero .cta-box .cta-content h1 {
  margin-bottom: 2rem;
  line-height: 1.5;
}
#hero .cta-box .cta-content .btn-box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  #hero .cta-box .cta-content .btn-box {
    flex-direction: column;
  }
}
#hero .cta-box .cta-content .btn-box a {
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  transition: 0.5s;
}
#hero .cta-box .cta-content .btn-box a b {
  color: #e5cba7;
}
#hero .cta-box .cta-content .btn-box a i {
  padding-left: 0.5rem;
  font-size: 1.3rem;
}
#hero .cta-box .cta-content .btn-box a:first-child {
  background: #4a90a4;
  color: white;
}
#hero .cta-box .cta-content .btn-box a:last-child {
  color: white;
  border: 1px solid white;
}
#hero .cta-box .cta-content .btn-box a:last-child:hover {
  background: white;
  color: #4a90a4;
}
#hero .swiper {
  width: 100%;
  height: 100%;
}
#hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .about-card {
  position: relative;
  background: white;
  padding: 5rem;
  border-radius: 2rem 0 0 2rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #about .about-card {
    padding: 2rem;
  }
}
#about .about-card .seafood {
  position: absolute;
  bottom: -2rem;
  left: -5rem;
  opacity: 0.5;
}
#about .about-card .seafood img {
  width: 90%;
  transform: rotate(20deg);
}
@media (max-width: 768px) {
  #about .about-card .seafood {
    display: none;
  }
}
@media (max-width: 768px) {
  #about img {
    margin-bottom: 2rem;
  }
}
#about p {
  line-height: 2;
}
#about .features-box {
  margin-top: 3rem;
  flex-direction: column;
  display: flex;
  gap: 2rem;
}
#about .features-box .feature-card {
  padding: 1rem;
  border-radius: 1rem;
  background: #e5cba7;
  background: #f8f6f2;
}
#about .features-box .feature-card .title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #d9664e;
}
#about .features-box .feature-card svg {
  width: 50px;
}
#about .features-box .feature-card p {
  color: gray;
}

#works .nav-pills .nav-link.active,
#works .nav-pills .show > .nav-link {
  background: #4a90a4;
}
#works .nav-pills .nav-link {
  color: #ff6b00;
}

@media (max-width: 768px) {
  #contact {
    padding-bottom: 1rem;
  }
}
#contact .contact-box {
  display: flex;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact .contact-box {
    margin-bottom: 1rem;
  }
}
#contact .contact-box:last-child {
  margin-bottom: 0;
}
#contact .contact-box .icon-box {
  background: #4a90a4;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
#contact .contact-box .icon-box i {
  color: white;
  font-size: 2rem;
}
#contact .contact-box a {
  color: #4a90a4;
  font-weight: 600;
}
#contact .contact-box span {
  display: block;
  color: gray;
  margin-top: 0.5rem;
}

footer {
  padding-bottom: 1rem;
}
footer a {
  text-decoration: underline;
}

#menu .menu-nav {
  position: sticky;
  top: 64px;
  z-index: 3;
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  margin: 0 0 1.25rem 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 999px;
  box-shadow: rgba(149, 157, 165, 0.15) 0px 8px 12px;
}
#menu .menu-nav a {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #4a90a4;
  font-weight: 600;
  transition: 0.25s;
}
#menu .menu-nav a:hover {
  background: #4a90a4;
  color: #fff;
}
#menu .menu-card {
  position: relative;
  padding: 1px;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(74, 144, 164, 0.35), rgba(217, 102, 78, 0.35));
}
#menu .menu-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(229, 203, 167, 0.6), rgba(217, 102, 78, 0.4));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
#menu .menu-card .inner {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.1rem 1.1rem 0.9rem 1.1rem;
}
#menu .menu-card h3 {
  font-size: 1.25rem;
  color: #d9664e;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
#menu .menu-card .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#menu .menu-card .items .item {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #f8f6f2;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #333333;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
#menu .menu-card .items .item:hover {
  background: #fdfdfc;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}/*# sourceMappingURL=all.css.map */