/*
Theme Name: Hayvenhurst
Theme URI: https://hayvenhurst.lovable.app/
Author: OpenAI for Jan Kruijt
Description: Custom WordPress theme converted from the Hayvenhurst Lovable design.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: hayvenhurst
*/

:root {
  --background: #ffffff;
  --foreground: #332b24;
  --primary: #332b24;
  --primary-foreground: #f6f2eb;
  --secondary: #e7ded1;
  --muted: #ece6dc;
  --muted-foreground: #7c7065;
  --accent: #dcc29f;
  --border: #ddd2c4;
  --gold: #c9a04a;
  --container: 1240px;
  --radius: 0;
  --shadow-soft: 0 10px 30px rgba(51,43,36,0.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--foreground);
  background: var(--background);
  font-family: 'Urbanist', Helvetica, sans-serif;
  line-height: 1.6;
}
h2 {
	font-size: 40px;
	margin: 0;
}
article {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
/* Elementor */

.hh-pillars-accordion{
  display:flex;
  width:100%;
  min-height:620px;
  overflow:hidden;
}

.hh-pillars-accordion .hh-pillar{
  position:relative;
  flex:1 1 0;
  min-width:0;
  min-height:620px;
  background-size:cover;
  background-position:center;
  cursor:pointer;
  transition:flex 0.45s ease;
  overflow:hidden;
}

.hh-pillars-accordion .hh-pillar.is-active{
  flex:3 1 0;
}

.hh-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
  transition:background 0.3s ease;
  z-index:1;
}

.hh-pillar.is-active .hh-overlay{
  background:rgba(0,0,0,0.60);
}

.hh-inner{
  position:absolute;
  left:30px;
  right:30px;
  top:30px;
  z-index:2;
  color:#fff;
}
.has-text-align-center {
    text-align: center;
}
.hh-number{
  font-size:14px;
  letter-spacing:0.12em;
  margin-bottom:10px;
  opacity:0.75;
  color:#fff;
}

.hh-title{
  margin:0;
  font-size:28px;
  line-height:1.2;
  color:#fff;
  opacity:1; /* always visible */
}

.hh-desc{
  margin-top:15px;
  font-size:15px;
  line-height:1.7;
  color:#fff;
  max-width:520px;
  opacity:0;
}

/* description only appears after expansion is finished */
.hh-pillar.is-open .hh-desc{
  opacity:1;
  transition:opacity 0.3s ease 0.05s;
}

@media (max-width: 767px){
  .hh-pillars-accordion{
    flex-direction:column;
  }

  .hh-pillars-accordion .hh-pillar,
  .hh-pillars-accordion .hh-pillar.is-active{
    min-height:360px;
    flex:none;
  }

  .hh-desc{
    opacity:1;
    transition:none;
  }
}

/* End Elementor */
body.page-template-default article .section-title {
    font-size: 14px;
    width: auto;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .28em;
    color: var(--muted-foreground);
    margin: 0 0 12px;
    line-height: normal;
}
article .entry-content {
    flex-basis: 100%;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.site-main { min-height: 40vh; }
body:not(.home) .site-main {
	margin-top: 110px;
}
body.page-template-default:not(.home) .site-main {
	margin-top: 140px;
}
.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}
.section { padding: 96px 0; }
body.single-product .section {padding: 70px 0;}
.section-title-eyebrow,
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .28em;
  color: var(--muted-foreground);
  margin: 0 0 12px;
}
.display,
h1,h2,h3,h4,h5,h6,
.site-title,
.hero-title,
.section-title,
.product-card__title,
.single-product__title {
  font-family: Urbanist, "Times New Roman", serif;
  font-weight: 300;
  letter-spacing: .03em;
}
.section-title {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.75rem);
  line-height: 1.1;
  max-width: 980px;
  margin: 0 auto;
}
.hayven-product-grid.hayven-product-grid--shortcode {
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 30px;
	padding: 60px 0 0 0;
	flex-wrap: wrap;
}
.site-branding a {
    display: flex;
    flex-direction: column;
}
.hayven-product-grid.hayven-product-grid--shortcode article {
    width: 30%;
}
.e-con-inner-home img {
    max-width: calc(1280px / 8 - 32px);
}
.e-con-inner-home {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
	overflow: hidden;
    flex-wrap: wrap;
    gap: 30px;
	justify-content: center;
}
.btn,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 1px solid var(--foreground);
  background: transparent;
  color: var(--foreground);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
  cursor: pointer;
  transition: .25s ease;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: rgba(51,43,36,.05);
}
.btn--light {
  color: var(--primary-foreground);
  border-color: rgba(246,242,235,.65);
}
.btn--light:hover {
  background: rgba(246,242,235,.1);
}
.header-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 44px;
}

.hayven-category-columns .wp-block-button .wp-block-button__link,
.hayven-slide-right .wpforms-container-full button.wpforms-submit[type=submit]:not(:hover):not(:active),
.hayven-slide-left .wpforms-container-full button.wpforms-submit[type=submit]:not(:hover):not(:active),
.hayven-slide-right .wpforms-container-full button.wpforms-submit[type=submit],
.hayven-slide-left .wpforms-container-full button.wpforms-submit[type=submit]  {
    background: transparent none;
	background-color: transparent;
    border-color: currentColor;
    border-width: 1px;
    border-style: solid;
    color: currentColor;
}


.header-search__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.header-search__form {
  position: absolute;
  left: 44px;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left center;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 0;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    opacity 0.22s ease,
    width 0.28s ease;
  z-index: 20;
}

.header-search.is-open .header-search__form {
  width: 340px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scaleX(1);
}

.header-search__input {
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #111;
  font-size: 14px;
  font-family: inherit;
}

.header-search__submit {
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  color: #111;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(221,210,196,.55);
}
.hayven-overlay-stack .section-title-eyebrow, .hayven-overlay-stack .eyebrow {
	color: #FFF;
}
.top-banner {
  background: var(--primary);
  color: var(--primary-foreground);
  text-align: center;
  padding: 5px 45px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.top-banner .top-banner-right  {
	display: flex;
	gap: 30px;
	align-items: center;
}
.top-banner .top-banner-left  {
	display: flex;
	gap: 15px;
	align-items: center;
}
.top-banner .top-banner-left a {
	display: flex;
	align-items: center;
}
.top-banner .top-banner-left svg, .top-banner .top-banner-right svg {
	fill: #FFF;
	width: 18px;
}
.header-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
    padding: 15px 30px 5px 31px;
    width: 100%;
}
.site-branding { text-align: center; }
.site-title {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  text-transform: uppercase;
  letter-spacing: .32em;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-tagline {
  display: block;
  margin-top: 2px;
  color: var(--muted-foreground);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .28em;
}
.header-actions,
.header-meta { display: flex; align-items: center; gap: 14px; }
.header-actions { justify-content: flex-end; }
.header-icon { color: var(--muted-foreground); font-size: 14px; position: relative}
.header-icon .cart-amount {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #dcc29f;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.primary-nav {

  border-bottom: 1px solid rgba(221,210,196,.35);
}
.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
}
.primary-nav ul.sub-menu {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
    background: rgba(255, 255, 255, .88);
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #ece6df;
    padding: 0 15px;
	  transition:
    all 0.28s ease;
}
.primary-nav li.menu-item:hover ul.sub-menu {
	opacity: 1;
	overflow: visible;
	visibility: visible;
		  transition:
    all 0.28s ease;
}
.primary-nav a {
  display: inline-block;
  padding: 16px 0;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 14px;
  color: var(--muted-foreground);
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a {
  color: var(--foreground);
}
.hero {
  position: relative;
  min-height: calc(100vh - 145px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-foreground);
  text-align: center;
  overflow: hidden;
}
.hero__media,
.feature-panel__media {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__overlay,
.feature-panel__overlay {
  position: absolute;
  inset: 0;
  background: rgba(51,43,36,.32);
}
.hero__inner,
.feature-panel__content {
  position: relative;
  z-index: 1;
  padding: 32px 0;
}
.hero__rings::before,
.hero__rings::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(246,242,235,.15);
  pointer-events: none;
}
.hero__rings::before { width: min(70vw, 640px); height: min(70vw, 640px); }
.hero__rings::after { width: min(52vw, 470px); height: min(52vw, 470px); border-color: rgba(246,242,235,.1); }
.hero-title {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
  letter-spacing: .05em;
}
.hero-subtitle { margin: 22px 0 0; text-transform: uppercase; letter-spacing: .22em; font-size: 13px; }
.hero__cta { margin-top: 34px; }
.text-center { text-align: center; }
.categories-grid,
.product-grid,
.philosophy-grid {
  display: grid;
  gap: 32px;
}
.categories-grid { grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 1080px; margin: 0 auto; }
.category-card { text-align: center; }
.category-card__image,
.product-card__image,
.single-product__image {
  overflow: hidden;
  background: #f5f0e8;
  box-shadow: var(--shadow-soft);
}
.category-card__image img,
.product-card__image img,
.single-product__image img { transition: transform .7s ease; width: 100%; height: 100%; object-fit: cover; }
.category-card:hover .category-card__image img,
.product-card:hover .product-card__image img { transform: scale(1.06); }
.category-card__image { aspect-ratio: 1 / 1; border: 1px solid rgba(221,210,196,.7); }
.category-card__name {
  display: block;
  margin-top: 22px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 13px;
}
.feature-panel {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--primary-foreground);
  overflow: hidden;
}
.feature-panel__content p:last-of-type { max-width: 600px; margin-inline: auto; }
.philosophy-copy { max-width: 760px; margin: 0 auto; }
.divider-mark {
  display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 34px;
}
.divider-mark span:first-child,
.divider-mark span:last-child { width: 44px; height: 1px; background: var(--accent); display: inline-block; }
.divider-mark span:nth-child(2) { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); display: inline-block; }
.philosophy-grid { grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 72px; }
.philosophy-card { text-align: center; }
.philosophy-card__icon {
  width: 82px; height: 82px; border-radius: 50%; border: 1px solid rgba(220,194,159,.6);
  display: inline-flex; align-items: center; justify-content: center; font-size: 28px; color: var(--accent); margin-bottom: 18px;
}
.footer {
  background: var(--primary);
  color: var(--primary-foreground);
  margin-top: 80px;
}
.footer__top {
  padding: 72px 0 36px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 32px;
}
.footer__brandmark {
  width: 35px; height: 35px; border-radius: 50%; border: 1px solid rgba(246,242,235,.2);
  display: flex; align-items: center; justify-content: center; margin-bottom: 0px;
}
.footer h3, .footer h4 { margin-top: 0; }
.footer__nav ul, .footer__legal { list-style: none; margin: 0; padding: 0; }
.footer__nav li + li,
.footer__legal li + li { margin-top: 8px; }
.footer__nav a,
.footer__legal a,
.footer__copy { color: rgba(246,242,235,.65); font-size: 12px; }
.footer__bottom {
  border-top: 1px solid rgba(246,242,235,.1);
  padding: 22px 0 34px;
  display: flex; justify-content: space-between; gap: 20px; align-items: center;
}
.footer__legal { display: flex; gap: 24px; flex-wrap: wrap; }
.product-index-header { padding: 96px 0 24px; }
.filter-bar {
  display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin: 22px 0 46px;
}
.filter-chip {
  border: 1px solid rgba(221,210,196,.8);
  padding: 8px 22px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  color: var(--muted-foreground);
}
.filter-chip.is-active,
.filter-chip:hover {     color: #FFF;
    border-color: #FFF;
    background: rgb(220 194 159); }
.product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.product-card__image { margin-bottom: 16px; }
.product-card__title { margin: 4px 0; font-size: 1.25rem; }
.product-card__price { color: var(--muted-foreground); font-size: 15px; }
.featured-products { padding-top: 30px; }
/* Shop card reveal animation */
/* Only animate once JS has marked the page ready */
html.hayven-animations-ready .product-grid .product-card.hayven-product-reveal {
  opacity: 0;
  transform: translate3d(0, 44px, 0);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--hayven-delay, 0ms);
  will-change: opacity, transform;
}

html.hayven-animations-ready .product-grid .product-card.hayven-product-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Make cards already in view on load a touch stronger */
html.hayven-animations-ready .product-grid .product-card.hayven-product-reveal.hayven-preload {
  transform: translate3d(0, 0, 0);
}
.product-grid .product-card .eyebrow {
	margin: 0;
}
.product-grid .product-card {
  display: block;
}
html .single-product__image-wrap.hayven-slide-left,
html .single-product__summary.hayven-slide-right,
.hayven-slide-left, .hayven-slide-right {
  opacity: 0;
}
html .hayven-slide-left a,
html .hayven-slide-right a {
	text-decoration: underline;
}
/* Image: left -> center */
html .single-product__image-wrap.hayven-slide-left,
.hayven-slide-left {
  transform: translateX(-72px);
}

/* Summary: right -> center */
html .single-product__summary.hayven-slide-right,
.hayven-slide-right {
  transform: translateX(72px);
  
}

.special p, p#subtitle {
    color: #b39b7c;
    margin: 0;
    font-size: 20px;
}
.hayven-philosophy-columns p:not(.hayven-philosophy-icon) {
    height: 90px;
}

.hayven-philosophy-columns img {
	width: 360px;
	max-width: 100%;
	height: 260px;
	object-fit: cover;
}
/* Final state */
html .single-product__image-wrap.hayven-slide-left.is-visible,
html .single-product__summary.hayven-slide-right.is-visible,
.hayven-slide-left.is-visible, .hayven-slide-right.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.9s ease;
}
/* Shop product tile reveal */
.woocommerce ul.products li.product.hayven-product-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  transition-delay: var(--hayven-delay, 0ms);
  will-change: opacity, transform;
}

.woocommerce ul.products li.product.hayven-product-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: slightly smoother image/card feel */
.woocommerce ul.products li.product {
  backface-visibility: hidden;
}
h1.site-title:before {
    content: '';
    background: url(/downloads/for_logo.png) no-repeat;
    height: 36px;
    display: block;
    width: 36px;
    background-size: 36px;

}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .woocommerce ul.products li.product.hayven-product-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
article.single-product {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  padding-top: 48px;
  align-items: start;
}
.single-product__image { aspect-ratio: 1 / 1; }
.single-product__title { font-size: clamp(2rem, 4.5vw, 3.6rem); margin: 6px 0 14px; line-height: 1.05; }
.single-product__price { font-size: 1.35rem; margin-bottom: 22px; }
.single-product__meta {
  border-top: 1px solid rgba(221,210,196,.8);
  margin-top: 28px;
  padding-top: 22px;
}
.meta-row { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; font-size: 14px; }
.meta-label { color: var(--muted-foreground); }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; }
.feature-list li { position: relative; padding-left: 18px; margin-bottom: 10px; color: var(--muted-foreground); font-size: 14px; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.back-link { display: inline-block; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; color: var(--muted-foreground); margin-top: 28px; }
.page-content { padding: 48px 0 10px; }
.screen-reader-text { position: absolute; left: -9999px; }
.wp-caption, .gallery-caption { max-width: 100%; }
.sticky, .bypostauthor { display: block; }
.alignleft { float: left; margin: 0 1rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.footer-brand-title {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.footer-top {
    display: flex;
    flex-direction: column;
	align-items: center;
}
.footer-top p {
	margin: 0;
}
@media (max-width: 980px) {
  .categories-grid,
  .product-grid,
  .philosophy-grid,
  .footer__top { grid-template-columns: 1fr; }
  .e-con-inner { grid-template-columns: 1fr 1fr !important; }
  article.single-product {grid-template-columns: 1fr;}
  .footer__brandmark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(246, 242, 235, .2);
    display: flex;
    align-items: center;
    justify-content: center;	  
	  margin-bottom: 0;
  }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-bar { grid-template-columns: 1fr; text-align: center; padding: 15px 0 5px 0; }
  .header-meta,
  .header-actions { justify-content: center; }
  .primary-nav ul { gap: 18px; }
  .section { padding: 72px 0; }
  .hero { min-height: 78vh; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .meta-row { flex-direction: column; gap: 2px; }
}

/* WooCommerce */
.woocommerce-notices-wrapper { margin-bottom: 24px; }
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid rgba(221,210,196,.8);
  background: #fff;
  padding: 16px 18px;
  margin-bottom: 16px;
  list-style: none;
}
.woocommerce .quantity .qty,
.quantity .qty {
  width: 84px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(221,210,196,.8);
  background: #fff;
  font: inherit;
}
.woocommerce nav.woocommerce-pagination,
.navigation.pagination { margin-top: 40px; text-align: center; }
.woocommerce nav.woocommerce-pagination ul,
.navigation.pagination .nav-links {
  display: inline-flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination span,
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid rgba(221,210,196,.8);
  padding: 0 12px;
}
.woocommerce nav.woocommerce-pagination .current,
.navigation.pagination .current {
  background: var(--foreground);
  color: #fff;
  border-color: var(--foreground);
}

/* Gutenberg homepage */
.site-main--front .entry-content,
.site-main--front .page-content,
.site-main--front .hayven-home-content { padding: 0; }
.site-main--front .hayven-home-content > * { margin-top: 0; max-width: none; }
.site-main--front .wp-block-cover,
.site-main--front .wp-block-group.alignfull { margin-top: 0; margin-bottom: 0; }
.site-main--front .wp-block-cover__inner-container,
.site-main--front .wp-block-group { width: 100%; }
.hayven-home-section { padding: 96px 0; }

.hayven-home-shell {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.hayven-home-shell .hayven-shell-image,
.hayven-home-shell .hayven-shell-image img {
  margin: 0;
  width: 100%;
  display: block;
}
.site-main--front .hayven-hero-shell .hayven-shell-image img {
	  min-height: 80vh;
  object-fit: cover;
  filter: brightness(0.6);
}
.site-main--front .hayven-feature-shell .hayven-shell-image img {
  min-height: 80vh;
  object-fit: cover;
  filter: brightness(0.8);
}
.site-main--front .hayven-hero-shell .hayven-shell-image img { min-height: 100vh; }
.hayven-shell-overlay {
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
  z-index: 2;
}
.hayven-overlay-stack > * {
  margin-left: auto;
  margin-right: auto;
}
.hayven-overlay-stack .wp-block-buttons {
  justify-content: center;
}
.site-main--front .hayven-home-shell .hayven-shell-overlay,
.site-main .hayven-home-shell .hayven-shell-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}
.site-main--front .hayven-home-shell::after,
.site-main .hayven-home-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, .35);
  pointer-events: none;
}
.site-main--front .hayven-feature-shell::after,
.site-main .hayven-feature-shell::after
 { background: rgba(17, 17, 17, .45); }
.site-main--front .hayven-home-shell > *,
.site-main .hayven-home-shell > * 
{ position: relative; z-index: 1; }

.hayven-hero-block { color: var(--primary-foreground); }
.hayven-hero-block .wp-block-cover__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem 1.5rem;
}
.hayven-hero-content {
  position: relative;
  width: min(100%, 980px);
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
}
.hayven-hero-content::before,
.hayven-hero-content::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(246,242,235,.15);
  pointer-events: none;
}
.hayven-hero-content::before { width: min(68vw, 640px); height: min(68vw, 640px); }
.hayven-hero-content::after { width: min(50vw, 470px); height: min(50vw, 470px); border-color: rgba(246,242,235,.1); }
.hayven-hero-block .eyebrow,
.hayven-on-dark,
.hayven-feature-cover .eyebrow,
.hayven-hero-subtitle { color: rgba(246,242,235,.88); }
.hayven-hero-subtitle {
  margin: 1.5rem 0 0;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .75rem;
}
.site-main--front .hero-title,
.site-main .hero-title {
  margin: 0;
  color: #FFF;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 1.02;
  position: relative;
  z-index: 1;
}
.product-text p {
	color: #7c7065;
	font-size: 14px;
}
.hayven-accordion {
  
}

.hayven-accordion__item {
  border-bottom: 1px solid rgba(221,210,196,.8);
}

.hayven-accordion__item:last-child {
	border-bottom: none;
}

.hayven-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  background: none !important;
}

.hayven-accordion__trigger span:first-child {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hayven-accordion__icon {
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.hayven-accordion__trigger[aria-expanded="true"] .hayven-accordion__icon {
  transform: rotate(45deg);
}

.hayven-accordion__panel {
  padding: 0 0 1rem;
}

.hayven-accordion__content {
  color: inherit;
  opacity: 0.9;
  line-height: 1.7;
  font-size: 14px;
}
.woocommerce-product-gallery {position:relative;}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {position: absolute; z-index:9;width: 100%; height: calc(100% - 120px);}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {display: none !important;}
.woocommerce-product-gallery  img.wp-post-image {width: 100%; height:100%;object-fit:cover; max-height: 450px;}
.woocommerce-product-gallery .flex-control-nav li::marker {display:none;font-size:0;}
.woocommerce-product-gallery .flex-control-nav {padding: 0; display: flex; gap: 20px;}
.site-main--front .wp-block-buttons { margin-bottom: 3rem; margin-top: 2rem; }
.site-main--front .wp-block-button__link {
  padding: 14px 24px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11px;
}
.hayven-button-light .wp-block-button__link {
  color: var(--primary-foreground);
  border: 1px solid rgba(246,242,235,.65);
  background: transparent;
}
.hayven-button-light .wp-block-button__link:hover { background: rgba(246,242,235,.1); }
.hayven-category-columns,
.hayven-philosophy-columns { max-width: 1120px; margin-left: auto; margin-right: auto; flex-wrap: wrap !important;}
.hayven-category-card,
.hayven-philosophy-card {
  height: 100%;
  text-align: center;
}
.hayven-category-columns .hayven-category-image {border: none;}
.hayven-category-columns .wp-block-column {min-width: calc(100% / 3 - 30px); max-width: calc(100% / 3 - 30px);}
.hayven-category-image { margin: 0; overflow: hidden; border: 1px solid rgba(221,210,196,.45); }
.hayven-category-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform .7s ease;
}
.hayven-category-card:hover .hayven-category-image img { transform: scale(1.06); }
.hayven-category-title { margin-top: 1.5rem; margin-bottom: 1rem; font-size: 1.2rem; }
.hayven-feature-text,
.hayven-section-copy {
  max-width: 680px;
  margin: 1.5rem auto 0;
  color: var(--muted-foreground);
}
.hayven-feature-text { color: rgba(246,242,235,.85); }
.hayven-divider {
  margin-top: 2.25rem;
  width: 7rem;
  border-color: var(--accent);
  opacity: 1;
}
.hayven-philosophy-card {
  padding: 1rem;
}
.hayven-philosophy-icon {
    font-size: 2rem;
    color: var(--accent);
    margin-bottom: 1rem;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #dcc29f69;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hayven-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}
.hayven-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hayven-delay-1 { transition-delay: .12s; }
.hayven-delay-2 { transition-delay: .24s; }
.hayven-delay-3 { transition-delay: .36s; }
.hayven-delay-4 { transition-delay: .48s; }

/* WooCommerce gallery / cart / checkout refinements */
.woocommerce div.product div.images .flex-control-thumbs { display: flex; gap: 12px; margin-top: 18px; }
.woocommerce div.product div.images .flex-control-thumbs li { border: 1px solid rgba(221,210,196,.6); }
.woocommerce table.shop_table {
  border-collapse: collapse;
  border: 1px solid rgba(221,210,196,.8);
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 16px;
  border-bottom: 1px solid rgba(221,210,196,.55);
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid rgba(221,210,196,.8);
  padding: 24px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 48px;
  border: 1px solid rgba(221,210,196,.8);
  background: #fff;
  padding: 10px 14px;
}
.woocommerce ul.order_details,
.woocommerce .woocommerce-customer-details address {
  border: 1px solid rgba(221,210,196,.8);
  padding: 20px;
}

@media (max-width: 768px) {
  .hayven-home-section { padding: 72px 15px; }
  .hayven-hero-content::before { width: min(88vw, 480px); height: min(88vw, 480px); }
  .hayven-hero-content::after { width: min(66vw, 320px); height: min(66vw, 320px); }
  .site-main--front .hero-title { font-size: clamp(2.4rem, 12vw, 4.5rem); }
  .hayven-category-columns,
  .hayven-product-grid.hayven-product-grid--shortcode,
  .hayven-philosophy-columns { gap: 15px;    align-items: start;    padding: 0; }
    .hayven-category-columns .wp-block-column, .hayven-product-grid.hayven-product-grid--shortcode article {
        min-width: calc(100% / 2 - 8px);
        max-width: calc(100% / 2 - 8px);
    }
	.hayven-category-title {
		font-size: 16px;
	}
	.hayven-product-grid.hayven-product-grid--shortcode {
		padding-top: 30px;
	}
	.site-header {
		border-bottom: none;
	}
}

.primary-nav__inner {
  position: relative;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 14px 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #111;
  transition: 0.25s ease;
}

.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
  align-items: center;
}

.primary-menu li {
  margin: 0;
  padding: 0;
}

.primary-menu a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
}
	.mobile {
		display: none !important;
	}
.filter-bar-wrapper {
  margin-top: 24px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  transition: 0.2s ease;
}


.filter-toggle {
    display: none;
    appearance: none;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    border-radius: 999px;
    padding: 5px 18px;
    font: inherit;
    cursor: pointer;
    margin: 0 auto 15px auto;
    font-size: 11px;
}

/* Mobile */
@media (max-width: 768px) {
  .filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .filter-bar {
    display: none;
    margin-top: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .filter-bar.is-open {
    display: flex;
  }

  .filter-chip {
    width: 100%;
    text-align: center;
  }
}

/* Desktop */
@media (min-width: 769px) {
  .filter-bar {
    display: flex !important;
  }
}	
/* Mobile */
@media (max-width: 768px) {
	body {
		overflow-x:hidden;
	}
	body .primary-nav ul.sub-menu {
		opacity: 1;
    overflow: visible;
    visibility: visible;
    position: relative;
    background: none;
     border: none;
	}
	body .elementor .e-flexbox-base {
		flex-wrap: wrap;
	}
	body .hayven-home-section .wp-block-buttons {
		display: none;
	}
	body.home .site-main {
		    margin-top: 80px;
	}
	body:not(.home) .site-main {
		margin-top: 80px;
	}
	.top-banner .top-banner-right {
		gap: 20px;
	}
	.top-banner {
		padding: 5px 10px;
	}
	.site-title {
		justify-content: center;
	}
	.desktop {
		display: none !important;
	}
	.mobile {
		display: flex !important;
	}	
  .mobile-menu-toggle {
    display: inline-flex;
        position: fixed;
        background: rgba(255, 255, 255, .88) !important;
        left: 0;	
  }

  .primary-menu-wrapper {
    display: none;
    width: 100%;
	padding-top: 50px;
  }

  .primary-menu-wrapper.is-open {
    display: block;
  }

  .primary-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 0 16px;
  }

  .primary-menu li {
    width: 100%;
  }

  .primary-menu a {
    width: 100%;
    padding: 12px 0;
  }
}

/* Desktop */
@media (min-width: 769px) {
  .primary-nav__inner {
    display: flex;
    justify-content: center;
  }

  .primary-menu-wrapper {
    display: block !important;
  }
}
