
@font-face {
  font-family: 'Remem-Bold';
  src: url('/fonts/Remem-Bold.otf') format('opentype'),
       url('/fonts/Remem-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Avenir-Black';
  src: url('/fonts/Avenir-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url('/fonts/Avenir-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.logo {
  font-family: 'Remem-Bold';
  height: 150px;
  width: auto;
}

.hero-1 .front-content h1 {
  font-family: 'Avenir-Black';
  font-size: 48px;
  margin-top: 20px;
}

.hero-1 .front-content h3 {
  font-family: 'Avenir-Black';
  font-size: 48px;
  color: #8B4513;
  margin: 0 auto;
  margin-bottom: 20px;
}

.hero-1 .front-content h2 {
  font-family: 'Remem-Bold';
  font-size: 120px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
}

.hero-1 .front-content p {
  font-family: 'Avenir-Black';
  font-size: 30px;
  padding-bottom: 0;
}

.hero-1 .front-content div.open-overlay {
  width: 100%;
  height: 100%;
  padding: 10px;
}

.container-mid h2 {
  font-family: 'Remem-Bold';
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.container-mid .sub-text {
  font-family: 'Remem-Bold';
  font-size: 16px;
  margin-bottom: 10px;
}

.order-item {
  padding: 20px;
}

.tagline {
  max-width: 600px;
  height: auto;
  margin-bottom: 30px;
}

.sub-text {
  font-family: 'Remem-Bold';
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
}

#about p {
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  max-width: 660px;
  margin: 0 auto;
}

#about .social-icons li a {
  width: 40px;
  height: 40px;
}

#about .social-icons li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.order-items-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.order-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
}

.order-item img {
  height: 80px;
  width: auto;
  margin-bottom: 20px;
}

.order-item-text {
  font-size: 14px;
}

.order-item-text a {
  position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: solid 2px #fff;
    overflow: hidden !important;
    padding: 10px;
    letter-spacing: 2px;
}

.order-item:nth-child(1) .order-item-text a {
  background-color: rgba(53,184,178, .5);
}

.order-item:nth-child(2) .order-item-text a {
  background-color: rgba(6, 193, 103, .5);
}

.order-item:nth-child(3) .order-item-text a {
  background-color: rgba(253, 226, 52, .5);
}

#contact h5.overlay-title {
  font-family: 'Remem-Bold';
  font-size: 48px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

.email-label {
  display: block;
  font-family: 'Avenir-Black';
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}

.terms-text {
  font-family: 'Avenir-Black';
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.location-section {
  margin-top: 60px;
  text-align: center;
}

.location-title {
  font-family: 'Remem-Bold';
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.location-address {
  font-family: 'Avenir-Black';
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.location-icon {
  font-size: 20px;
}

.location-email {
  font-family: 'Avenir-Black';
  font-size: 21px;
  margin-top: 10px;
}

.join-circle-section {
  margin-top: 60px;
  text-align: center;
}

.join-title {
  font-family: 'Avenir-Black';
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.join-description {
  font-family: 'Avenir-Black';
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

#contact h5 {
  font-family: 'Remem-Bold';
  font-size: 36px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#contact p {
  font-size: 24px;
  font-family: 'Avenir-Black';
  color: #fff;
  margin-bottom: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

h2.contact-title {
  font-size: 36px;
}

#contact p.join-description {
  font-size: 18px;
  font-family: 'Avenir-Black';
  color: #fff;
  margin-bottom: 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-1 .front-content.page-enter-animated.show img.logo {
  margin-left: 10px;
  margin-right: 10px;
}

.hero-1 .front-content.page-enter-animated.show p {
  font-size: 21px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.hero-1 .front-content .arrow-wrap {
  margin-top: 30px;
}

.hero-1 .front-content div.open-overlay {
  border-width: 2px;
}

.container-mid .sub-text {
  font-size: 28px;
}

.copyright {
  font-size: 18px;
  font-family: 'Avenir-Black';
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 60px;
}

.imgs img {
  width: auto;
  height: 100px;
  object-fit: cover;
}

.form-input-group {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding: 2px;
  background: transparent;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

#contact-form .control-group {
  max-width: 700px;
}

.form-input-group {
  margin-bottom: 20px;
}

.form-input-group input,
.form-input-group input.form-control,
#contact-form .form-input-group input {
  flex: 1;
  border: none !important;
  border-width: 0 !important;
  background: transparent;
  padding: 18px 25px;
  color: #fff;
  outline: none !important;
  font-family: 'Avenir-Black';
  font-size: 16px;
  box-shadow: none !important;
  margin-bottom: 0;
}

.form-input-group input:focus,
.form-input-group input:active,
.form-input-group input.form-control:focus,
.form-input-group input.form-control:active,
#contact-form .form-input-group input:focus,
#contact-form .form-input-group input:active {
  border: none !important;
  border-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-input-group input::placeholder,
.form-input-group input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Avenir-Black';
}

.form-input-group button.form-control,
#contact-form .form-input-group button {
  border: none !important;
  border-width: 0 !important;
  background: #F4A460; /* 浅一点 */
  padding: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  box-shadow: none !important;
  outline: none !important;
  flex-shrink: 0;
  margin-top: 0;
}

.form-input-group button.form-control:hover,
.form-input-group button.form-control:focus,
.form-input-group button.form-control:active,
#contact-form .form-input-group button:hover,
#contact-form .form-input-group button:focus,
#contact-form .form-input-group button:active,
#contact-form button.form-control:hover,
#contact-form button.form-control:focus,
#contact-form button.form-control:active {
  border: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  background: #8B4513 !important;
  color: #fff !important;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

.social-icons li {
  display: inline-block;
  margin: 0;
}

.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.social-icons li a:hover {
  transform: scale(1.1);
}

.social-icons img {
  height: 50px;
  width: auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  /* Ensure hero section doesn't scroll on mobile */
  body.is-mobile #hero {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  #contact h5.overlay-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  .form-input-group {
    max-width: 100%;
    padding: 2px;
  }
  
  .form-input-group input.form-control {
    padding: 15px 20px;
    font-size: 14px;
  }
  
  .form-input-group button.form-control,
  #contact-form .form-input-group button {
    width: 45px;
    height: 45px;
    min-width: 45px;
    padding: 0;;
  }
  
  .location-section,
  .join-circle-section {
    margin-top: 40px;
  }
  
  .location-title,
  .join-title {
    font-family: 'Avenir-Black';
    font-size: 24px;
  }
  
  .location-address,
  .location-email,
  .join-description {
    font-size: 14px;
  }
  
  .social-icons {
    gap: 20px;
  }
  
  .social-icons img {
    height: 40px;
  }
  
  .social-icons li a {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .hero-1 .front-content h1 {
    font-size: 30px;
    margin-bottom: 23px;
  }
  .hero-1 .front-content h3 {
    font-size: 35px;
  }
  .hero-1 .front-content h2 {
    font-size: 40px;
  }

  .imgs img {
    height: 40px;
  }
  
  #contact h5.overlay-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .email-label {
    font-size: 14px;
  }
  
  .terms-text {
    font-size: 11px;
  }
  
  .location-title,
  .join-title {
    font-size: 18px;
  }
  
  .location-address,
  .location-email,
  .join-description {
    font-size: 12px;
  }
  
  .form-input-group button.form-control,
  #contact-form .form-input-group button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
  }

  .copyright {
    font-size: 14px;
  }

  #contact p {
    font-size: 18px;
  }

  #contact p.join-description {
    font-size: 14px;
  }

  .location-address,
  .location-email {
    font-size: 14px;
  }
}

/* Privacy Policy Page Styles */
/* Override body overflow for privacy page to allow scrolling */
body.privacy-page {
  overflow: auto !important;
  height: auto !important;
}

html body.privacy-page {
  height: auto !important;
}

.privacy-page-wrapper {
  min-height: 100vh;
}

.privacy-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.privacy-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.privacy-title {
  font-family: 'Remem-Bold';
  font-size: 80px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.privacy-content {
  background: #fff;
  padding: 60px 0;
}

.privacy-container {
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-intro {
  font-size: 24px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 40px;
}

.privacy-section {
  margin-bottom: 50px;
}

.privacy-section-title {
  font-family: 'Avenir-Black';
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.privacy-section-content {
  font-size: 24px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.privacy-section-content strong {
  font-family: 'Avenir-Black';
  font-weight: bold;
}

.privacy-list {
  font-size: 24px;
  line-height: 1.8;
  color: #333;
  margin-left: 20px;
  margin-bottom: 20px;
}

.privacy-list li {
  margin-bottom: 10px;
}

.privacy-email {
  color: #0066cc;
  text-decoration: none;
}

.privacy-email:hover {
  text-decoration: underline;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 24px;
}

.privacy-table th,
.privacy-table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.privacy-table th {
  font-family: 'Avenir-Black';
  font-weight: bold;
  background-color: #f5f5f5;
  color: #333;
}

.privacy-table td {
  color: #333;
}

.privacy-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 768px) {
  .privacy-title {
    font-size: 48px;
  }
  
  .privacy-intro,
  .privacy-section-content,
  .privacy-list {
    font-size: 18px;
  }
  
  .privacy-section-title {
    font-size: 20px;
  }
  
  .privacy-table {
    font-size: 16px;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .privacy-table th,
  .privacy-table td {
    padding: 8px 10px;
    font-size: 14px;
  }
}


@media only screen and (max-width: 600px) {
  .privacy-title {
    font-size: 36px;
  }
  
  .privacy-intro,
  .privacy-section-content,
  .privacy-list {
    font-size: 16px;
  }
  
  .privacy-section-title {
    font-size: 18px;
  }
}