/* Font Faces */
@font-face {
  font-family: 'Brandon Printed Inline';
  src: url('fonts/brandonprinted-inline-webfont.woff2') format('woff2'),
       url('fonts/brandonprinted-inline-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa Rust Script';
  src: url('fonts/nexarustscriptl-0-webfont.woff2') format('woff2'),
       url('fonts/nexarustscriptl-0-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('fonts/brandon_med-webfont.woff2') format('woff2'),
       url('fonts/brandon_med-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('fonts/brandongrotesque-black-webfont.woff2') format('woff2'),
       url('fonts/brandongrotesque-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Club Tropicana';
  src: url('fonts/club_tropicana-webfont.woff2') format('woff2'),
       url('fonts/club_tropicana-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
  background-color: #000000;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Header */
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  padding-bottom: 1rem;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.logo-container {
  display: flex;
  justify-content: center;
}

.logo {
  height: 7rem;
  width: auto;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
}

.hero-background {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.hero-text {
  margin: 0 auto;
}

.hero-title {
  font-family: 'Club Tropicana', cursive;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
  white-space: nowrap;
  width: 0;
}

.hero-description {
  font-size: 1.5rem;
  max-width: 48rem;
  margin: 0 auto 2rem;
  line-height: 1.6;
  color: #d1d5db;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 500;
}

.hero-cta {
  margin-top: 2rem;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background-color: #f3f4f6;
  color: #000000;
}

.btn-primary:hover {
  background-color: #d1d5db;
}

.btn-outline {
  border: 1px solid #6b7280;
  color: #9ca3af;
  background: transparent;
  font-size: 0.875rem;
}

.btn-outline:hover {
  background-color: #6b7280;
  color: #ffffff;
}

.btn-retailer {
  background-color: #ffffff;
  color: #374151;
  width: 100%;
  max-width: 20rem;
}

.btn-retailer:hover {
  background-color: #f3f4f6;
}

/* Gingham Divider */
.gingham-divider {
  width: 100%;
  background-image: url('gingham-pattern-strip.svg');
  background-repeat: repeat-x;
  background-size: cover;
}

/* Video Section */
.video-section {
  padding: 4rem 1rem;
  background-color: #ffffff;
}

.video-container {
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.video-placeholder {
  background-color: #e5e7eb;
  border-radius: 0.5rem;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-content {
  text-align: center;
}

.play-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  color: #6b7280;
}

.video-text {
  color: #6b7280;
  font-size: 1.125rem;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 500;
}

.video-subtext {
  color: #9ca3af;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 500;
}

/* Recipe Section */
.recipe-section {
  padding: 4rem 1rem;
  background-color: #000000;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title {
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 4rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.section-description {
  font-size: 1.25rem;
  color: #d1d5db;
  max-width: 64rem;
  margin: 0 auto;
  line-height: 1.6;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 500;
}

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.recipe-card {
  background-color: #000000;
  border: 1px solid #374151;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.recipe-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.recipe-image {
  position: relative;
}

.recipe-image img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

.recipe-content {
  padding: 1.5rem;
  text-align: center;
}

.recipe-title {
  font-family: 'Brandon Printed Inline', sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  margin-bottom: 1rem;
  color: #ffffff;
  min-height: 100px;
}

.section-cta {
  text-align: center;
}

/* Product Section */
.product-section {
  padding: 4rem 1rem;
  background-color: #000000;
  position: relative;
}

.product-subtitle {
  font-family: 'Nexa Rust Script', cursive;
  color: #9ca3af;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.product-card {
  background-color: #ffffff;
  border: 1px solid #6b7280;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.product-image {
  background-color: #ffffff;
  padding: 1.5rem;
  position: relative;
}

.product-image img {
  width: 100%;
  height: 16rem;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-content {
  padding: 1.5rem;
  text-align: center;
  background-color: rgb(241, 241, 241);
}

.product-name {
  font-family: 'Brandon Printed Inline', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  margin-bottom: 0.5rem;
  color: #111827;
}

.product-count {
  font-family: 'Nexa Rust Script', cursive;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.product-description {
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}

/* CTA Section */
.cta-section {
  padding: 4rem 1rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.retailer-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 64rem;
  margin: 0 auto;
}

.retailer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.retailer-logo {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 20rem;
}

.retailer-logo img {
  width: 100%;
  height: 4rem;
  object-fit: contain;
}

/* Footer */
.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 3rem 1rem;
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-logo {
  height: 3rem;
  width: auto;
  margin-bottom: 1rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  color: #9ca3af;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #ffffff;
}

.social-link svg {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-title {
  font-size: 1.125rem;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #9ca3af;
}

.contact-item a {
  color: #9ca3af;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #ffffff;
}

.contact-icon {
  width: 1rem;
  height: 1rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  color: #9ca3af;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 2rem;
  text-align: center;
}

.footer-bottom p {
  color: #9ca3af;
  font-family: 'Brandon Grotesque', sans-serif;
  font-weight: 500;
}

/* Animations */
@keyframes writeIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  opacity: 0;
}

/* Responsive Design */
@media (min-width: 768px) {
  .hero-title {
    font-size: 7rem;
  }
  
  .section-title {
    font-size: 6rem;
  }
  
  .retailer-grid {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 8rem;
  }
  
  .hero-description {
    font-size: 1.5rem;
  }
  
  .recipe-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .section-title {
    font-size: 2.5rem;
  }
  
  .hero-description {
    font-size: 1.125rem;
  }
  
  .container {
    padding: 0 0.5rem;
  }
}