/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Theme Name: Funamori Dev
 * Text Domain: funamori
 * Version: 1.0.0-dev
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "PT Serif", "Times New Roman", "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #1f2937;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "PT Serif", "Times New Roman", "Noto Serif JP", "Yu Mincho", serif;
  font-weight: normal;
  line-height: 1.4;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 32px;
  color: inherit;
  list-style: none;
}

address {
  font-style: normal;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

a {
  display: block;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.section-title__header {
  display: flex;
  flex-direction: column;
}
.section-title__title {
  font-size: 2rem;
}

.section-title2__title {
  font-size: clamp(2rem, 6vw, 3rem);
}
.section-title2__title-en {
  font-size: 1.75rem;
}

.section-title3__header {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-title3__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title3__title-en {
  font-size: 3em;
  line-height: 1.1;
  overflow-wrap: break-word;
}
@media (max-width: 991px) {
  .section-title3__title-en {
    font-size: 2.5em;
  }
}
.section-title3__lead {
  font-size: 1.125rem;
  line-height: 1.5;
}

.section-title5__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.section-title5__title-border {
  position: relative;
  width: 3rem;
  height: 4px;
  background-color: #583e11;
  margin: auto;
}
.section-title5__title-border::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: #ffd700;
}

.gradient-text {
  background: linear-gradient(90deg, #533d0f, #ff6658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text--2 {
  background: linear-gradient(-90deg, rgba(93, 68, 13, 0.5), rgba(93, 68, 13, 0.5) 50%, #533d0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text--reverse {
  background: linear-gradient(90deg, #3498db, #000046);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text--perpule {
  background: linear-gradient(90deg, #19499d, #dc2430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.en,
.english {
  font-family: "PT Serif", "Times New Roman", serif;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  padding: 16px 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .site-header {
    padding: 0;
  }
}
.site-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #583e11;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.site-header.is-scrolled .site-header__burger-line {
  background-color: #583e11;
}
.site-header.is-scrolled .site-header__container {
  background-color: transparent;
}
@media (max-width: 991px) {
  .site-header__logo-link {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
  }
}
.site-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  padding: 16px 24px;
  background-color: white;
}
@media (max-width: 991px) {
  .site-header__container {
    width: 100%;
  }
}
.site-header__nav-list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header__nav-item {
  position: relative;
  display: flex;
  gap: 1rem;
}
.site-header__nav-item:not(:last-child)::after {
  content: "/";
}
.site-header__nav-item a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.site-header__nav-item a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #583e11;
  transition: width 0.3s ease;
}
.site-header__nav-item a:hover {
  color: #583e11;
}
.site-header__nav-item a:hover::before {
  width: 100%;
}
.site-header__nav-item a.is-active {
  font-weight: 700;
}
.site-header__nav-item a.is-active::before {
  width: 100%;
  background: #f59e0b;
}
.site-header.is-scrolled .site-header__nav-item a::before {
  background: #583e11;
}
.site-header.is-scrolled .site-header__nav-item a:hover {
  color: rgb(45.2571428571, 31.8857142857, 8.7428571429);
}
.site-header.is-scrolled .site-header__logo svg .gradient-accent {
  fill: url(#primary-gradient-3);
}
.site-header.is-scrolled .site-header__logo svg .gradient-wave {
  fill: url(#primary-gradient-2);
}
.site-header.is-scrolled .site-header__logo svg .gradient-detail {
  fill: url(#primary-gradient-4);
}
.site-header.is-scrolled .site-header__logo svg .gradient-main {
  fill: url(#primary-gradient);
}
.site-header.is-scrolled .site-header__logo svg .text-primary {
  fill: #112040;
}
.site-header__logo-image {
  max-height: 60px;
  width: auto;
}
.site-header__logo svg {
  max-width: 14rem;
  width: 100%;
  display: block;
}
.site-header__logo svg * {
  fill: white;
}
@media (max-width: 991px) {
  .site-header__logo svg {
    max-height: 45px;
  }
}
.site-header__nav-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.site-header__cta-button {
  background: linear-gradient(90deg, #09ac5d, #61e7a6);
  padding: 0 8px 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}
.site-header__cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0cbd66, #72f0b8);
  transition: left 0.3s ease;
  z-index: -1;
}
.site-header__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(9, 172, 93, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.site-header__cta-button:hover::before {
  left: 0;
}
.site-header__cta-button:hover img {
  animation: phone-ring 0.5s ease-in-out;
}
.site-header__cta-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(9, 172, 93, 0.3);
}
.site-header__cta-button img {
  width: 2rem;
  transition: transform 0.3s ease;
  z-index: 1;
}
.site-header__cta-button span {
  position: relative;
  z-index: 1;
}
@keyframes phone-ring {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30%, 50%, 70% {
    transform: rotate(-10deg);
  }
  20%, 40%, 60%, 80% {
    transform: rotate(10deg);
  }
}
.site-header__logo-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header__logo-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.site-header__lang-switcher {
  display: flex;
  align-items: center;
}
.site-header__lang-link {
  position: relative;
  padding: 0.375rem 0.625rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
}
@media (max-width: 991px) {
  .site-header__lang-link {
    font-size: 0.8rem;
  }
}
.site-header__lang-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #09ac5d, #61e7a6);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.site-header__lang-link:hover {
  color: #09ac5d;
  background-color: rgba(9, 172, 93, 0.05);
  transform: translateY(-2px);
}
.site-header__lang-link:hover::before {
  width: 80%;
}
.site-header__lang-link:active {
  transform: translateY(0);
}
.site-header__lang-link--ja:focus-visible, .site-header__lang-link--tw:focus-visible {
  outline: 2px solid #09ac5d;
  outline-offset: 2px;
}
.site-header__lang-separator {
  font-size: 0.875rem;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.site-header__lang-icon {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #583e11;
  opacity: 0.8;
}
.site-header__lang-icon svg {
  width: 20px;
  height: 20px;
}

.site-header__contact {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(93, 68, 13, 0.5), #ff6658);
  color: white;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.site-header__contact::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  transform: rotate(45deg) translateX(-100%);
  transition: transform 0.6s ease;
}
.site-header__contact:hover {
  transform: scale(1.05);
}
.site-header__contact:hover::before {
  transform: rotate(45deg) translateX(100%);
}
.site-header__contact:hover .site-header__contact-icon {
  animation: contact-bounce 0.4s ease;
}
.site-header__contact:hover .site-header__contact-text {
  animation: text-glow 0.3s ease;
}
.site-header__contact:active {
  transform: scale(1.02);
  box-shadow: 0 3px 15px rgba(9, 172, 93, 0.4);
}
.site-header__contact-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.site-header__contact-icon img {
  width: 3rem;
  height: auto;
  transition: transform 0.3s ease;
}
.site-header__contact-text {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 1;
}

@keyframes contact-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes text-glow {
  0%, 100% {
    text-shadow: 0 0 0 transparent;
  }
  50% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
.site-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1032;
  transition: all 0.3s ease;
}
.site-header__burger:hover {
  opacity: 0.8;
}
.site-header__burger:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.site-header__burger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #583e11;
  margin: 3px 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.site-header__burger-line:first-child {
  margin-top: 0;
}
.site-header__burger-line:last-child {
  margin-bottom: 0;
}
.site-header__burger.is-active .site-header__burger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header__burger.is-active .site-header__burger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.site-header__burger.is-active .site-header__burger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.site-header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1031;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.site-header__mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
}
.site-header__mobile-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}
.site-header__mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background-color: white;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  z-index: 9;
}
.site-header__mobile-menu.is-open .site-header__mobile-menu-content {
  transform: translateX(0);
}
.site-header__mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .site-header__mobile-menu-header {
    color: #583e11;
    font-size: clamp(1.5rem, 10vw, 1.75rem);
  }
}
.site-header__mobile-menu-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #583e11;
  margin: 0;
}
.site-header__mobile-menu-logo {
  display: flex;
  align-items: center;
}
.site-header__mobile-menu-logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #583e11;
}
.site-header__mobile-menu-logo-image {
  max-height: 32px;
  width: auto;
}
.site-header__mobile-menu-logo-link svg {
  max-height: 32px;
  width: auto;
  display: block;
}
.site-header__mobile-menu-logo-text {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.site-header__mobile-menu-logo-text:first-child {
  margin-bottom: 2px;
}
.site-header__mobile-menu-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.site-header__mobile-menu-close:hover {
  opacity: 0.7;
}
.site-header__mobile-menu-close:focus {
  outline: 2px solid #583e11;
  outline-offset: 2px;
}

.site-header__close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #583e11;
  transition: all 0.3s ease;
}
.site-header__close-line:first-child {
  transform: rotate(45deg);
}
.site-header__close-line:last-child {
  transform: rotate(-45deg);
}

.site-header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__mobile-nav-item {
  border-bottom: 1px solid #f0f0f0;
}
.site-header__mobile-nav-item:last-child {
  border-bottom: none;
}
.site-header__mobile-nav-link {
  display: block;
  padding: 16px;
  color: #583e11;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.site-header__mobile-nav-link:hover {
  background-color: #f8f9fa;
  color: rgb(45.2571428571, 31.8857142857, 8.7428571429);
}
.site-header__mobile-nav-link:focus {
  outline: 2px solid #583e11;
  outline-offset: -2px;
}
.site-header__mobile-nav-link.is-active {
  background-color: rgb(226.5857142857, 183.1285714286, 107.9142857143);
  font-weight: 600;
}
.site-header__mobile-nav-link.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #583e11;
}

.site-header__mobile-cta {
  padding: 16px;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.site-header__mobile-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #09ac5d, #61e7a6);
  color: white;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .site-header__mobile-contact {
    gap: 1rem;
    justify-content: start;
  }
}
.site-header__mobile-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(9, 172, 93, 0.3);
}
.site-header__mobile-contact:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.site-header__mobile-contact-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header__mobile-contact-icon {
    width: 3rem;
  }
}
.site-header__mobile-contact-icon img {
  width: 24px;
  height: 24px;
}
@media (max-width: 991px) {
  .site-header__mobile-contact-icon img {
    width: 100%;
    height: auto;
  }
}
.site-header__mobile-contact-text {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .site-header__mobile-contact-text {
    font-size: 1.5rem;
    line-height: 1;
  }
}

@media (max-width: 1024px) {
  .site-header__burger {
    display: flex;
  }
  .site-header__nav-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header__container {
    padding: 16px 16px 8px 16px;
  }
  .site-header__logo-image {
    width: 10rem;
  }
  .site-header__mobile-menu-content {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .site-header__mobile-menu-content {
    width: 100vw;
  }
}
.contact-cta.footer {
  background-color: #f7f7f7;
  padding: 4rem 1rem;
}
.contact-cta__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.contact-cta__buttons-row {
  display: flex;
  gap: 2rem;
}
@media (max-width: 991px) {
  .contact-cta__buttons-row {
    flex-direction: column;
    gap: 1rem;
  }
}
.contact-cta__button {
  padding: 1.5rem 3rem;
  color: #583e11;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact-cta__button {
    padding: 1.5rem;
  }
}
.contact-cta__button-inner {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.contact-cta__button-icon {
  flex-shrink: 0;
  line-height: 1;
}
.contact-cta__button-text {
  display: flex;
  flex-direction: column;
}
.contact-cta__button-title {
  font-size: 3rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .contact-cta__button-title {
    word-break: auto-phrase;
    font-size: 2rem;
  }
}
.contact-cta__button-subtitle {
  font-size: 1.25rem;
  line-height: 1.2;
}
.contact-cta__button-col {
  border: 1px solid #583e11;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  background-color: white;
}
.contact-cta__button-col:hover {
  background-color: #583e11;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.contact-cta__button-col:hover .contact-cta__button-icon svg path {
  fill: #ffffff;
}
.contact-cta__button-col:hover .contact-cta__button-text {
  color: white;
}

.site-footer {
  background-color: #583e11;
  padding: 4rem 1rem;
  color: white;
  position: relative;
  z-index: 1;
}
.site-footer__upper {
  text-align: center;
  font-size: clamp(1.5rem, 6vw, 4rem);
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .site-footer__upper {
    font-size: clamp(2.5rem, 10vw, 2.5rem);
    line-height: 1.5;
  }
}
.site-footer__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.site-footer__logo-wrapper {
  text-align: center;
}
.site-footer__logo-link svg {
  width: 100%;
  display: block;
}
.site-footer__logo-link svg * {
  fill: white !important;
}
@media (max-width: 991px) {
  .site-footer__logo-link svg {
    max-width: 10rem;
  }
}
.site-footer__logo-link-image {
  max-width: 12rem;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .site-footer__logo-link-image {
    max-width: 10rem;
  }
}
.site-footer__logo-link-text-line1, .site-footer__logo-link-text-line2 {
  display: block;
  font-weight: 600;
  line-height: 1.2;
}
.site-footer__logo-link-text-line1 {
  font-size: 1.2rem;
}
.site-footer__logo-link-text-line2 {
  font-size: 1.5rem;
}
.site-footer__divider {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 2rem 0;
}
.site-footer__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}
.site-footer__container {
  position: relative;
  z-index: 2;
}
.site-footer__address {
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  gap: 0.5rem;
}
.site-footer__logo-wrapper {
  width: 90%;
  max-width: 20rem;
  margin-bottom: 2rem;
}
.site-footer__lower {
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.125rem;
}
.site-footer__catchphrase {
  line-height: 1.4;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
.container__large {
  max-width: 1600px;
  margin: 0 auto;
}

.section {
  margin: 4rem auto;
}
@media (max-width: 991px) {
  .section {
    margin: 2rem auto;
  }
}
.section__medium {
  margin: 2rem auto;
}
@media (max-width: 991px) {
  .section__medium {
    margin: 1rem auto;
  }
}
.section__large {
  margin: 6rem auto;
}
@media (max-width: 991px) {
  .section__large {
    margin: 2rem auto;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme styles */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider .slick-dots {
  bottom: 20px;
}
.slick-slider .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.5;
  color: white;
}
.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 10;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-size: 24px;
  opacity: 0.8;
}
.slick-slider .slick-prev:hover:before,
.slick-slider .slick-next:hover:before {
  opacity: 1;
}
.slick-slider .slick-prev {
  left: 20px;
}
.slick-slider .slick-next {
  right: 20px;
}

.hero-slider .slick-slide {
  height: 80vh;
  min-height: 600px;
}

.hero {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
  background-color: #583e11;
  color: white;
}
@media (max-width: 991px) {
  .hero {
    height: 100vh;
  }
}
.hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.hero__title {
  width: 100%;
  text-align: center;
  padding: 0 16px;
  font-size: clamp(2rem, 5vw, 5rem);
  letter-spacing: 2px;
  text-shadow: 0px 4px 5.2px #2d3748;
  z-index: 10;
}
@media (max-width: 991px) {
  .hero__title {
    font-size: clamp(3rem, 5vw, 5rem);
    text-align: left;
  }
}
.hero__title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero__title .char.animate {
  opacity: 1;
  transform: translateY(0);
}
.hero__title .space {
  display: inline-block;
  width: 0.3em;
}
.hero__content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero__subtitle {
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 991px) {
  .hero__subtitle {
    margin-bottom: 0;
    margin-top: 2rem;
  }
}
.hero__subtitle.fade-in {
  opacity: 1;
}

.hero__visual {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.hero__visual img,
.hero__visual .hero__bg-img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.hero__gallery {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.hero__slider {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.hero__slider.slick-slider {
  margin: 0;
  height: 100%;
}
.hero__slider .slick-list {
  height: 100%;
  overflow: hidden;
}
.hero__slider .slick-track {
  height: 100%;
}
.hero__slider .hero__visual img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@keyframes heroSubtitleScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slick-initialized .hero .hero__gallery .hero__slider {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.hero .hero__gallery .hero__slider .slick-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.hero__sc-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: white;
}
.hero__sc-down-text {
  text-transform: uppercase;
}
.hero__sc-down-icon {
  width: 1px;
  height: 4rem;
  background-color: white;
  position: relative;
}
.hero__sc-down-icon .circle {
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollDown 2s ease-in-out infinite;
}

@keyframes scrollDown {
  0% {
    top: 0;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.page-hero {
  position: relative;
  height: 50vh;
  min-height: 400px;
  max-height: 600px;
  overflow: hidden;
  background-color: #583e11;
  color: white;
}
.page-hero__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.page-hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hero__container {
  width: 100%;
}
.page-hero__content-inner {
  text-align: center;
  padding: 24px 0;
}
.page-hero__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 16px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
.page-hero__breadcrumb {
  margin-bottom: 8px;
}
.page-hero__breadcrumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
.page-hero__breadcrumb-list li {
  display: flex;
  align-items: center;
}
.page-hero__breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin-left: 4px;
  opacity: 0.7;
}
.page-hero__breadcrumb-link {
  color: white;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.page-hero__breadcrumb-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.page-hero__breadcrumb-item--current {
  opacity: 0.9;
}
.page-hero__excerpt {
  margin-top: 16px;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-hero {
    height: 40vh;
    min-height: 300px;
  }
  .page-hero__title {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin-bottom: 8px;
  }
  .page-hero__breadcrumb-list {
    font-size: 0.8rem;
  }
  .page-hero__excerpt {
    font-size: 1rem;
    margin-top: 8px;
  }
  .page-hero__content-inner {
    padding: 16px 0;
  }
}

.page-hero--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.page-hero--overlay .page-hero__bg-img {
  opacity: 1;
}

.contact-form-wrapper {
  max-width: 800px;
  margin: 4rem auto;
}

.contact-form-section {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e7eb;
}
.contact-form-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.contact-form-section__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #583e11;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-form-row {
  margin-bottom: 24px;
}

.contact-form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1f2937;
}
.contact-form-label--required {
  position: relative;
}

.contact-form-required {
  display: inline-block;
  background-color: #e74c3c;
  color: white;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 4px;
  font-weight: normal;
}

.contact-form-note {
  font-size: 0.9rem;
  color: #6b7280;
  font-weight: normal;
  margin-left: 4px;
}

.contact-form-field,
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 1rem;
  background-color: white;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-field:focus,
.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus {
  outline: none;
  border-color: #583e11;
  box-shadow: 0 0 0 3px rgba(88, 62, 17, 0.1);
}
.contact-form-field::-moz-placeholder, .wpcf7-text::-moz-placeholder, .wpcf7-email::-moz-placeholder, .wpcf7-tel::-moz-placeholder {
  color: #999;
}
.contact-form-field::placeholder,
.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-tel::placeholder {
  color: #999;
}

.contact-form-radio-group .wpcf7-form-control-wrap {
  display: block;
}
.contact-form-radio-group .wpcf7-list-item {
  display: inline-block;
  margin: 0 16px 8px 0;
}
.contact-form-radio-group .wpcf7-list-item:last-child {
  margin-right: 0;
}
.contact-form-radio-group label {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
  white-space: nowrap;
}
.contact-form-radio-group label:hover {
  background-color: rgba(88, 62, 17, 0.05);
  border-color: #583e11;
}
.contact-form-radio-group input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  flex-shrink: 0;
}
.contact-form-radio-group input[type=radio]:checked + label,
.contact-form-radio-group label:has(input[type=radio]:checked) {
  background-color: rgba(88, 62, 17, 0.1);
  border-color: #583e11;
  font-weight: 600;
  color: #583e11;
}
@media (max-width: 768px) {
  .contact-form-radio-group .wpcf7-list-item {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .contact-form-radio-group .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
  .contact-form-radio-group label {
    display: flex;
    width: 100%;
  }
}

.contact-form-examples {
  background-color: #f8f9fa;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.contact-form-example__title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #583e11;
  margin-bottom: 4px;
}
.contact-form-example__text {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.5;
}

.contact-form-textarea,
.wpcf7-textarea {
  width: 100%;
  min-height: 200px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  resize: vertical;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-textarea:focus,
.wpcf7-textarea:focus {
  outline: none;
  border-color: #583e11;
  box-shadow: 0 0 0 3px rgba(88, 62, 17, 0.1);
}
.contact-form-textarea::-moz-placeholder, .wpcf7-textarea::-moz-placeholder {
  color: #999;
}
.contact-form-textarea::placeholder,
.wpcf7-textarea::placeholder {
  color: #999;
}

.contact-form-submit-wrapper {
  text-align: center;
  margin-top: 32px;
}

.contact-form-submit,
.wpcf7-submit {
  background: linear-gradient(135deg, #583e11, rgb(130.7428571429, 92.1142857143, 25.2571428571));
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 16px 64px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(88, 62, 17, 0.3);
  min-width: 200px;
}
.contact-form-submit:hover,
.wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(88, 62, 17, 0.4);
  background: linear-gradient(135deg, rgb(66.6285714286, 46.9428571429, 12.8714285714), #583e11);
}
.contact-form-submit:active,
.wpcf7-submit:active {
  transform: translateY(0);
}
.contact-form-submit:disabled,
.wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: 0 4px 15px rgba(88, 62, 17, 0.2) !important;
}

.wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 0.85rem;
  margin-top: 4px;
  display: block;
}

.wpcf7-not-valid {
  border-color: #e74c3c !important;
}

.wpcf7-response-output {
  margin: 24px 0;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.wpcf7-response-output.wpcf7-acceptance-missing {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
}

.privacy-error-message {
  margin: 24px 0;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  animation: slideInUp 0.3s ease-out;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #583e11;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  margin-left: 24px;
  position: relative;
}
.wpcf7-spinner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid white;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wpcf7.sending .wpcf7-spinner {
  visibility: visible;
}

@media (max-width: 768px) {
  .contact-form-section__title {
    font-size: 1.2rem;
  }
  .contact-form-examples {
    grid-template-columns: 1fr;
  }
  .contact-form-submit,
  .wpcf7-submit {
    width: 100%;
    padding: 16px 24px;
  }
  .contact-form-radio-group label {
    flex-wrap: wrap;
  }
}
.contact-form-field:focus-visible,
.contact-form-textarea:focus-visible,
.contact-form-submit:focus-visible {
  outline: 2px solid #583e11;
  outline-offset: 2px;
}

.privacy-policy-wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #fafafa;
}

.privacy-policy-content {
  height: 300px;
  overflow-y: auto;
  padding: 24px;
  line-height: 1.6;
}
.privacy-policy-content h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #583e11;
  margin-bottom: 16px;
  border-bottom: 2px solid #583e11;
  padding-bottom: 4px;
}
.privacy-policy-content h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #1f2937;
  margin: 24px 0 8px 0;
}
.privacy-policy-content p {
  margin-bottom: 16px;
  color: #1f2937;
}
.privacy-policy-content ul {
  margin: 8px 0 16px 24px;
  list-style-type: disc;
}
.privacy-policy-content ul li {
  margin-bottom: 4px;
  color: #1f2937;
}
.privacy-policy-content::-webkit-scrollbar {
  width: 8px;
}
.privacy-policy-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.privacy-policy-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.privacy-policy-content::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

.privacy-agreement {
  background-color: white;
  padding: 16px;
  border-top: 1px solid #e5e7eb;
}
.privacy-agreement .wpcf7-list-item {
  margin: 0;
}
.privacy-agreement .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.5;
}
.privacy-agreement .wpcf7-list-item label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}

.privacy-checkbox .wpcf7-list-item {
  margin: 0;
}
.privacy-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.5;
}
.privacy-checkbox .wpcf7-list-item label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
}
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
}

.wpcf7-spinner {
  position: absolute !important;
}

.ceo-message__header {
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 90%;
}
.ceo-message__header-wrapper {
  display: flex;
  justify-content: center;
}
.ceo-message__signature-text {
  margin-top: 1.5rem;
}
.ceo-message__title {
  display: inline-block;
  font-size: clamp(2rem, 4vw, 4rem);
  background: linear-gradient(90deg, #583e11, #e2cb98);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 991px) {
  .ceo-message__title {
    font-size: clamp(3rem, 5vw, 5rem);
  }
}
.ceo-message__subtitle-text {
  display: inline;
  font-size: clamp(1rem, 2vw, 1.5rem);
  background: linear-gradient(90deg, #1e293b, #3b8238 50%, #58db34);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ceo-message__content {
  display: flex;
  gap: 4rem;
}
@media (max-width: 991px) {
  .ceo-message__content {
    flex-direction: column;
    gap: 2rem;
  }
}
.ceo-message__figure {
  width: 40%;
  flex-shrink: 0;
  aspect-ratio: 6/7;
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 991px) {
  .ceo-message__figure {
    width: 90%;
  }
}
.ceo-message__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ceo-message__text {
  flex-grow: 1;
  padding-right: 4rem;
  padding-top: 2rem;
  font-size: 1.125rem;
  line-height: 2;
}
.ceo-message__text p {
  margin: 1rem auto;
}
@media (max-width: 991px) {
  .ceo-message__text {
    padding: 0 1rem;
    font-size: 1rem;
  }
}

.why-choose__row {
  display: flex;
  gap: 4rem;
}
@media (max-width: 991px) {
  .why-choose__row {
    flex-direction: column;
    gap: 2rem;
  }
}
.why-choose__col--left {
  width: 40%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .why-choose__col--left {
    width: 100%;
  }
}
.why-choose__col--right {
  flex: 1;
}
.why-choose__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.why-choose__header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .why-choose__header-wrapper {
    padding: 1rem;
  }
}
.why-choose__title {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 991px) {
  .why-choose__title {
    font-size: 2.5rem;
  }
}
.why-choose__title-en {
  font-size: 3rem;
  line-height: 1.4;
  color: #583e11;
}
@media (max-width: 991px) {
  .why-choose__title-en {
    font-size: 2rem;
  }
}
.why-choose__intro-text {
  font-size: 1rem;
  line-height: 1.8;
}
.why-choose__figure {
  border-radius: 1rem;
  overflow: hidden;
}
.why-choose__img {
  width: 100%;
  height: auto;
  display: block;
}
.why-choose__features {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .why-choose__features {
    padding: 1rem;
  }
}
.why-choose__feature-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #583e11;
  position: relative;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .why-choose__feature-title {
    font-size: 2rem;
  }
}
.why-choose__feature-title::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  top: 0.6rem;
  background: linear-gradient(90deg, #533d0f, #ff6658);
}
.why-choose__feature-subtitle {
  font-size: 1.5rem;
  margin-left: 4rem;
  margin-bottom: 1.25rem;
}
.why-choose__feature-text {
  margin-left: 4rem;
}

.company-overview__table {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
}
@media (max-width: 991px) {
  .company-overview__table {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .company-overview__table tbody {
    border: 1px solid;
  }
}
.company-overview__table th,
.company-overview__table td {
  border: 1px solid;
  padding: 1rem 1.5rem;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 991px) {
  .company-overview__table th,
  .company-overview__table td {
    display: block;
    width: 100% !important;
  }
}
.company-overview__table th {
  background-color: transparent;
  font-weight: 700;
  width: 30%;
}
@media (max-width: 991px) {
  .company-overview__table th {
    background-color: #f6f6fc;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .company-overview__table th {
    border: none;
  }
}
.company-overview__table td {
  background-color: transparent;
}
@media (max-width: 991px) {
  .company-overview__table td {
    border-left: none;
    border-right: none;
  }
}
.company-overview__table ul {
  padding: 0;
}

.product-showcase {
  color: white;
}
.product-showcase__main {
  margin-top: -8rem;
}
@media (max-width: 991px) {
  .product-showcase__main {
    margin-top: 2rem;
  }
}
.product-showcase__container {
  background: linear-gradient(132deg, #000, #000 12%, #533d0f);
}
.product-showcase__container .container {
  position: relative;
}
.product-showcase__hero-figure {
  position: relative;
  z-index: -1;
}
.product-showcase__content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  width: 55%;
}
@media (max-width: 991px) {
  .product-showcase__content {
    width: 100%;
  }
}
.product-showcase__title {
  font-size: 3rem;
}
.product-showcase__title span {
  background: linear-gradient(-90deg, #fff, #e2cb98 50%, #c68c13);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-showcase__title-en {
  background: #110d06;
  padding: 1rem;
  min-width: 30rem;
  border-radius: 1rem 1rem 0 0;
}
@media (max-width: 991px) {
  .product-showcase__title-en {
    min-width: 90%;
  }
}
.product-showcase__title-en-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
}
.product-showcase__title-en-wrapper span {
  background: linear-gradient(90deg, #f6f6fc, #ff6658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-showcase__description {
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 2rem auto 4rem;
}
.product-showcase__features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
}
.product-showcase__feature-title {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.product-showcase__bg-image {
  width: 50%;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 991px) {
  .product-showcase__bg-image {
    width: 100%;
    position: static;
    height: 30rem;
    background-position: center;
  }
}

.quality-safety__header {
  margin-bottom: 2rem;
}
.quality-safety__title {
  font-size: 3rem;
  line-height: 1.4;
  background: linear-gradient(-90deg, rgba(93, 68, 13, 0.5), #ff6658 50%, #583e11);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .quality-safety__title {
    font-size: 2rem;
  }
}
.quality-safety__subtitle {
  font-size: 2rem;
  line-height: 1.4;
  color: #533d0f;
}
.quality-safety__intro {
  font-size: 1.125rem;
  line-height: 2;
}
.quality-safety__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .quality-safety__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.quality-safety__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quality-safety__card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.quality-safety__card-title {
  text-align: center;
  font-size: 1.5rem;
}
.quality-safety__card-text {
  line-height: 1.8;
}

.distribution-logistics__title-en span {
  font-size: 60px;
  background: linear-gradient(90deg, #533d0f, #ff6658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .distribution-logistics__title-en span {
    font-size: 40px;
  }
}
.distribution-logistics__heading-wrapper {
  display: flex;
  gap: 4rem;
  margin: 2rem auto;
}
@media (max-width: 991px) {
  .distribution-logistics__heading-wrapper {
    flex-direction: column;
  }
}
.distribution-logistics__title {
  font-size: 2rem;
  line-height: 1.4;
  color: #533d0f;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .distribution-logistics__title {
    font-size: 1.5rem;
  }
}
.distribution-logistics__title span {
  background: linear-gradient(-90deg, rgba(93, 68, 13, 0.5), rgba(93, 68, 13, 0.5) 70%, #533d0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.distribution-logistics__main {
  margin-top: 4rem;
}
@media (max-width: 991px) {
  .distribution-logistics__main {
    margin-top: 2rem;
  }
}
.distribution-logistics__row {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 991px) {
  .distribution-logistics__row {
    flex-direction: column;
    gap: 1rem;
  }
}
.distribution-logistics__col--left {
  width: 35%;
}
@media (max-width: 991px) {
  .distribution-logistics__col--left {
    width: 90%;
  }
}
.distribution-logistics__col--right {
  flex: 1;
}
.distribution-logistics__features {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991px) {
  .distribution-logistics__features {
    padding: 1rem;
  }
}
.distribution-logistics__feature-title {
  display: flex;
  gap: 0.5rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.distribution-logistics__feature-title span {
  background: linear-gradient(90deg, #533d0f, #ff6658);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.distribution-logistics__feature-text {
  margin-left: 2.5rem;
}

.business-info__header {
  display: flex;
  gap: 4rem;
}
@media (max-width: 991px) {
  .business-info__header {
    flex-direction: column;
    gap: 1rem;
  }
}
.business-info__title {
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .business-info__title {
    font-size: 3rem;
  }
  .business-info__title span {
    word-break: auto-phrase;
  }
}
.business-info__title span {
  background: linear-gradient(90deg, #000046, #3498db);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.business-info__lead {
  font-size: 1.25rem;
  line-height: 1.8;
}
.business-info__slider-wrapper {
  margin-top: 4rem;
}
.business-info__slider-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.business-info__slider-wrapper .slick-track {
  display: flex;
  gap: 2rem;
}
.business-info__slider-wrapper .slick-dots {
  bottom: -2rem !important;
}
.business-info__slider-wrapper .slick-dots button:before {
  color: #19499d !important;
}
.business-info__slider-wrapper .slick-prev:before,
.business-info__slider-wrapper .slick-next:before {
  color: #19499d !important;
}
.business-info__slider-wrapper .slick-current {
  background-color: #19499d;
  color: white;
}
@media (max-width: 991px) {
  .business-info__slider-wrapper .slick-current {
    background-color: #fff;
    color: #000;
  }
}
.business-info__slider-wrapper .slick-current .business-info__card-title {
  border-color: white;
}
@media (max-width: 991px) {
  .business-info__slider-wrapper .slick-current .business-info__card-title {
    border-color: #000;
  }
}
.business-info__card {
  min-width: 300px;
  max-width: 400px;
  border: 1px solid #19499d;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 991px) {
  .business-info__card {
    min-width: 90vw;
    max-width: 90vw;
  }
}
.business-info__card-title {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #19499d;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .faq {
    margin-top: 6rem;
  }
}
.faq__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.faq__header span {
  background: linear-gradient(90deg, #000046, #1cb5e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq__title {
  font-size: 3rem;
  line-height: 1.4;
}
.faq__intro {
  text-align: center;
}
@media (max-width: 991px) {
  .faq__intro {
    text-align: left;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1000px;
  margin: 4rem auto 0;
}
.faq__item {
  border: 1px solid;
}
.faq__answer {
  border-top: 1px solid;
  padding: 1.5rem;
}
.faq__question {
  font-size: 1.5rem;
  padding: 1.5rem;
  background-color: #f6f6fc;
  display: flex;
  gap: 0.5rem;
}

.page-hero--error .page-hero__content-inner {
  padding: 48px 0;
}

.error-404__hero-content {
  text-align: center;
}
.error-404__code {
  margin: 0;
  line-height: 1;
}
.error-404__number {
  font-size: clamp(5rem, 12vw, 8rem);
  font-weight: bold;
  background: linear-gradient(135deg, #ffffff, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
.error-404__code-text {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 8px;
  margin-bottom: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.error-404__content {
  padding: 48px 0;
  background: #f9fafb;
}
.error-404__container {
  text-align: center;
}
.error-404__message {
  margin-bottom: 48px;
}
.error-404__description {
  color: #6b7280;
  font-size: 1.1rem;
  line-height: 1.8;
}
.error-404__action {
  margin-top: 48px;
}
.error-404__home-button {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(135deg, #583e11, rgb(130.7428571429, 92.1142857143, 25.2571428571));
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(88, 62, 17, 0.3);
}
.error-404__home-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(88, 62, 17, 0.4);
  background: linear-gradient(135deg, rgb(66.6285714286, 46.9428571429, 12.8714285714), #583e11);
}
.error-404__home-button:active {
  transform: translateY(0);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes swing {
  0%, 100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}

/*# sourceMappingURL=style.css.map*/