/* Camarillo plot boot, unique to babyrootfarm.com */
.Loader { display: none !important; }

.Index-page-image,
figure.Index-page-image {
  opacity: 1 !important;
  visibility: visible !important;
}

.Index,
.Index-page,
.Index-page--has-image,
.Index-page-content,
.tweak-index-page-fullscreen-none .Index-page,
.tweak-index-page-fullscreen-none .Index-page:first-child,
.tweak-index-page-fullscreen-none .Index-page--has-image,
.tweak-index-gallery-fixed-height .Index-gallery-wrapper,
.tweak-index-gallery-fixed-height .Index-gallery-item {
  position: relative;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible;
}

.Index-page-content,
.Index-page--has-image .Index-page-content {
  padding: 1.1rem 1.2rem 1.4rem !important;
}

.Index-page--has-image {
  min-height: 280px !important;
}

.Index-page--has-image .Index-page-image {
  position: relative !important;
  inset: auto;
  margin: 0;
  z-index: 0;
  max-height: 320px;
  overflow: hidden;
}

.Index-page-image img,
figure.Index-page-image img {
  display: block;
  width: 100%;
  height: 320px;
  max-height: 320px;
  object-fit: cover;
}

.Index-page--has-image .Index-page-content {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.2rem !important;
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.Index-page--has-image .Index-page-content h1 {
  color: #fff !important;
  margin: 0.15rem 0;
}

.sqs-block-spacer,
.sqs-block.spacer-block,
.Index-page-scroll-indicator {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

#our-story,
.Index-nav {
  display: none !important;
}

.Index-page--has-image .sqs-block-html {
  background: transparent;
}

.Header--bottom,
.Header.Header--bottom,
.Header--overlay {
  display: block !important;
  position: relative !important;
  background: #111 !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 50;
}
.Header-nav,
.Header-nav-inner {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
  visibility: visible !important;
  opacity: 1 !important;
}
.Header-nav-item {
  display: inline-block !important;
  color: #f3efe6 !important;
  font-size: 0.95rem;
  text-decoration: none;
}

.Header-inner--bottom {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.6rem 1rem;
  min-height: 84px;
}

.Header [data-nc-container] {
  display: block !important;
}

.Header-branding-logo {
  display: block !important;
  max-height: 72px;
  width: auto;
}

.Header--top {
  display: none !important;
}

.Header-nav-item {
  color: #f3efe6 !important;
}

.Header-branding-logo,
.Mobile-bar-branding-logo {
  max-height: 72px;
  width: auto;
  background: #000;
}

body:not(.homepage) .Header {
  background: #111;
}

body:not(.homepage) .Header-nav-item {
  color: #f3efe6;
}

body:not(.homepage) .Content-outer {
  background: #faf6ee;
}

.plot-jump {
  background: #111;
  color: #f3efe6;
  padding: 0.7rem 1rem;
  text-align: center;
}
.plot-jump a {
  color: #f3efe6;
  margin: 0 0.35rem;
}
.ranch-sheet {
  max-width: 740px;
  margin: 0 auto;
  padding: 2.2rem 1.2rem 3rem;
  font-size: 17px;
  line-height: 1.65;
}

.ranch-sheet h1,
.ranch-sheet h2 {
  font-family: "Times New Roman", Times, serif;
}

.ranch-banner {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

.gate-faq {
  margin: 2rem 0 0;
  padding: 1rem 1.1rem 0.2rem;
  background: #f4efe3;
  border-left: 4px solid #3d5a38;
}

.gate-faq dt { font-weight: 700; margin-top: 0.8rem; }
.gate-faq dd { margin: 0.25rem 0 0.7rem; }

.stubble-credit {
  text-align: center;
  padding: 1rem 0 1.4rem;
  font-size: 0.95rem;
}

.Mobile-overlay,
.Parallax-host-outer,
.Parallax-host,
.sqs-announcement-bar-dropzone {
  display: none !important;
  height: 0 !important;
}

.Mobile-overlay.is-open {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

.Header-inner--bottom {
  min-height: 0;
  padding: 0.45rem 0.8rem !important;
}

.Header-branding-logo {
  max-height: 52px !important;
}

.crop-grid {
  display: grid;
  gap: 0.9rem;
  margin: 1.2rem 0;
}

.crop-card {
  background: #f4efe3;
  padding: 0.9rem 1rem 0.2rem;
}

.reach-box {
  border: 1px solid #ccc;
  padding: 1rem;
  margin: 1.2rem 0;
}

.reach-box input,
.reach-box textarea {
  width: 100%;
  margin: 0.2rem 0 0.6rem;
  padding: 0.4rem;
}

.reach-note { display: none; color: #3d5a38; }
