.home .entry-header {
    display: none;
}.home .site-footer {
    display: none;
}.home .site-header {
    display: none;
}.home .entry-content > ul {
    display: none;
}.home .woocommerce-breadcrumb {
    display: none;
} 
h1, h2, h3 {
  letter-spacing: -0.5px;
}

p {
  line-height: 1.8;
  color: #6e665f;
  max-width: 680px;
}

@media (max-width: 768px) {

  .vecolate-grid-2,
  .vecolate-grid-3,
  .vecolate-grid-4 {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

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

  a {
    display: inline-block;
    padding: 14px 22px !important;
    font-size: 15px !important;
  }

  h1 {
    font-size: 34px !important;
  }

  h2 {
    font-size: 26px !important;
  }

}
header, .custom-header {
  padding: 24px 0 !important;
}
a, button {
  transition: all 0.3s ease;
}

a:hover, button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  nav {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
}
/* ===== COLORS ===== */
:root {
  --vecolate-green: #2b6b09;
  --vecolate-orange: #f89604;
  --vecolate-black: #1f1b18;
  --vecolate-text: #6e665f;
  --vecolate-cream: #f8f6f2;
  --vecolate-white: #ffffff;
}

/* ===== TYPOGRAPHY ===== */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--vecolate-text);
  line-height: 1.8;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--vecolate-black);
  letter-spacing: -0.5px;
}

/* ===== LINKS ===== */
a {
  color: var(--vecolate-black);
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.75;
}

/* ===== BUTTON STYLE ===== */
a.button, button {
  background: var(--vecolate-green);
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
}

/* ===== SECTIONS ===== */
section {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  h1 { font-size: 34px; }
  h2 { font-size: 26px; }

  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}




/* =========================
   VECOLATE FINAL LUXURY POLISH
   ========================= */

/* Remove Storefront / WooCommerce shell */
.site-header,
.site-footer,
.site-search,
.site-header-cart,
.storefront-primary-navigation,
.storefront-handheld-footer-bar,
.woocommerce-breadcrumb,
.entry-header,
.menu > ul {
  display: none !important;
}

/* Hide extra default page list */
.main-navigation .menu,
.main-navigation ul.menu + .menu {
  display: none !important;
}

/* Global rhythm */
section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* Typography */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #6e665f;
  line-height: 1.8;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  color: #1f1b18;
  letter-spacing: -0.4px;
  line-height: 1.12;
}

p {
  max-width: 68ch;
}

/* Links and buttons */
a {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

a:hover {
  opacity: 0.78;
}

a[style*="background:#2b6b09"],
a[style*="background: #2b6b09"],
button {
  box-shadow: 0 10px 24px rgba(31,27,24,0.08);
}

a[style*="background:#2b6b09"]:hover,
a[style*="background: #2b6b09"]:hover,
button:hover {
  transform: translateY(-1px);
}

/* Header polish */
.custom-header,
header section:first-of-type {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Footer polish */
footer a,
section a {
  text-underline-offset: 3px;
}

/* Mobile */
@media (max-width: 768px) {
  section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .vecolate-grid-2,
  .vecolate-grid-3,
  .vecolate-grid-4 {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  h1 { font-size: 34px !important; }
  h2 { font-size: 27px !important; }
  p  { font-size: 16px !important; }

  nav {
    justify-content: center !important;
    width: 100% !important;
  }
}
/* FORM STYLING */
.wpforms-form input,
.wpforms-form textarea {
  border: 1px solid rgba(31,27,24,0.1);
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
}

.wpforms-form input:focus,
.wpforms-form textarea:focus {
  border-color: #2b6b09;
  outline: none;
}

/* BUTTON */
.wpforms-submit {
  background: #2b6b09 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
}

.wpforms-submit:hover {
  opacity: 0.85;
}