/** Shopify CDN: Minification failed

Line 14:0 Unexpected "<"
Line 93:0 Unexpected "<"
Line 107:0 Unexpected "<"
Line 168:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:hero-banner-beanandgoose (INDEX:78) */
<style>
.hero-banner-section {
  background-color: #ffffff;
}
.hero-banner-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  overflow: hidden;
}
.hero-banner-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25); /* Lighter overlay */
  z-index: 1;
}
.hero-banner-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 3rem 1.5rem;
}
.hero-banner-content h1 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
  color: #ffffff !important; /* Force white */
}
.hero-banner-content p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 2.2rem;
  color: #ffffff;
}
.hero-banner-buttons a {
  display: inline-block;
  margin: 0 0.6rem;
  padding: 1rem 2.2rem;
  border-radius: 40px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}
.hero-banner-buttons .primary {
  background-color: #7a5637;
  color: white;
}
.hero-banner-buttons .primary:hover {
  background-color: #5f3f29;
}
.hero-banner-buttons .secondary {
  background-color: white;
  color: #7a5637;
  border: 2px solid #7a5637;
}
.hero-banner-buttons .secondary:hover {
  background-color: #f5f2ef;
}
@media screen and (max-width: 768px) {
  .hero-banner-content h1 {
    font-size: 2.4rem;
  }
  .hero-banner-content p {
    font-size: 1.3rem;
  }
  .hero-banner-buttons a {
    margin: 0.4rem 0;
    display: block;
  }
}
</style>
/* END_SECTION:hero-banner-beanandgoose */

/* START_SECTION:homepage-video (INDEX:82) */
.section-homepage-video{
width:100%;
}
.video-homepage{
width: 100%;
height: auto;
}
/* END_SECTION:homepage-video */

/* START_SECTION:multicolumn-wexford (INDEX:115) */
<style>
.wexford-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  padding: 3rem 0;
}
.wexford-columns .tile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.wexford-columns .tile:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.wexford-columns .tile img {
  width: 64px;
  height: 64px;
  margin-right: 1.75rem;
  flex-shrink: 0;
}
.wexford-columns .tile-content {
  display: flex;
  flex-direction: column;
}
.wexford-columns .tile-content h3 {
  margin: 0 0 0.8rem 0;
  font-size: 1.75rem; /* Enlarged title */
  font-weight: 600;
  color: #2c2c2c;
}
.wexford-columns .tile-content p {
  margin: 0;
  font-size: 1.25rem; /* Enlarged body text */
  line-height: 1.8;
  color: #3a3a3a;
}
@media screen and (max-width: 640px) {
  .wexford-columns .tile {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 2rem;
  }
  .wexford-columns .tile img {
    margin: 0 0 1.25rem 0;
  }
  .wexford-columns .tile-content h3 {
    font-size: 1.65rem;
  }
  .wexford-columns .tile-content p {
    font-size: 1.2rem;
  }
}
</style>
/* END_SECTION:multicolumn-wexford */