/* PARSER deploy: layout containers + SVG menu icons (no Astra icon font) */

/* --- Logo visible on all pages (override theme custom CSS) --- */
#logo,
.site-logo-img .custom-logo-link,
.site-logo-img .custom-logo-link img {
  display: block !important;
}
.site-header .site-logo-img img.custom-logo {
  max-height: 80px;
  width: auto;
  height: auto;
}

/* --- Content containers on inner pages --- */
body:not(.home) #content.site-content > .ast-container {
  max-width: var(--ast-normal-container-width, 1391px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 3vw, 40px);
  padding-right: clamp(16px, 3vw, 40px);
  box-sizing: border-box;
}

body.ast-page-builder-template #content.site-content > .ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

body.elementor-page .entry-content > .elementor {
  width: 100%;
}

body.elementor-page .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Blog / article pages */
body.single-post #primary,
body.single-post .site-main {
  width: 100%;
  max-width: 100%;
  float: none;
}

body.single-post #secondary {
  display: none !important;
}

body.single-post .ast-article-single,
body.single-post .entry-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 0 2rem;
}

body.single-post .entry-header {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 0;
}

/* Stop alignfull bleed breaking static mirror layout */
body:not(.home) .entry-content .alignfull,
body:not(.home) .entry-content .alignwide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Archive / tag / category */
body.archive #primary .ast-container,
body.category #primary,
body.tag #primary {
  max-width: 1140px;
  margin: 0 auto;
}

/* --- /our-story/ clean article layout --- */
body.page-id-1350.ast-theme-transparent-header #masthead {
  position: relative;
  background: #fff;
}
body.page-id-1350 #content.site-content {
  background: #f7f7f7;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
body.page-id-1350 #content.site-content > .ast-container {
  max-width: 900px;
  padding-left: 24px;
  padding-right: 24px;
}
body.page-id-1350 .our-story-wrap {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem);
  margin: 0 auto;
}
body.page-id-1350 .our-story-wrap h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: #222;
}
body.page-id-1350 .our-story-wrap h2 {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 1.75rem;
  color: #444;
}
body.page-id-1350 .our-story-wrap p {
  margin: 0 0 1.25rem;
  line-height: 1.75;
  color: #333;
}
body.page-id-1350 .our-story-wrap a {
  color: #fb2056;
  text-decoration: underline;
}
body.page-id-1350 .entry-content .our-story-wrap > *:last-child {
  margin-bottom: 0;
}

/* --- /you-said/ reviews & awards --- */
body.page-id-1248.ast-theme-transparent-header #masthead,
body.page-id-1248 #masthead {
  position: relative;
  background: #fff;
}
body.page-id-1248 #content.site-content > .ast-container {
  max-width: 820px;
}

/* --- /menu/ elementor page --- */
body.page-id-3449.ast-theme-transparent-header #masthead,
body.page-id-3449 #masthead {
  position: relative;
  background: #fff;
}
body.page-id-3449 #content.site-content {
  background: #f7f7f7;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

/* --- SVG menu icons (Lucide-style, inline data-uri) --- */
.icon-menu-bars .menu-toggle-icon::before,
.ast-icon.icon-arrow::after,
.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before,
.ast-header-break-point .ast-menu-toggle::before,
.main-header-bar .main-header-bar-navigation .menu-item-has-children > a::after,
.main-header-menu .menu-item-has-children > a::after {
  content: "" !important;
  font-family: inherit !important;
  speak: never;
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Lucide menu (hamburger) */
.icon-menu-bars .menu-toggle-icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 6h16M4 12h16M4 18h16'/%3E%3C/svg%3E");
}

/* Lucide chevron-down */
.ast-icon.icon-arrow::after,
.ast-header-break-point .ast-menu-toggle::before,
.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before,
.main-header-bar .main-header-bar-navigation .menu-item-has-children > a::after,
.main-header-menu .menu-item-has-children > a::after {
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.35em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.ast-menu-toggle .ast-icon.icon-arrow::after {
  margin-left: 0;
}

.menu-toggle .ast-icon.icon-menu-bars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
