.page a:hover {
  text-decoration: underline;
}

.page a {
  color: var(--text-main);
  text-decoration: none;
  font-weight: 500;
}

.product-dots .dot.active {
  background: var(--text-main);
  transform: scale(1.2);
}

.product-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  cursor: pointer;
  transition: transform .2s;
}

.product-dots {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.35);
  padding: 6px 12px;
  border-radius: 12px;
}

.product-slide.active {
  opacity: 1;
}

.product-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity .4s ease;
}

.product-slider {
  width: 320px;
  max-width: 320px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}


.product-slider {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
}

.slideshow-box {
  position: relative;
}

.product-info .product-details {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.product-info .product-title {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.product-info {
  background: rgba(255, 255, 200, 0.18);
  color: #fdfde5;
  border: 1px solid rgba(255,255,200,0.35);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.25) inset;
  margin-top: 12px;
}

.product-details {
  font-size: 1.1rem;
  line-height: 1.5;
}

.product-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #0003;
  max-height: 320px;
  object-fit: contain;
}

.product-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.product-box:hover {
  transform: translateY(-3px);
  border-color: #999;
}

.product-box {
  background: rgba(0,0,0,0.25);
  border: 2px solid #666;
  border-radius: 12px;
  padding: 20px;
  color: var(--text-main);
  transition: transform .2s ease, border-color .2s ease;
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.page-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 30px 0 20px;
}

.support-desc {
  margin-top: 8px;
  color: #ccc;
  font-size: 0.95em;
}

.support-icon {
  width: 40px;
  height: 40px;
}

.support-icon-box {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.support-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--text-main);
}

.support-box:hover {
  transform: translateY(-3px);
  border-color: #999;
}

.support-box {
  font-family: inherit;
  text-decoration: none;
  border: 2px solid #666;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  background: rgba(0,0,0,0.2);
  transition: transform 0.2s ease, border-color 0.2s ease;
  color: inherit;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.footer-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px var(--shadow-darker);
}

.footer-badge img {
  width: 85px;
  height: auto;
  opacity: 0.80;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.5));
  transition: transform .25s ease, opacity .25s ease;
}

.footer-badge a {
  position: absolute;
  right: 20px;
  bottom: 0;
  transform: translateY(0%);
  z-index: 20;
}

.footer-badge {
  position: relative;
  height: 0;
  overflow: visible;
}

.page.contact-page .mc-form-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: left;
}

.contact-intro a {
  color: var(--text-main);
  text-decoration: underline;
}

.contact-intro {
  font-size: 20px;
  margin: 0 auto 40px;
  color: var(--text-main);
  max-width: 750px;
  line-height: 1.5;
}

.page.contact-page {
  max-width: 1100px;
  padding: 20px 40px;
  text-align: center;
}

.footer-disclaimer {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255,255,200,0.6);
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.footer-signup-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 16px rgba(0,0,0,0.55);
}

.footer-signup-button {
  padding: 10px 18px;
  font-size: 16px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: var(--text-main);
  color: var(--bg-main);
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.footer-input::placeholder {
  color: rgba(255,255,200,0.75);
}

.footer-input {
  padding: 10px 12px;
  border-radius: 8px;
  border: 2px solid #555;
  background: rgba(0,0,0,0.25);
  color: var(--text-main);
  font-size: 16px;
  width: 180px;
  box-sizing: border-box;
}

.footer-signup-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.mc-form-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 16px rgba(0,0,0,0.55);
}

.mc-form-submit {
  padding: 12px 22px;
  font-size: 1.2em;
  background: var(--text-main);
  color: var(--bg-main);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-top: 10px;
}

.mc-form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.mc-form-group input::placeholder,
.mc-form-group textarea::placeholder {
  color: #e8e7b2;
  opacity: 0.7;
}

.mc-form-group input,
.mc-form-group textarea {
  padding: 12px 14px;
  font-size: 1em;
  border-radius: 8px;
  border: 2px solid #555;
  background: rgba(0,0,0,0.2);
  color: var(--text-main);
  font-family: inherit;
  width: 100%;
  max-width: 100%;
}

.mc-form-group label {
  font-weight: bold;
  margin-bottom: 6px;
  color: var(--text-main);
}

.mc-form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 1em;
}

.mc-form-wrapper h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2em;
  color: var(--text-main);
  text-align: left;
}

.mc-form-wrapper {
  margin: 30px auto;
  max-width: 850px;
  background: rgba(0,0,0,0.25);
  border: 2px solid #666;
  border-radius: 10px;
  padding: 28px 32px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.social-icons-horizontal a:hover img {
  opacity: 1;
  transform: scale(1.12);
}

.social-icons-horizontal a:hover {
  transform: translateY(-3px);
  background: rgba(0,0,0,0.25);
  box-shadow: 0 6px 14px rgba(0,0,0,0.45);
}

.social-icons-horizontal a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.social-icons-horizontal img:hover {
  opacity: 1;
}

.social-icons-horizontal img {
  width: 24px;
  height: 24px;
  opacity: 0.9;
  transition: opacity .2s ease, transform .2s ease;
}

.social-icons-horizontal {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links a {
  display: block;
  margin: 4px 0;
  font-size: 16px;
  color: var(--text-main);
  text-decoration: none;
}

.footer-signup-link:hover {
  text-decoration: underline;
}

.footer-signup-link {
  font-size: 20px;
  color: var(--text-main);
  font-weight: bold;
  text-decoration: none;
}

.footer-title {
  font-size: 12px;
  color: rgba(255,255,200,0.6);
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.right-col {
  text-align: right;
  padding-right: 10px;
}

.center-col {
  text-align: center;
}

.left-col {
  padding-left: 10px;
}

.footer-col {
  padding: 5px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: center;
}

.site-footer {
  background: var(--footer-bg);
  padding: 25px 20px;
  margin-top: auto;
}

.page {
  max-width: 950px;
  margin: 10px auto;
  padding: 0 10px 10px;
  font-size: 18px;
}

.hero-nav button.active {
  background: var(--text-main);
  transform: scale(1.25);
}

.hero-nav button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: 0.2s;
}

.hero-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 18px;
  background: rgba(0,0,0,0.35);
}

button.cta:hover {
  background: #ffe500;
}

button.cta {
  background: var(--text-main);
  color: black;
  padding: 10px 22px;
  border-radius: 40px;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.hero-overlay p {
  margin: 0 0 24px;
  font-size: 19px;
}

.hero-overlay h1 {
  margin: 0 0 16px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.hero-overlay {
  background: rgba(0,0,0,0.45);
  padding: 28px 38px;
  border-radius: 14px;
  max-width: 520px;
  box-shadow: 0 8px 20px var(--shadow-darker);
  width: min(90vw, 680px);
}

.hero-slide--three {
  background-image: url("image/hero3.jpg");
}

.hero-slide--two {
  background-image: url("image/hero2.jpg");
}

.hero-slide--one {
  background-image: url("image/hero1.jpg");
}

.hero-slide {
  min-width: 100%;
  min-height: 500px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-track {
  display: flex;
  transition: transform 0.5s ease;
  flex: 1;
}

.hero-strip {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hero {
  text-align: center;
  color: var(--text-main);
}

.hero,
.product-slider {
  touch-action: manipulation;
  -webkit-user-select: none;
  user-select: none;
}

.shop-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px var(--shadow-darker);
}

.shop-btn {
  position: absolute;
  right: 20px;
  top: 10px;
  background: var(--text-main);
  color: var(--bg-main);
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px var(--shadow-dark);
  transition: transform .2s, box-shadow .2s;
}

.menu-panel.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.menu-panel {
  position: absolute;
  left: 0;
  top: 100%;
  width: 220px;
  background: var(--header-bg);
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.5);
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .2s, transform .2s;
}

.menu-toggle:hover {
  background: rgba(0,0,0,0.25);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: var(--text-main);
  font-size: 22px;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.25s ease;
}

.site-nav a:hover::after,
.menu-panel a:hover::after {
  width: calc(100% - 16px);
}

.site-nav a:hover,
.menu-panel a:hover {
  background: rgba(0,0,0,0.25);
}

.site-nav a::after,
.menu-panel a::after {
  content: '';
  position: absolute;
  left: 8px;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--text-main);
  transition: width 0.25s;
}

.site-nav a,
.menu-panel a {
  color: var(--text-main);
  text-decoration: none;
  position: relative;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 999px;
  transition: background-color 0.25s ease;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.logo:hover {
  opacity: 0.85;
}

.logo {
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: var(--text-main);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: var(--header-bg);
  padding: 10px 20px;
  position: relative;
  top: 0;
  z-index: 20;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;

  background: linear-gradient(
    to bottom,
    #064a21 0%,
    #0f8a3f 45%,
    #064a21 100%
	); 

  color: var(--text-copy);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html,
body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

:root {
  --bg-main: #0a6b2f;
  --text-main: #fcfbc9;
  --text-copy: #e0e0e0;
  --header-bg: #064a21;
  --footer-bg: #064a21;
  --shadow-dark: rgba(0,0,0,.4);
  --shadow-darker: rgba(0,0,0,.6);
}


/* Image + CTA column */
.product-media {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 320px;
  max-width: 320px;
  flex-shrink: 0;
}

/* Purchase CTA box */
.purchase-box {
  display: block;
  text-align: center;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 200, 0.18);
  border: 2px solid rgba(255,255,200,0.45);
  color: var(--text-main);
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.purchase-box:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 200, 0.28);
  box-shadow: 0 7px 16px rgba(0,0,0,0.5);
}


.flash {
  animation: flash 2s infinite;
  animation-iteration-count: 2;
}

@keyframes flash {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}


@media (max-width: 768px) {
  .site-nav {
    display: none;
  }

  .social-icons-horizontal {
    justify-content: center;
  }

  .footer-note {
    max-width: 300px;
    margin: 10px auto 0;
  }

  .footer-col {
    margin-bottom: 20px;
  }

  .left-col,
  .right-col {
    text-align: center;
    padding: 0;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 22px;
  }

  .footer-signup-button {
    width: 200;
  }

  .footer-input {
    width: 100%;
    max-width: 260px;
  }

  .footer-signup-form {
    flex-direction: column;
    gap: 12px;
  }

  .footer-badge {
    display: none;
  }

  .page.contact-page .mc-form-wrapper {
    padding: 20px;
  }

  .contact-intro {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .page.contact-page {
    padding: 10px 15px;
  }
}

@media (max-width: 600px) {
  .support-grid {
    grid-template-columns: 1fr;
  }

  .product-details {
    font-size: 1rem;
  }

  .product-title {
    font-size: 1.35rem;
  }

  .product-box {
    padding: 16px;
  }
}

@media (min-width: 900px) {
  .product-info {
    flex: 1;
    margin-top: 0;
  }

  .product-img {
    width: 320px;
    max-width: 320px;
    flex-shrink: 0;
    margin: 0;
  }

  .product-box {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 24px;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .product-details {
    font-size: 1rem;
  }

  .product-title {
    font-size: 1.35rem;
  }

  .product-box {
    padding: 16px;
  }
}

@media (min-width: 900px) {
  .product-info {
    flex-direction: column;
    justify-content: center;
  }

  .product-img,
  .product-info {
    height: 100%;
  }

  .product-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .product-dots {
    margin-top: 12px;
  }

  .product-info {
    flex-direction: column;
    justify-content: space-between;
  }

  .product-slider {
    width: 320px;
    max-width: 320px;
    height: 320px;
    margin: 0;
    background: #0003;
    border-radius: 10px;
  }

  .slideshow-box {
    align-items: stretch;
  }
}

@media (max-width: 600px) {
  .slideshow-box .product-slider .product-slide {
    background-size: cover;
  }

  .slideshow-box .product-slider {
    width: 100%;
    height: 260px;
    max-width: none;
  }

}

@media (max-width: 900px) {
  .slideshow-box .product-slider {
    width: 100%;
    max-width: 100%;
    margin: 0 0 12px 0;
  }

  .slideshow-box {
    display: block;
  }
}

@media (max-width: 900px) {
  .product-media {
    width: 100%;
    max-width: 100%;
  }
}


