:root {
  --lime: #aac135;
  --lime-soft: rgba(106, 158, 42, 0.31);
  --forest: #143711;
  --plum: #442854;
  --cream: #f7f4ec;
  --white: #ffffff;
  --ink: #3d3d3d;
  --muted: #5a5a5a;
  --line: rgba(20, 55, 17, 0.12);
  --shadow: 0 18px 40px -16px rgba(20, 55, 17, 0.35);
  --font-display: "Cormorant Infant", Georgia, "Times New Roman", serif;
  --font-head: "Oswald", Helvetica, Arial, sans-serif;
  --font-body: "Lato", Helvetica, Arial, sans-serif;
  --wrap: 1140px;
  --pad: clamp(1rem, 4vw, 2rem);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 110px; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--forest); }
a:hover { color: var(--lime); }

:focus-visible {
  outline: 3px solid var(--forest);
  outline-offset: 3px;
}
.social-bar a:focus-visible {
  outline-color: var(--white);
}
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 2px;
  border-color: var(--forest);
}
p { margin: 0 0 1rem; }
h1, h2, h3, h4, h5 {
  margin: 0 0 0.6rem;
  line-height: 1.05;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.skip-link {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 200;
  padding: 0.65rem 1rem;
  background: var(--lime);
  color: var(--forest);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.wrap {
  width: min(100% - (var(--pad) * 2), var(--wrap));
  margin-inline: auto;
}

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

/* Green social bar scrolls away; white menu stays sticky */

.social-bar {
  position: relative;
  z-index: 1;
  background: #aac135;
  padding: 0.4rem 0 0.55rem;
  border: 0;
  box-shadow: none;
  outline: none;
}
.social-bar-inner {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  position: relative;
  z-index: 2;
}
.social-bar a {
  color: #fff;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  text-decoration: none;
  font-size: 15px;
}
.social-bar a:hover { background: var(--forest); color: #fff; }
.social-bar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 18px;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 18px;
  transform: scale(-1, -1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M0 51.76c36.21-2.25 77.57-3.58 126.42-3.58 320 0 320 57 640 57 271.15 0 312.58-40.91 513.58-53.4V0H0z' fill-opacity='.3'/%3E%3Cpath d='M0 24.31c43.46-5.69 94.56-9.25 158.42-9.25 320 0 320 89.24 640 89.24 256.13 0 307.28-57.16 481.58-80V0H0z' fill-opacity='.5'/%3E%3Cpath d='M0 0v3.4C28.2 1.6 59.4.59 94.42.59c320 0 320 84.3 640 84.3 285 0 316.17-66.85 545.58-81.49V0z'/%3E%3C/g%3E%3C/svg%3E");
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
  border: 0;
  margin-top: -2px;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 38px;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 100% 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 140' preserveAspectRatio='none'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M0 51.76c36.21-2.25 77.57-3.58 126.42-3.58 320 0 320 57 640 57 271.15 0 312.58-40.91 513.58-53.4V0H0z' fill-opacity='.3'/%3E%3Cpath d='M0 24.31c43.46-5.69 94.56-9.25 158.42-9.25 320 0 320 89.24 640 89.24 256.13 0 307.28-57.16 481.58-80V0H0z' fill-opacity='.5'/%3E%3Cpath d='M0 0v3.4C28.2 1.6 59.4.59 94.42.59c320 0 320 84.3 640 84.3 285 0 316.17-66.85 545.58-81.49V0z'/%3E%3C/g%3E%3C/svg%3E");
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 92px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.logo img { width: 150px; height: auto; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--lime);
  font-size: 2rem;
  cursor: pointer;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.35rem;
}
.site-nav a {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--forest);
  padding: 0.4rem 0;
}
.site-nav a:hover,
.site-nav a.is-current { color: var(--lime); }

.has-sub > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.35em;
  font-size: 0.7em;
}
.has-sub { position: relative; }
.has-sub .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 340px;
  background: var(--white);
  border-top: 3px solid var(--lime);
  box-shadow: var(--shadow);
  padding: 0.7rem 0;
  flex-direction: column;
  gap: 0;
  z-index: 20;
}
.has-sub:hover .sub-menu,
.has-sub:focus-within .sub-menu { display: flex; }
.has-sub .sub-menu a {
  display: block;
  padding: 0.55rem 1.75rem;
  white-space: nowrap;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1.4rem;
  border: 4px solid var(--lime-soft);
  border-radius: 58px;
  background: var(--lime);
  color: #ffffff !important;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}
.btn::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.85em;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-width 0.2s ease, margin 0.2s ease;
}
.btn:hover,
.btn:focus-visible {
  background: var(--lime);
  border-color: var(--lime-soft);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}
.btn:hover::after,
.btn:focus-visible::after {
  opacity: 1;
  max-width: 1.2em;
  margin-left: 0.15em;
}
.btn-center { display: flex; justify-content: center; margin-top: 1.2rem; }

/* Hero */
.hero {
  position: relative;
  min-height: 58vh;
  background: #f9f3fd center bottom / cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 5.2rem 0 4.5rem;
}
.hero-logo { width: min(300px, 70vw); }
.hero-home { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/hero-apples.jpg"); }
.hero-about { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/about-hero.jpg"); }
.hero-manage { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/management-hero.jpg"); }
.hero-royal { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/royal-hero.jpg"); }
.hero-kennedy { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/kennedy-hero.jpg"); }
.hero-pyo { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/hero-apples.jpg"); }
.hero-mulmur { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/mulmur-apples.jpg"); }
.hero-event { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/circle-group-events.png"); background-color: var(--cream); }
.hero-markets { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/see-you-soon.jpg"); }

.banner {
  background: var(--lime);
  border-top: 4px solid var(--lime);
  color: var(--white);
  text-align: center;
  padding: 1.4rem var(--pad);
}
.banner h1 {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(1.1rem, 2.55vw, 1.8rem);
  text-transform: uppercase;
  color: var(--white);
  margin: 0.1rem 0;
  letter-spacing: 0.04em;
  line-height: 1.15;
}
.banner h1 span { display: block; }

/* Sections */
.section { padding: 3.2rem 0; }
.section-cream { background: var(--cream); }
.center { text-align: center; }

.display {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--plum);
  line-height: 1.05;
}
h2.forest,
.forest-title {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: clamp(1.6rem, 3.2vw, 2.1rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--forest);
}
.lede {
  max-width: 760px;
  margin: 0 auto 1rem;
  font-size: 1.05rem;
  color: var(--ink);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.split-text h2 { margin-bottom: 1rem; }
.split-text .btn { margin-top: 0.8rem; }
.intro-split {
  margin-bottom: 2.4rem;
  grid-template-columns: 1fr 2fr;
}
.intro-split:last-child { margin-bottom: 0; }
.intro-leaf {
  width: min(100%, 264px);
  aspect-ratio: 1;
  object-fit: cover;
  margin: 0;
  border: 3px solid var(--lime);
  border-radius: 0 58% 50% 50%;
  box-shadow: var(--shadow);
}
.orchard-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem 3rem;
  align-items: start;
  grid-template-areas:
    "photo heading"
    "notes copy";
}
.orchard-photo {
  grid-area: photo;
  width: min(100%, 280px);
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  margin: 0 0 0.4rem;
  border: 3px solid var(--lime);
  border-radius: 50%;
  box-shadow: var(--shadow);
}
.orchard-intro .circle-stack {
  grid-area: photo;
  width: min(100%, 280px);
  margin: 0;
}
.orchard-intro:not(:has(.orchard-notes)) {
  grid-template-areas:
    "photo heading"
    "photo copy";
  row-gap: 0.25rem;
}
.orchard-heading:not(:has(.note)) .forest-title { margin-bottom: 0; }
.orchard-copy .btn + .forest-title { margin-top: 1.75rem; }
.orchard-heading { grid-area: heading; }
.orchard-heading h2 {
  font-size: 1.15rem;
  color: var(--muted);
  font-weight: 500;
  margin: 0.25rem 0 0.75rem;
}
.orchard-notes { grid-area: notes; }
.orchard-copy { grid-area: copy; }
.note {
  border-left: 4px solid var(--lime);
  padding: 0.15rem 0 0.15rem 1rem;
  margin: 0 0 1.15rem;
}
.note > :first-child { margin-top: 0; }
.note h3 {
  color: var(--forest);
  font-size: 1.15rem;
  margin: 0 0 0.4rem;
}
.prose .note h3,
.prose .note h5,
.prose .note > :first-child {
  margin-top: 0;
}
.note p { margin: 0 0 0.45rem; }
.note p:last-child { margin-bottom: 0; }
.note a { color: var(--ink); text-decoration: none; }
.note a:hover { color: var(--forest); }
.ig-btn {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--lime);
  color: #fff !important;
  border-radius: 6px;
  font-size: 1.15rem;
  text-decoration: none;
}
.brand-lead {
  font-family: var(--font-head);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--forest);
}

.about-visual {
  position: relative;
  width: min(100%, 440px);
  margin: 0 auto;
  aspect-ratio: 1;
  overflow: visible;
}
.about-spin {
  position: absolute;
  width: 78%;
  height: 78%;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: contain;
  transform-origin: 50% 50%;
  will-change: transform;
  pointer-events: none;
}
.about-leaf {
  position: absolute;
  right: 0;
  bottom: 2%;
  left: auto;
  top: auto;
  width: 60%;
  height: 60%;
  object-fit: cover;
  z-index: 1;
  border: 3px solid var(--lime);
  border-radius: 0 58% 50% 50%;
  box-shadow: var(--shadow);
}
@media (prefers-reduced-motion: reduce) {
  .about-spin { transform: none !important; }
}

.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
.stack-center { text-align: center; }

.circle-stack {
  position: relative;
  width: min(100%, 460px);
  margin: 0 auto 1rem;
  aspect-ratio: 1;
}
a.circle-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.circle-stack .photo {
  position: absolute;
  inset: 11%;
  width: 78%;
  height: 78%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: var(--shadow);
}
.circle-stack .ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.portrait {
  width: min(100%, 360px);
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.portrait img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.photo-frame {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.photo-frame img { width: 100%; object-fit: cover; }

.music-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem 3rem;
  align-items: start;
  margin-top: 0.6rem;
}
.music-aside {
  display: grid;
  justify-items: start;
  gap: 0.85rem;
}
.music-aside p { margin: 0; }
.music-cal {
  width: 100%;
  border-collapse: collapse;
}
.music-cal th,
.music-cal td {
  text-align: left;
  padding: 0.55rem 0.85rem 0.55rem 0;
  border-bottom: 1px solid var(--lime);
  vertical-align: middle;
}
.music-cal th {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--forest);
  font-weight: 500;
  font-size: 0.95rem;
  border-bottom-width: 2px;
}
.music-cal td:first-child {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--forest);
  white-space: nowrap;
  width: 34%;
}
.music-cal td:last-child,
.music-cal th:last-child {
  width: 2.4rem;
  padding-right: 0;
  text-align: right;
}
.ig-mini {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: var(--lime);
  color: #fff !important;
  border-radius: 5px;
  font-size: 0.9rem;
  text-decoration: none;
}
.ig-mini:hover {
  background: var(--forest);
}
.music-photo {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
}
.card img { width: 100%; height: 210px; object-fit: cover; }
.card h3 {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-size: 0.84rem;
  color: var(--forest);
  padding: 1rem 1rem 1.2rem;
}

.prose h3,
.prose h5 {
  font-family: var(--font-head);
  text-transform: uppercase;
  color: var(--forest);
  font-size: 0.84rem;
  letter-spacing: 0.03em;
  margin-top: 1.4rem;
}
.prose ul { padding-left: 1.2rem; }
.prose li { margin: 0.45rem 0; }

.toggles {
  display: grid;
  gap: 0;
  margin: 1rem 0 1.5rem;
  border-top: 1px solid var(--lime);
}
.toggle {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--lime);
}
.toggle-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  margin: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  text-align: left;
  color: var(--ink);
  line-height: 1.3;
}
.toggle-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lime);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}
.toggle-icon::before { content: "+"; }
.toggle.is-open .toggle-icon::before { content: "\2212"; }
.toggle-panel {
  display: none;
  padding: 0 2.5rem 1.1rem 0;
}
.toggle.is-open .toggle-panel { display: block; }
.toggle-panel p { margin: 0; }

.hours {
  font-family: var(--font-head);
  text-transform: uppercase;
  color: var(--forest);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.cta-band {
  position: relative;
  min-height: 420px;
  color: var(--white);
  text-align: center;
  display: grid;
  align-items: center;
  padding: 4rem var(--pad);
  background-color: #143711;
  background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/see-you-soon.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(20,55,17,0.28), rgba(68,40,84,0.45));
}
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h3 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.2vw, 2.25rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  font-weight: 500;
}
.cta-band a { color: var(--white); }

.manage-band {
  min-height: 560px;
  padding: 5rem var(--pad);
  border-radius: 0;
  background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/maintenance-consultants.jpg");
}
.manage-band::before {
  background: rgba(20, 55, 17, 0.38);
}
.manage-band::after { content: none; }
.manage-list {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.manage-list li {
  font-family: var(--font-head);
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  margin: 0.4rem 0;
}
.manage-tag {
  font-family: var(--font-head);
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
  margin: 0 0 1.5rem;
}

.notice {
  background: var(--cream);
  border-left: 5px solid var(--lime);
  padding: 1rem 1.2rem;
  margin: 1rem 0 1.4rem;
}
.rules {
  background: var(--cream);
  padding: 1.5rem 1.6rem;
  border-radius: 10px;
}
.rules h3 { color: var(--forest); }
.rules-mark {
  width: min(100%, 420px);
  margin: 0 0 1.2rem;
}
.rules ol, .rules ul { padding-left: 1.2rem; }
.rules li { margin: 0.55rem 0; }

.markets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.market-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.market-card img { width: 100%; height: 220px; object-fit: cover; }
.market-card .pad { padding: 1.1rem 1.2rem 1.3rem; }
.market-card h3 {
  font-family: var(--font-head);
  text-transform: uppercase;
  color: var(--forest);
  font-size: 0.84rem;
}

/* Footer */
.site-footer {
  background: var(--forest);
  color: var(--white);
  padding: 3rem 0 0;
}
.site-footer h2 {
  font-family: var(--font-head);
  font-size: 1.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 1.4rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.5rem;
  align-items: start;
  padding-bottom: 2.5rem;
}
.footer-people {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.footer-people .btn { align-self: flex-start; margin-top: 0.3rem; }
.footer-social {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.25rem;
}
.footer-social a {
  color: #fff;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--lime);
  border-radius: 50%;
  text-decoration: none;
  font-size: 15px;
}
.footer-social a:hover {
  background: var(--lime);
  color: var(--forest);
}
.footer-places {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}
.quote {
  border-left: 4px solid var(--lime);
  padding-left: 1rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
  color: var(--white);
}
.quote a { color: var(--white); text-decoration: none; }
.quote a:hover { text-decoration: underline; }
.footer-place h3 {
  font-family: var(--font-head);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: var(--lime);
  margin: 0 0 0.35rem;
}
.footer-place h3 a { color: inherit; text-decoration: none; }
.footer-place h3 a:hover { text-decoration: underline; }
.footer-place p {
  margin: 0 0 0.75rem;
  font-weight: 700;
  line-height: 1.45;
}

.contact-form {
  display: grid;
  gap: 0.55rem;
  max-width: 860px;
}
.booking-block {
  text-align: center;
}
.booking-block .contact-form {
  margin-inline: auto;
  text-align: left;
}
.contact-form label {
  font-weight: 700;
  font-size: 0.88rem;
  display: block;
  margin-bottom: 0.2rem;
}
.contact-form .req { color: #8a1f1f; }
.contact-form [data-cwd-contact-status] {
  margin: 0.35rem 0 0;
  font-weight: 700;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(20,55,17,0.25);
  border-radius: 4px;
  padding: 0.4rem 0.6rem;
  font: inherit;
  background: var(--white);
}
.contact-form .form-choices {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.contact-form .form-choices legend {
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 0.3rem;
  padding: 0;
}
.contact-form .choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
}
.contact-form .choice {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}
.contact-form .choice input {
  width: auto;
  margin: 0;
  accent-color: var(--lime);
}

.form-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: var(--pad);
}
.form-modal[hidden] { display: none; }
.form-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 55, 17, 0.55);
}
.form-modal-dialog {
  position: relative;
  width: min(100%, 420px);
  margin: 0;
  padding: 2rem 1.75rem 1.75rem;
  background: var(--white);
  border-top: 5px solid var(--lime);
  border-radius: 10px;
  box-shadow: var(--shadow);
  text-align: center;
}
.form-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
  color: var(--forest);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.form-modal-close:hover { background: var(--lime); }
.form-modal-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--lime);
  color: var(--forest);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
}
.form-modal.is-error .form-modal-icon {
  background: #f7e8e8;
  color: #8a1f1f;
}
.form-modal-title {
  font-family: var(--font-head);
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--forest);
  margin: 0 0 0.65rem;
}
.form-modal-message {
  margin: 0 0 1.25rem;
  color: var(--ink);
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}
.form-row-3 {
  grid-template-columns: 1.2fr 0.7fr 1fr;
}
.hp { position: absolute; left: -9999px; }
.map-embed {
  width: 100%;
  height: 180px;
  border: 0;
  border-radius: 6px;
}
.legal {
  background: #10270d;
  color: var(--white);
  text-align: center;
  padding: 1.1rem var(--pad) 1.4rem;
  font-size: 0.95rem;
}
.legal a { color: var(--lime); }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .site-nav {
    display: none;
    position: absolute;
    left: 0; right: 0; top: calc(100% + 8px);
    z-index: 5;
    background: var(--white);
    border-top: 3px solid var(--lime);
    padding: 0.8rem 1.2rem 1.2rem;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: flex-start; gap: 0; }
  .site-nav a { display: block; padding: 0.7rem 0; }
  .has-sub .sub-menu {
    position: static;
    display: none;
    box-shadow: none;
    border: 0;
    padding: 0 0 0 1rem;
  }
  .has-sub.is-open .sub-menu { display: flex; }
  .split, .two, .footer-grid, .footer-places, .markets { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 46vh; }
  .hero-home { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/hero-apples-mobile.jpg"); }
  .hero-royal { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/royal-hero-mobile.jpg"); }
  .hero-kennedy { background-image: url("https://media.cwd-cdn.com/jc-agri-orchards/images/kennedy-hero-mobile.jpg"); }
  .split-text { text-align: center; }
  .intro-leaf { margin: 0 auto; }
  .orchard-intro {
    grid-template-columns: minmax(0, 280px) 1fr;
    gap: 1.6rem 2rem;
    grid-template-areas:
      "photo heading"
      "notes notes"
      "copy copy";
  }
  .orchard-intro:not(:has(.orchard-notes)) {
    grid-template-areas:
      "photo heading"
      "copy copy";
  }
}

@media (max-width: 640px) {
  .card-grid { grid-template-columns: 1fr; }
  .logo img { width: 112px; }
  .music-layout { grid-template-columns: 1fr; }
  .form-row,
  .form-row-3 { grid-template-columns: 1fr; }
  .orchard-intro {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "photo"
      "notes"
      "copy";
  }
  .orchard-intro:not(:has(.orchard-notes)) {
    grid-template-areas:
      "heading"
      "photo"
      "copy";
  }
  .orchard-photo { margin: 0 0 0.6rem; }
}

@media (prefers-reduced-motion: reduce), (hover: none) {
  .cta-band { background-attachment: scroll; }
}
