:root {
  --blue: #03bbf6;
  --blue-deep: #006f91;
  --blue-soft: #dff7ff;
  --pink: #f8668c;
  --pink-deep: #b91c50;
  --pink-soft: #ffe7ee;
  --peach: #fff0dd;
  --cream: #fffaf2;
  --yellow: #ffd66b;
  --ink: #24313a;
  --muted: #6b6f76;
  --line: rgba(36, 49, 58, 0.13);
  --shadow: 0 22px 60px rgba(36, 49, 58, 0.12);
  --radius: 8px;
  font-family: "Nunito", "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 240, 221, 0.72), rgba(255, 250, 242, 0.95) 28rem),
    var(--cream);
  line-height: 1.55;
}

body.locked {
  min-height: 100vh;
  overflow: hidden;
}

body.locked .site-header,
body.locked main,
body.locked .site-footer {
  display: none !important;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 20;
  background: var(--ink);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.access-gate {
  min-height: 100vh;
  display: none;
  place-items: center;
  padding: 1.25rem;
  background:
    linear-gradient(135deg, rgba(223, 247, 255, 0.9), rgba(255, 231, 238, 0.82)),
    var(--cream);
}

body.locked .access-gate {
  display: grid;
}

.access-card {
  width: min(100%, 480px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 5vw, 2rem);
  text-align: center;
}

.access-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  margin: 0 auto 0.8rem;
}

.access-card h1 {
  max-width: none;
  font-size: clamp(2rem, 8vw, 3.2rem);
  color: var(--blue-deep);
}

.access-card p:not(.eyebrow) {
  color: #45505a;
  margin: 1rem auto 1.25rem;
  max-width: 34ch;
}

.access-form {
  display: grid;
  gap: 0.6rem;
  text-align: left;
}

.access-form label {
  font-weight: 1000;
  color: var(--ink);
}

.access-form div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
}

.access-form input,
.access-form button {
  min-height: 48px;
  border-radius: 8px;
  font: inherit;
}

.access-form input {
  border: 1px solid var(--line);
  padding: 0.75rem 0.9rem;
}

.access-form button {
  border: 0;
  background: var(--pink-deep);
  color: #fff;
  padding: 0.75rem 1.1rem;
  font-weight: 1000;
  cursor: pointer;
}

.access-error {
  min-height: 1.2rem;
  color: var(--pink-deep);
  font-weight: 900;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 242, 0.94);
  border-bottom: 1px solid rgba(36, 49, 58, 0.08);
  backdrop-filter: blur(14px);
}

.nav-shell,
.section-pad,
.verse-band,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.nav-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  min-width: max-content;
}

.brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.brand strong {
  display: block;
  color: var(--blue-deep);
  font-size: clamp(1.16rem, 2.3vw, 1.55rem);
  line-height: 1;
}

.brand small {
  display: block;
  color: var(--muted);
  margin-top: 0.2rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.55rem, 1vw, 1.15rem);
  font-size: 0.96rem;
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
  padding: 0.55rem 0.25rem;
  border-bottom: 3px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--pink-deep);
}

.nav-links .nav-cta,
.btn {
  border: 0;
  border-radius: var(--radius);
  padding: 0.86rem 1.15rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-links .nav-cta,
.btn-primary {
  background: var(--pink-deep);
  color: #fff;
  box-shadow: 0 12px 24px rgba(185, 28, 80, 0.24);
}

.btn-secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.nav-links .nav-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
}

.home-exact {
  display: none;
  position: relative;
  width: min(100%, 1536px);
  margin: 0 auto;
  background: var(--cream);
}

.home-exact-mobile {
  display: none;
  position: relative;
  width: min(100%, 430px);
  margin: 0 auto;
  background: var(--cream);
}

.home-exact picture,
.home-exact img {
  width: 100%;
  height: auto;
  display: block;
}

.home-mobile-parts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  font-size: 0;
  line-height: 0;
}

.home-mobile-parts picture {
  display: block;
}

.home-mobile-parts img {
  width: 100%;
  height: auto;
  display: block;
}

.coded-home {
  display: none !important;
}

.home-hotspot {
  position: absolute;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  z-index: 5;
}

.home-hotspot:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
  background: rgba(255, 214, 107, 0.2);
}

.home-june-event {
  overflow: hidden;
  border: 1px solid rgba(248, 102, 140, 0.24);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 18px 40px rgba(36, 49, 58, 0.14);
}

.home-june-event-desktop {
  position: absolute;
  z-index: 6;
  left: 46.35%;
  top: 55.75%;
  width: 28.6%;
  min-height: 31.8%;
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(229, 199, 157, 0.72);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.98);
  box-shadow: 0 16px 34px rgba(36, 49, 58, 0.06);
}

.home-june-video {
  align-self: stretch;
  min-height: 0;
}

.home-june-video video {
  width: 100%;
  height: 100%;
  min-height: 188px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--blue-soft);
}

.home-june-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  color: #071b4a;
}

.home-june-kicker {
  margin: 0 0 0.2rem;
  color: var(--pink-deep);
  font-size: clamp(0.56rem, 0.82vw, 0.72rem);
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-june-copy h2 {
  margin: 0;
  color: #071b4a;
  font-size: clamp(0.92rem, 1.22vw, 1.14rem);
  line-height: 1.08;
}

.home-june-copy p {
  margin: 0.28rem 0;
  font-size: clamp(0.72rem, 0.84vw, 0.82rem);
  font-weight: 1000;
}

.home-june-copy ul {
  margin: 0.1rem 0 0.55rem;
  padding-left: 1rem;
  font-size: clamp(0.62rem, 0.72vw, 0.7rem);
  line-height: 1.2;
}

.home-june-copy li + li {
  margin-top: 0.2rem;
}

.home-june-copy a {
  align-self: flex-start;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  padding: 0.42rem 0.78rem;
  font-size: clamp(0.68rem, 0.78vw, 0.76rem);
  font-weight: 1000;
  line-height: 1;
  text-decoration: none;
}

.home-june-mobile {
  display: none;
  width: min(100%, 1536px);
  margin: 0 auto;
  padding: 1.8rem clamp(1rem, 3vw, 2rem) 0;
  background: var(--cream);
}

.home-june-mobile .home-june-event {
  display: grid;
  grid-template-columns: minmax(220px, 330px) 1fr;
  gap: clamp(1rem, 2.2vw, 1.6rem);
  align-items: center;
  max-width: 900px;
  margin: 0 calc(50% - 490px) 0 auto;
  padding: 1rem;
}

.home-june-mobile .home-june-video video {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.home-june-mobile .home-june-copy h2 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.home-june-mobile .home-june-copy p {
  font-size: 1rem;
}

.home-june-mobile .home-june-copy ul {
  font-size: 0.95rem;
  line-height: 1.35;
}

.hotspot-inicio {
  left: 37.4%;
  top: 3.7%;
  width: 4.7%;
  height: 4.4%;
}

.hotspot-proyecto {
  left: 42.2%;
  top: 3.7%;
  width: 9.6%;
  height: 4.4%;
}

.hotspot-clases {
  left: 51.3%;
  top: 3.7%;
  width: 8%;
  height: 4.4%;
}

.hotspot-encuentros {
  left: 59.2%;
  top: 3.7%;
  width: 13.8%;
  height: 4.4%;
}

.hotspot-recursos {
  left: 72.8%;
  top: 3.7%;
  width: 7.1%;
  height: 4.4%;
}

.hotspot-contacto {
  left: 78.7%;
  top: 3.7%;
  width: 6.2%;
  height: 4.4%;
}

.hotspot-unete {
  left: 83.2%;
  top: 3.5%;
  width: 14.2%;
  height: 5.2%;
}

.hotspot-zoom-card {
  left: 32.6%;
  top: 84.8%;
  width: 10.8%;
  height: 4.3%;
}

.hotspot-materiales {
  left: 82.2%;
  top: 68.6%;
  width: 10.2%;
  height: 4.1%;
}

.hotspot-grabadas {
  left: 82.2%;
  top: 84%;
  width: 10.2%;
  height: 4.3%;
}

.mobile-hotspot-whatsapp {
  left: 3.7%;
  top: 4.02%;
  width: 92.6%;
  height: 2.2%;
}

.mobile-hotspot-zoom {
  left: 60%;
  top: 61.35%;
  width: 31%;
  height: 2%;
}

.mobile-hotspot-materiales {
  left: 27.8%;
  top: 94.2%;
  width: 46%;
  height: 2%;
}

.mobile-hotspot-grabadas {
  left: 27.8%;
  top: 98.1%;
  width: 46%;
  height: 2.05%;
}

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--blue-deep);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.82rem;
  font-weight: 1000;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.7rem, 7vw, 5.45rem);
  max-width: 9.8ch;
  letter-spacing: 0;
}

.hero-lead {
  font-size: clamp(1.05rem, 1.55vw, 1.25rem);
  color: #45505a;
  max-width: 42rem;
  margin: 1.2rem 0 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.hero-points span {
  background: rgba(3, 187, 246, 0.12);
  border: 1px solid rgba(3, 187, 246, 0.22);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  font-weight: 900;
  color: #19657a;
}

.hero-media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
  transform: rotate(0.6deg);
}

.hero-media img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-note {
  position: absolute;
  left: clamp(0.8rem, 2vw, 1.5rem);
  bottom: clamp(0.8rem, 2vw, 1.5rem);
  width: min(260px, calc(100% - 2rem));
  background: rgba(255, 255, 255, 0.92);
  padding: 0.85rem;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(36, 49, 58, 0.13);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  color: var(--muted);
  font-size: 0.92rem;
}

.verse-band {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid rgba(3, 187, 246, 0.18);
  border-radius: var(--radius);
  padding: clamp(1.1rem, 2vw, 1.55rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  box-shadow: 0 16px 38px rgba(3, 187, 246, 0.12);
}

.verse-band p {
  margin: 0;
  color: var(--blue-deep);
  font-weight: 1000;
}

.verse-band h2 {
  color: var(--pink-deep);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

blockquote {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  font-weight: 750;
}

blockquote cite {
  display: block;
  color: var(--blue-deep);
  font-style: normal;
  margin-top: 0.4rem;
  font-size: 0.9rem;
  font-weight: 1000;
}

.section-pad {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 4.8vw, 3.65rem);
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.project-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: start;
}

.project-copy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.2rem, 2.8vw, 2rem);
  box-shadow: 0 14px 40px rgba(36, 49, 58, 0.08);
  font-size: 1.05rem;
}

.project-copy p:first-child {
  margin-top: 0;
}

.project-copy p:last-child {
  margin-bottom: 0;
}

.value-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.value-list article,
.resource-card,
.day-card,
.encounter-info,
.poster-card,
.june-video,
.zoom-strip {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(36, 49, 58, 0.08);
}

.value-list article {
  padding: 1.25rem;
}

.value-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 1000;
  margin-bottom: 0.75rem;
}

.value-blue {
  background: var(--blue);
}

.value-pink {
  background: var(--pink);
}

.value-yellow {
  background: #f4bd22;
}

.value-list h3 {
  font-size: 1.28rem;
}

.value-list p {
  color: var(--muted);
  margin-bottom: 0;
}

.schedule-section,
.encounter-section {
  border-top: 1px solid rgba(36, 49, 58, 0.08);
}

.calendar-shell {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.day-card {
  min-height: 230px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  position: relative;
  overflow: hidden;
}

.day-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--blue);
}

.day-card.active::before {
  background: var(--pink);
}

.day-card.muted {
  background: rgba(255, 255, 255, 0.58);
}

.day-name {
  color: var(--blue-deep);
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 1000;
}

.day-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin-top: 0.35rem;
  border: 1px solid rgba(36, 49, 58, 0.08);
  box-shadow: 0 10px 20px rgba(36, 49, 58, 0.1);
}

.day-card h3 {
  font-size: 1.25rem;
}

.day-card p {
  color: var(--muted);
  margin: 0;
}

.music-pill {
  margin-top: auto;
  color: var(--pink-deep);
  background: var(--pink-soft);
  border-radius: var(--radius);
  padding: 0.55rem;
  font-size: 0.86rem;
}

.zoom-strip {
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(90deg, rgba(223, 247, 255, 0.95), rgba(255, 231, 238, 0.9));
}

.zoom-strip strong,
.zoom-strip span {
  display: block;
}

.zoom-strip span {
  color: var(--muted);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
}

.resource-card {
  padding: 1.35rem;
  min-height: 190px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  border-top: 6px solid var(--pink);
}

.resource-card.coral {
  border-top-color: #ff7d2e;
}

.resource-card.blue {
  border-top-color: var(--blue);
}

.resource-card span {
  color: var(--blue-deep);
  font-weight: 1000;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.resource-card strong {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.1;
}

.resource-card em {
  margin-top: auto;
  font-style: normal;
  font-weight: 1000;
  color: var(--pink-deep);
}

.encounter-section .section-heading {
  margin-bottom: 2rem;
}

.month-block {
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

.month-separator {
  display: grid;
  grid-template-columns: minmax(92px, 0.22fr) 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.month-separator::after {
  content: "";
  height: 2px;
  background: linear-gradient(90deg, rgba(3, 187, 246, 0.7), rgba(248, 102, 140, 0.36), transparent);
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.month-separator span {
  color: var(--blue-deep);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 1000;
}

.month-separator h3 {
  font-size: clamp(2rem, 5vw, 4.2rem);
  color: var(--ink);
}

.month-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(260px, 34vw, 430px);
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  margin-bottom: 1.3rem;
  padding: clamp(1rem, 3vw, 2rem);
}

.month-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0.82) 35%, rgba(255, 250, 242, 0.18) 68%);
  z-index: 1;
}

.month-hero > * {
  position: relative;
  z-index: 2;
}

.month-hero img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.month-hero div {
  width: min(520px, 100%);
  background: rgba(255, 250, 242, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  padding: clamp(1.1rem, 3vw, 1.7rem);
  box-shadow: 0 18px 40px rgba(36, 49, 58, 0.14);
}

.month-hero h4 {
  font-size: clamp(2rem, 5vw, 4.5rem);
  max-width: 11ch;
}

.month-hero p:not(.eyebrow) {
  max-width: 520px;
  color: #3f4a52;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 760;
}

.month-hero-june::before {
  background: linear-gradient(90deg, rgba(223, 247, 255, 0.96), rgba(255, 231, 238, 0.75) 42%, rgba(255, 214, 107, 0.12) 72%);
}

.encounter-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) 1fr;
  gap: 1.4rem;
  align-items: start;
}

.event-card {
  margin-bottom: 1.5rem;
}

.event-card:last-child {
  margin-bottom: 0;
}

.farm-encounter {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) 1fr;
  gap: 1.4rem;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.farm-invite {
  min-height: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    linear-gradient(145deg, rgba(198, 217, 184, 0.94), rgba(230, 242, 225, 0.96)),
    #d9ead3;
  border: 1px solid rgba(36, 49, 58, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 14px 36px rgba(36, 49, 58, 0.08);
  text-align: center;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.65rem;
  position: relative;
  overflow: hidden;
}

.farm-invite::before,
.farm-invite::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.5;
}

.farm-invite::before {
  width: 150px;
  height: 150px;
  right: -52px;
  top: -42px;
  background: rgba(3, 187, 246, 0.22);
}

.farm-invite::after {
  width: 190px;
  height: 190px;
  left: -74px;
  bottom: -78px;
  background: rgba(248, 102, 140, 0.16);
}

.farm-invite > * {
  position: relative;
  z-index: 1;
}

.farm-invite img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.farm-invite h3 {
  font-size: clamp(1.7rem, 3.8vw, 2.7rem);
  max-width: 10ch;
  color: #253044;
}

.farm-invite strong,
.farm-invite span {
  display: block;
  font-weight: 1000;
}

.farm-invite strong {
  margin-top: 0.25rem;
  color: #253044;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
}

.farm-invite span {
  color: var(--blue-deep);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.farm-info {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.92)),
    #fff;
}

.farm-info p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.poster-card {
  margin: 0;
  padding: 0.75rem;
}

.poster-card img {
  border-radius: 6px;
  width: 100%;
  height: auto;
}

.video-card video {
  width: 100%;
  max-height: 520px;
  background: #000;
  border-radius: 6px;
}

.farm-poster img {
  background: #d9ead3;
}

.encounter-info {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.encounter-info h3 {
  font-size: clamp(1.9rem, 4vw, 3.25rem);
}

.event-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
  margin: 1.3rem 0;
}

.event-meta div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.8rem;
  background: rgba(255, 250, 242, 0.72);
}

.event-meta dt {
  color: var(--blue-deep);
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 1000;
}

.event-meta dd {
  margin: 0.2rem 0 0;
  font-weight: 900;
}

.encounter-info h4 {
  font-size: 1.35rem;
  margin-bottom: 0.7rem;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.timeline li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.65rem 0;
  border-bottom: 1px dashed rgba(36, 49, 58, 0.18);
}

.timeline time {
  color: var(--pink-deep);
  font-weight: 1000;
}

.timeline span {
  font-weight: 760;
}

.june-video {
  margin-top: 1.4rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 1.25rem;
  align-items: center;
  background: #fff;
}

.june-video h3 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.june-video p:not(.eyebrow) {
  color: var(--muted);
}

.june-video video {
  width: 100%;
  max-height: 430px;
  background: #000;
  border-radius: var(--radius);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid rgba(36, 49, 58, 0.1);
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.site-footer img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.site-footer p,
.site-footer span,
.site-footer strong {
  display: block;
  margin: 0;
}

.site-footer span {
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.site-footer a {
  color: var(--blue-deep);
  font-weight: 900;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

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

@media (min-width: 701px) {
  .site-header {
    display: none;
  }

  .home-exact {
    display: block;
  }

}

@media (max-width: 700px) {
  .site-header,
  .coded-home {
    display: none !important;
  }

  .home-exact-mobile {
    display: block;
  }

  .home-june-mobile {
    display: block;
    width: min(100%, 430px);
    margin: 0 auto;
    padding: 0 1rem 1.35rem;
    background: var(--cream);
  }

  .home-june-mobile .home-june-event {
    display: block;
    padding: 0.85rem;
  }

  .home-june-mobile .home-june-video video {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .home-june-mobile .home-june-copy {
    padding: 0.95rem 0.25rem 0.1rem;
  }

  .home-june-mobile .home-june-copy h2 {
    font-size: 1.55rem;
  }

  .home-june-mobile .home-june-copy p {
    font-size: 1rem;
  }

  .home-june-mobile .home-june-copy ul {
    font-size: 0.94rem;
    line-height: 1.35;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: var(--radius);
    padding: 0.55rem 0.7rem;
    display: inline-grid;
    grid-template-columns: 20px auto;
    align-items: center;
    gap: 0.25rem 0.5rem;
    color: var(--ink);
    font-weight: 900;
  }

  .menu-toggle span {
    grid-column: 1;
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .menu-toggle span:first-child {
    margin-top: 2px;
  }

  .menu-toggle::after {
    content: "";
  }

  .nav-links {
    position: absolute;
    inset: 86px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 0.7rem 0.25rem;
  }

  .hero,
  .project-grid,
  .encounter-feature,
  .farm-encounter,
  .june-video {
    grid-template-columns: 1fr;
  }

  .month-separator {
    grid-template-columns: 1fr;
  }

  .month-separator::after {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .month-hero {
    min-height: 420px;
    align-items: end;
  }

  .month-hero::before {
    background: linear-gradient(180deg, rgba(255, 250, 242, 0.18), rgba(255, 250, 242, 0.94) 58%, rgba(255, 250, 242, 0.98));
  }

  h1 {
    max-width: 12ch;
  }

  .calendar-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .value-list,
  .resource-grid {
    grid-template-columns: 1fr;
  }

  .verse-band {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
}

@media (max-width: 640px) {
  .nav-shell,
  .section-pad,
  .verse-band,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand strong {
    font-size: 1.05rem;
  }

  .brand small {
    font-size: 0.78rem;
  }

  .hero {
    min-height: auto;
    padding-top: 1.5rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
  }

  .hero-actions,
  .zoom-strip,
  .site-footer,
  .site-footer div {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-note {
    position: static;
    width: auto;
    border-radius: 0;
  }

  .hero-media {
    transform: none;
  }

  .calendar-shell {
    grid-template-columns: 1fr;
  }

  .day-card {
    min-height: auto;
  }

  .event-meta {
    grid-template-columns: 1fr;
  }

  .timeline li {
    grid-template-columns: 86px 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
