/* ===== OUR STORY OVERRIDE - FORCE NEW DESIGN ===== */

/* Reset any conflicting styles - but exclude graphic elements */
#our-story.our-story-new,
#our-story.our-story-new *:not(.graphic-star):not(.graphic-bolt):not(.graphic-circle) {
  all: unset;
  display: revert;
  box-sizing: border-box;
}

/* Ensure graphic elements are visible */
.our-story-new .graphic-star,
.our-story-new .graphic-bolt,
.our-story-new .graphic-circle {
  all: revert !important;
}

/* Main section */
#our-story.our-story-new {
  min-height: 100vh !important;
  background: #0b5e3a !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 80px 24px !important;
  width: 100% !important;
}

.our-story-new .our-story-container {
  width: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Bold graphic elements */
.our-story-new .our-story-graphics {
  position: absolute !important;
  inset: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
  opacity: 0.1 !important;
}

.our-story-new .graphic-star {
  position: absolute !important;
  font-size: 300px !important;
  transform: rotate(-12deg) !important;
  left: -80px !important;
  top: 40px !important;
  color: #f9f6ef !important;
  user-select: none !important;
  line-height: 1 !important;
  display: block !important;
  font-family: inherit !important;
}

.our-story-new .graphic-bolt {
  position: absolute !important;
  font-size: 200px !important;
  transform: rotate(12deg) !important;
  right: 40px !important;
  bottom: 80px !important;
  color: #f9f6ef !important;
  user-select: none !important;
  line-height: 1 !important;
  display: block !important;
  font-family: inherit !important;
}

.our-story-new .graphic-circle {
  position: absolute !important;
  font-size: 150px !important;
  transform: rotate(-6deg) !important;
  right: 25% !important;
  top: 25% !important;
  color: #f9f6ef !important;
  user-select: none !important;
  line-height: 1 !important;
}

.our-story-new .our-story-content {
  width: 100% !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Title - Big and Bold */
.our-story-new .our-story-header {
  margin-bottom: 48px !important;
}

.our-story-new .our-story-title {
  color: #f9f6ef !important;
  font-size: 3rem !important;
  text-transform: uppercase !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 16px !important;
  position: relative !important;
  display: inline-block !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

.our-story-new .our-story-title-highlight {
  display: block !important;
  background: linear-gradient(to right, #6B9F3E, #8FD14F, #6B9F3E) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  margin-left: 0 !important;
  animation: pulse 2s ease-in-out infinite !important;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

.our-story-new .our-story-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 48px !important;
  align-items: center !important;
}

/* Left side - Text content */
.our-story-new .our-story-text-wrapper {
  position: relative !important;
}

.our-story-new .our-story-text-box {
  background: #f9f6ef !important;
  padding: 40px !important;
  position: relative !important;
  border: 4px solid black !important;
  box-shadow: 10px 10px 0px 0px rgba(107, 159, 62, 1) !important;
}

.our-story-new .corner-accent {
  position: absolute !important;
  top: -16px !important;
  left: -16px !important;
  background: #6B9F3E !important;
  color: black !important;
  padding: 12px 20px !important;
  transform: rotate(-2deg) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  border: 2px solid black !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.our-story-new .corner-accent svg {
  display: block !important;
}

.our-story-new .our-story-text-content {
  color: #0b5e3a !important;
}

.our-story-new .our-story-text-content p {
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  color: #0b5e3a !important;
}

.our-story-new .text-highlight {
  background: #6B9F3E !important;
  color: white !important;
  padding: 2px 8px !important;
  transform: rotate(-1deg) !important;
  display: inline-block !important;
}

.our-story-new .our-story-tagline {
  padding-top: 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.our-story-new .our-story-tagline svg {
  color: #6B9F3E !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.our-story-new .our-story-tagline p {
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin: 0 !important;
  color: #0b5e3a !important;
  font-weight: 600 !important;
}

.our-story-new .decorative-box {
  position: absolute !important;
  bottom: -24px !important;
  right: -24px !important;
  width: 128px !important;
  height: 128px !important;
  background: #8FD14F !important;
  z-index: -1 !important;
  transform: rotate(12deg) !important;
}

/* Right side - Image with polaroid style */
.our-story-new .our-story-image-wrapper {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
}

.our-story-new .polaroid-container {
  position: relative !important;
  transform: rotate(-3deg) !important;
  transition: transform 0.3s ease !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
  transform-style: preserve-3d !important;
}

.our-story-new .polaroid-container:hover {
  transform: rotate(0deg) !important;
}

.our-story-new .polaroid-frame {
  background: white !important;
  padding: 24px !important;
  padding-bottom: 64px !important;
  box-shadow: 12px 12px 0px 0px rgba(0, 0, 0, 1) !important;
  outline: 2px solid black !important;
  outline-offset: -2px !important;
}

.our-story-new .polaroid-image {
  overflow: hidden !important;
  border: 2px solid black !important;
  line-height: 0 !important;
}

.our-story-new .polaroid-image img {
  width: 100% !important;
  max-width: 420px !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}

.our-story-new .polaroid-caption {
  text-align: center !important;
  margin-top: 24px !important;
  color: black !important;
  font-size: 1.125rem !important;
  font-style: italic !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 0 !important;
}

/* Sticker-style accents */
.our-story-new .sticker-bolt {
  position: absolute !important;
  top: -24px !important;
  right: -24px !important;
  background: #6B9F3E !important;
  color: white !important;
  padding: 8px 16px !important;
  border-radius: 50% !important;
  border: 2px solid black !important;
  transform: rotate(12deg) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.our-story-new .sticker-bolt svg {
  display: block !important;
  color: white !important;
  fill: white !important;
}

.our-story-new .sticker-est {
  position: absolute !important;
  bottom: -16px !important;
  left: -16px !important;
  background: #8FD14F !important;
  color: black !important;
  padding: 4px 12px !important;
  transform: rotate(-8deg) !important;
  border: 2px solid black !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  text-transform: uppercase !important;
  font-size: 0.875rem !important;
  letter-spacing: 0.1em !important;
  font-weight: 600 !important;
}

/* Responsive Design */
@media (min-width: 1024px) {
  .our-story-new .our-story-title {
    font-size: 4.5rem !important;
  }
  
  .our-story-new .our-story-title-highlight {
    margin-left: 32px !important;
  }
  
  .our-story-new .our-story-header {
    margin-bottom: 64px !important;
  }
  
  .our-story-new .our-story-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 64px !important;
  }
  
  .our-story-new .our-story-image-wrapper {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1280px) {
  .our-story-new .our-story-title {
    font-size: 6rem !important;
  }
}

@media (max-width: 768px) {
  #our-story.our-story-new {
    padding: 60px 16px !important;
  }
  
  .our-story-new .our-story-title {
    font-size: 2.5rem !important;
  }
  
  .our-story-new .our-story-text-box {
    padding: 32px !important;
  }
  
  .our-story-new .graphic-star {
    font-size: 150px !important;
    left: -40px !important;
  }
  
  .our-story-new .graphic-bolt {
    font-size: 100px !important;
  }
  
  .our-story-new .graphic-circle {
    font-size: 80px !important;
  }
}


/* ===== GREEN CTA BUTTONS ===== */
.cta-primary,
button.cta-primary,
a.cta-primary,
.hero-cta-group .cta-primary,
.quantity-cta.cta-primary {
  background: #0b5e3a !important;
  background-color: #0b5e3a !important;
  color: white !important;
  border: 2px solid black !important;
}

.cta-primary:hover,
button.cta-primary:hover,
a.cta-primary:hover,
.hero-cta-group .cta-primary:hover,
.quantity-cta.cta-primary:hover {
  background: #6B9F3E !important;
  background-color: #6B9F3E !important;
  color: white !important;
}

.cta-primary::before,
button.cta-primary::before,
a.cta-primary::before {
  display: none !important;
}
