@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  background: #fdf9ee;
  color: #1c3e2e;
}

body.no-scroll {
  overflow: hidden;
}

h1, h2 {
  font-family: "Cardo", serif;
  font-weight: 700;
  color: #1c3e2e;
}

h3, h4, h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #1c3e2e;
}

p {
  font-family: "Raleway", sans-serif;
  color: #1c3e2e;
  font-size: 15px;
  margin: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .logo img {
  height: 40px;
  width: auto;
}
header nav #nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
header nav #nav-links li a {
  color: #1c3e2e;
  text-decoration: none;
  font-size: 15px;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
header nav #nav-links li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1201;
}
.menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -3px);
}

.hero {
  position: relative;
  height: 100vh;
  height: 97.5dvh;
  width: 100%;
  background: url("/.netlify/images?url=/assets/hero-image-bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}
.hero .hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  padding-top: 1rem;
}
.hero .hero-text {
  color: #1c3e2e;
  width: 40%;
}
.hero .hero-text .hero-logo-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
.hero .hero-text .hero-logo-img {
  height: 150px;
  width: auto;
  margin-bottom: 1rem;
}
.hero .hero-text .hero-text-img {
  width: 100%;
  height: auto;
}
.hero .hero-text p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #1c3e2e;
}
.hero .hero-image {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
}
.hero .hero-image img {
  width: 60%;
  height: auto;
  object-fit: contain;
}
.hero .hero-mobile {
  display: none;
}
.hero .hero-badge {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fdf9ee;
  color: #1c3e2e;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 2rem;
  border-radius: 30px 30px 0px 0px;
}
.hero .hero-badge img {
  height: 24px;
  width: auto;
}
.hero .hero-badge p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 99dvh;
  }
  .hero .hero-inner {
    display: none;
  }
  .hero .hero-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 2rem;
  }
  .hero .hero-mobile .hero-mobile-logo {
    width: auto;
    max-width: 300px;
    height: 30%;
    margin-bottom: 1.5rem;
  }
  .hero .hero-mobile .hero-mobile-tagline {
    font-family: "Raleway", sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #1c3e2e;
    margin-bottom: 2rem;
  }
  .hero .hero-mobile .hero-mobile-tees {
    width: auto;
    max-width: 350px;
    height: 35%;
  }
  .hero .hero-badge {
    width: 85%;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 0.9rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .hero .hero-badge img {
    height: 30px;
  }
  .hero .hero-badge p {
    font-size: 0.7rem;
  }
}
section {
  padding: 4rem 2rem;
  border-bottom: #1c3e2e;
}
section h2 {
  font-family: "Cardo", serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #1c3e2e;
  margin-bottom: 1rem;
}

.wholesale {
  position: relative;
  z-index: 0;
  background: #fdf9ee;
  padding: 2rem 4rem;
  margin-bottom: 100px;
}
.wholesale ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wholesale ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.wholesale ul li::before {
  content: "✱";
  position: absolute;
  left: 0;
  top: 0;
  color: #1c3e2e;
}
.wholesale .wholesale-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
.wholesale .wholesale-inner .wholesale-content {
  flex: 1;
}
.wholesale .wholesale-inner .wholesale-content h2 {
  font-family: "Cardo", serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  margin-bottom: 1rem;
  color: #1c3e2e;
  margin-top: 0px;
}
.wholesale .wholesale-inner .wholesale-content h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1c3e2e;
}
.wholesale .wholesale-inner .wholesale-content p {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.wholesale .wholesale-inner .wholesale-content .wholesale-lists {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
}
.wholesale .wholesale-inner .wholesale-content .wholesale-lists h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.wholesale .wholesale-inner .wholesale-content .wholesale-lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wholesale .wholesale-inner .wholesale-content .wholesale-lists ul li {
  margin-bottom: 0.25rem;
}
.wholesale .wholesale-inner .wholesale-content .order-btn {
  display: inline-block;
  background: #1c3e2e;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.wholesale .wholesale-inner .wholesale-content .order-btn:hover {
  background: #1c3e2e;
}
.wholesale .wholesale-inner .wholesale-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wholesale .wholesale-inner .wholesale-image img {
  width: auto;
  height: 50dvh;
}
.wholesale .custom-options {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1200px;
  margin: 2rem auto 0 auto;
}
.wholesale .custom-options .custom-left {
  flex: 1;
}
.wholesale .custom-options .custom-left h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
.wholesale .custom-options .custom-left h3 em {
  font-style: italic;
}
.wholesale .custom-options .custom-left .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wholesale .custom-options .custom-left .img-wrapper img {
  width: auto;
  height: 25dvh;
}
.wholesale .custom-options .custom-right {
  margin-top: 3rem;
  flex: 1;
}
.wholesale .custom-options .custom-right h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.wholesale .custom-options .custom-right p {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.wholesale .custom-options .custom-right .contact-btn {
  display: inline-block;
  background: #1c3e2e;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.wholesale .custom-options .custom-right .contact-btn:hover {
  background: #1c3e2e;
}

@media (max-width: 1024px) {
  .wholesale {
    padding: 2em 1rem;
  }
  .wholesale .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wholesale .pre-btn-text {
    text-align: center;
  }
  .wholesale .wholesale-inner,
  .wholesale .custom-options {
    gap: 1rem;
    flex-direction: column;
    text-align: left;
  }
  .wholesale .wholesale-inner .wholesale-lists,
  .wholesale .custom-options .wholesale-lists {
    justify-content: center;
  }
  .wholesale .wholesale-inner .wholesale-image img,
  .wholesale .wholesale-inner .custom-left img,
  .wholesale .custom-options .wholesale-image img,
  .wholesale .custom-options .custom-left img {
    margin: 0 auto;
  }
  .wholesale .wholesale-inner .wholesale-content p {
    margin-bottom: 0;
  }
  .wholesale .wholesale-inner .wholesale-content .wholesale-lists {
    gap: 1rem;
  }
  .wholesale .wholesale-inner .wholesale-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wholesale .wholesale-inner .wholesale-image img {
    height: 25dvh;
  }
  .wholesale .custom-options .custom-right {
    width: 100%;
    margin-top: 0px;
  }
  .wholesale .custom-options .custom-right h4 {
    margin-top: 0px;
  }
}
.about {
  position: relative;
  z-index: 10;
  background: #1c3e2e;
  color: #f6f0e0;
  padding: 5rem 2rem 4rem;
  padding-top: 20px;
}
.about .about-wave {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: auto;
}
.about .about-wave svg {
  display: block;
  width: 100%;
  height: auto;
}
.about .about-wave path {
  fill: #1c3e2e;
}
.about .about-wave-mobile {
  display: none;
}
.about .about-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.about h2 {
  font-family: "Cardo", serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #f6f0e0;
  margin: 0 0 1rem;
}
.about .about-leaf {
  width: 42px;
  height: auto;
  margin: 0.75rem auto 1.25rem;
  display: block;
}
.about .about-tagline {
  font-family: "Cardo", serif;
  font-size: clamp(1rem, 1.9vw, 1.25rem);
  line-height: 1.7;
  color: #f6f0e0;
  max-width: 820px;
  margin: 0 auto 1.75rem;
}
.about .btn {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.about .btn-light {
  background: #f6f0e0;
  color: #1c3e2e;
}
.about .btn-light:hover {
  background: #f6f0e0;
}
.about .team-title {
  margin: 2.5rem 0 1.25rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #f6f0e0;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
}
.about .team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 1rem;
}
.about .team-card {
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease;
}
.about .team-card:hover {
  transform: translateY(-3px);
}
.about .team-card .team-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.about .team-card .team-meta {
  background: #f6f0e0;
  text-align: center;
  padding: 0.9rem 0.8rem 1rem;
}
.about .team-card .team-meta h4 {
  margin: 0 0 0.25rem;
  font-weight: 700;
  color: #1c3e2e;
  font-size: 1.1rem;
}
.about .team-card .team-meta p {
  margin: 0;
  color: #1c3e2e;
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .about {
    padding: 4rem 1.5rem 3.5rem;
  }
  .about .about-wave-mobile {
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .about .about-wave-mobile svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .about .about-wave-mobile path {
    fill: #1c3e2e;
  }
  .about .about-wave {
    display: none;
  }
  .about .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 3.5rem 1rem 3rem;
  }
  .about .about-wave {
    top: -60px;
    height: 110px;
  }
  .about .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem;
  }
  .about .team-card .team-photo {
    aspect-ratio: 1/1;
  }
}
.contact {
  background: #fdf9ee;
  padding: 5rem 2rem;
}
.contact h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  max-width: 1200px;
  margin: 0 auto;
}
.contact .contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0;
}
.contact .contact-info {
  flex: 1;
  padding-right: 1rem;
}
.contact .contact-info .catalog-req-text strong {
  display: inline;
}
.contact .contact-info .catalog-req-text {
  font-size: 1.1rem;
}
.contact .contact-info h2 {
  font-family: "Cardo", serif;
  font-size: 2.5rem;
  color: #1c3e2e;
  margin-bottom: 1rem;
}
.contact .contact-info h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1c3e2e;
  margin-bottom: 1rem;
}
.contact .contact-info p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #1c3e2e;
}
.contact .contact-info p a {
  color: #1c3e2e;
  text-decoration: underline;
  font-weight: 600;
}
.contact .contact-info p strong {
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
}
.contact .contact-info p span {
  font-weight: 700;
  font-size: 1.25rem;
}
.contact .contact-info .contact-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact .contact-info .contact-bullets li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.contact .contact-info .contact-bullets li::before {
  content: "✱";
  position: absolute;
  left: 0;
  top: 0;
  color: #1c3e2e;
}
.contact .contact-form-wrapper {
  flex: 2;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.contact .contact-form-wrapper form {
  display: flex;
  flex-direction: column;
}
.contact .contact-form {
  background: #ffffff;
  padding: 2.5rem;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  font-family: "Raleway", sans-serif;
  color: #1c3e2e;
}
.contact .contact-form .hidden {
  display: none;
}
.contact .contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  color: #1c3e2e;
}
.contact .contact-form input,
.contact .contact-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #b2b8a3;
  border-radius: 6px;
  outline: none;
  font-family: "Raleway", sans-serif;
  color: #1c3e2e;
  background: #ffffff;
  transition: border-color 0.2s ease;
}
.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
  border-color: #1c3e2e;
}
.contact .contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact .contact-form .optional {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
}
.contact .contact-form .form-row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.contact .contact-form .form-group {
  flex: 1;
  min-width: 250px;
  margin-bottom: 1.25rem;
}
.contact .contact-form .btn-submit {
  background: #1c3e2e;
  color: #ffffff;
  padding: 0.85rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.contact .contact-form .btn-submit:hover {
  background: #163024;
}

@media (max-width: 768px) {
  .contact-form {
    padding: 1.75rem;
  }
  .contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .contact .contact-inner {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 3rem 1rem;
  }
  .contact .contact-info {
    width: 100%;
  }
  .contact .contact-info .bullet-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact .contact-info .bullet-wrapper ul {
    width: auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 1rem;
  }
  .contact .contact-form-wrapper {
    padding: 1rem 1rem;
  }
  .contact .contact-form-wrapper .contact-form {
    padding: 1.5rem;
  }
  .contact .contact-form-wrapper .form-row {
    flex-direction: column;
    gap: 0rem;
  }
}
.site-footer {
  background: #0F2219;
  color: #fdf9ee;
  padding: 3rem 2rem;
  text-align: center;
}
.site-footer .footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer .footer-nav {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.site-footer .footer-nav a {
  color: #fdf9ee;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  transition: opacity 0.2s ease;
}
.site-footer .footer-nav a:hover {
  opacity: 0.7;
}
.site-footer .footer-logo {
  width: 60px;
  height: auto;
  display: block;
}
.site-footer .footer-copy {
  font-size: 0.85rem;
  color: #fdf9ee;
  margin: 0;
}

@media (max-width: 768px) {
  .site-footer .footer-nav {
    flex-direction: column;
    gap: 1rem;
  }
  .site-footer .footer-logo {
    width: 48px;
  }
}
@media (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1rem;
  }
  nav .logo {
    display: none;
  }
  .menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 1201;
    margin-left: auto;
  }
  .menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 2px;
    transition: 0.3s;
  }
  .menu-toggle {
    display: flex;
  }
  header nav #nav-links {
    position: fixed;
    inset: 0;
    background: #efebe0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 1200;
  }
  header nav #nav-links li a {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    color: #1c3e2e;
  }
  header nav #nav-links.active {
    display: flex;
    animation: fadeIn 0.25s ease;
  }
  .menu-toggle span {
    background: #ffffff;
  }
  header .menu-toggle span {
    background: #ffffff;
  }
  header.dark-bars .menu-toggle span {
    background: #1c3e2e;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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