:root {
  color-scheme: light;
  --focus-ring: #f6a83b;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

body.has-open-menu {
  overflow: hidden;
}

main {
  display: block;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Preserve Webflow's tag-level h2 typography on page titles promoted to h1. */
h1.bigger,
h1.heading-3 {
  color: var(--primary-purple);
  letter-spacing: -3px;
  font-family: Traminette, Arial, sans-serif;
}

h1.heading-2 {
  color: var(--primary-purple);
  letter-spacing: -3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Traminette, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}

@media screen and (max-width: 479px) {
  h1.bigger.whiter {
    color: #fff;
  }
}

.navbar {
  z-index: 1000;
  isolation: isolate;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 6px;
  background: #fff;
  color: #472145;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

.mobile-menu-overflow[hidden] {
  display: none !important;
}

.mobile-menu-toggle {
  position: relative;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mobile-menu-toggle.nav-hamburger {
  height: calc(8vw + 5px);
}

.mobile-menu-toggle span {
  position: absolute;
  left: 11.14%;
  display: block;
  width: 77.72%;
  height: 10.26%;
  border-radius: 0;
  background: #472145;
  transition:
    top 0.32s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.2s ease;
}

.mobile-menu-toggle span:nth-child(1) {
  top: 11.59%;
}

.mobile-menu-toggle span:nth-child(2) {
  top: 38.68%;
}

.mobile-menu-toggle span:nth-child(3) {
  top: 65.78%;
}

.is-menu-open .mobile-menu-toggle span:nth-child(1) {
  top: 38.68%;
  transform: rotate(45deg);
}

.is-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.is-menu-open .mobile-menu-toggle span:nth-child(3) {
  top: 38.68%;
  transform: rotate(-45deg);
}

.is-menu-open .mobile-menu-overflow {
  display: block;
  visibility: visible;
}

.mobile-menu-overflow.is-opening,
.mobile-menu-overflow.is-closing {
  display: block;
  visibility: visible;
}

.website-reel {
  width: 40vw;
  height: 30vw;
}

.website-reel iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.card-image-wrap {
  position: relative;
  overflow: hidden;
}

.card-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
  transition:
    transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform-origin 0.3s ease-out;
  will-change: transform;
}

.card-image-wrap:hover .card-image {
  transform: scale(1.1);
}

@media (hover: hover) and (pointer: fine) {
  .hero-logo,
  .hero-compass-fade,
  .hero-indiana,
  .hero-barrels,
  .hero-clouds,
  .hero-charcuterie,
  .hero-vine,
  .hero-grapes-hold,
  .hero-sun,
  .hero-wine-pour,
  .hero-vineyard-lower {
    will-change: transform;
  }

  .hero-compass-fade {
    will-change: transform;
  }
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.form-optional {
  font-size: 0.8em;
  font-weight: 400;
}

.form-status {
  min-height: 1.5em;
  margin-top: 14px;
}

.form-status:empty {
  display: none;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-privacy {
  max-width: none;
  margin-top: 16px;
  font-size: 0.875rem;
  line-height: 1.35rem;
}

.form-privacy a {
  color: var(--primary-purple);
  font-weight: 700;
  text-decoration: underline;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
}

.footer-legal-links .link {
  text-underline-offset: 3px;
}

.legal-section {
  min-height: 70vh;
  padding: 15rem 24px 8rem;
  background: #f4efe9;
}

.legal-card {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 40px #4721451f;
}

.legal-card h1 {
  margin: 0 0 12px;
  color: var(--primary-purple);
  font-family: var(--headings);
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.legal-card h2 {
  margin: 2.25rem 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.legal-card p,
.legal-card li {
  max-width: none;
  color: var(--primary-purple);
  font-family: var(--inter-tight);
  font-size: 1rem;
  line-height: 1.65;
}

.legal-card ul {
  margin: 0 0 1rem;
  padding-left: 1.4rem;
}

.legal-card a {
  color: var(--magenta);
  font-weight: 700;
  text-underline-offset: 3px;
}

.legal-updated {
  margin-bottom: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .website-reel {
    width: 80vw;
    height: 60vw;
  }

  .mobile-menu-wrap {
    transform: translateX(100vw);
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .mobile-menu-overflow.is-open .mobile-menu-wrap {
    transform: translateX(0);
  }

  .hero-sun-mobile {
    animation: hero-sun-spin 45s linear infinite;
    transform-origin: 50% 50%;
    will-change: transform;
  }

  .legal-section {
    padding-top: 11rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu-toggle.nav-hamburger {
    width: 12vw;
    height: calc(12vw + 5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes hero-sun-spin {
  from { transform: rotate(-12deg); }
  to { transform: rotate(348deg); }
}
