:root {
  --forest: #0b3a29;
  --forest-dark: #041e16;
  --leaf: #6f8520;
  --cream: #f4ead4;
  --paper: #fffaf0;
  --gold: #e0aa3e;
  --ochre: #b66b2f;
  --ink: #15231d;
  --muted: #657168;
  --line: rgba(11, 58, 41, .18);
  --shadow: 0 24px 60px rgba(24, 39, 28, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(224,170,62,.13), transparent 28rem),
    var(--cream);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: .98; }
h1 { font-size: clamp(3.3rem, 8vw, 7.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.6rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.7rem, 3vw, 2.35rem); }
p { margin: .7em 0; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.content, .section { padding: clamp(56px, 8vw, 96px) 0; }
.center { text-align: center; }
.eyebrow, .step-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow.green, .step-kicker { color: var(--ochre); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: #fff;
  background: rgba(4, 30, 22, .97);
  border-bottom: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: flex; align-items: center; gap: 15px; color: #fff; text-decoration: none; }
.brand img {
  width: 66px;
  height: 66px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  object-fit: cover;
}
.brand span { display: grid; gap: 2px; }
.brand small { color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.brand strong { font: 700 clamp(1.05rem, 2vw, 1.35rem) Georgia, serif; }
.header-actions { display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); }
.header-nav { display: flex; align-items: center; gap: 22px; }
.header-nav a { color: #f8f0df; font-size: .82rem; font-weight: 900; text-decoration: none; }
.header-nav a:hover { color: var(--gold); }
.header-help { display: grid; text-align: right; text-decoration: none; }
.header-help span { color: #d8d4c7; font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.header-help strong { color: var(--gold); }

.brand-hero { position: relative; overflow: hidden; color: #fff; background: var(--forest-dark); }
.hero-art { min-height: 460px; }
.hero-art img { width: 100%; min-height: 460px; object-fit: cover; object-position: center; }
.brand-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,24,17,.94) 0%, rgba(3,24,17,.72) 32%, rgba(3,24,17,.06) 62%);
}
.hero-copy { position: absolute; z-index: 2; inset: 0; display: grid; align-items: center; }
.hero-copy > div { width: min(570px, 50%); padding-block: 48px; }
.hero-copy h1 { text-shadow: 0 4px 30px rgba(0,0,0,.4); }
.hero-copy > div > p:not(.eyebrow) { max-width: 540px; color: #f8f0df; font-size: 1.05rem; }
.date-pills { display: flex; gap: 9px; flex-wrap: wrap; margin: 23px 0; }
.date-pills span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.5); background: rgba(4,30,22,.7); font-size: .82rem; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.btn {
  min-height: 50px;
  padding: 13px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  font: 900 .92rem/1.2 "Trebuchet MS", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.primary { color: #10251d; background: var(--gold); box-shadow: 5px 5px 0 rgba(255,255,255,.18); }
.primary:hover { background: #efbd55; transform: translateY(-1px); }
.dark { color: #fff; background: var(--forest); }
.outline { color: #fff; border-color: rgba(255,255,255,.65); background: transparent; }
.outline.dark-text { color: var(--forest); border-color: rgba(11,58,41,.35); background: #fff; }

.vendor-intro { padding-block: clamp(64px, 9vw, 112px); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(42px, 8vw, 100px); align-items: center; }
.intro-copy > p:not(.eyebrow) { max-width: 680px; color: #405047; font-size: 1.08rem; }
.quick-facts { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.quick-facts div { padding: 22px 18px 22px 0; display: grid; border-right: 1px solid var(--line); }
.quick-facts div + div { padding-left: 18px; }
.quick-facts div:last-child { border-right: 0; }
.quick-facts strong { color: var(--forest); font: 700 1.65rem Georgia, serif; }
.quick-facts span { color: var(--muted); font-size: .82rem; }
.social-card { margin: 0; position: relative; box-shadow: 18px 18px 0 var(--forest); }
.social-card img { width: 100%; aspect-ratio: 1 / 1.2; object-fit: cover; object-position: top; }
.social-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 16px; color: #fff; background: rgba(4,30,22,.92); font-size: .8rem; font-weight: 800; }

.application-section { padding: clamp(64px, 8vw, 105px) 0; background: var(--paper); border-top: 1px solid var(--line); }
.section-heading { max-width: 780px; margin-bottom: 32px; }
.section-heading > p:last-child { color: var(--muted); }
.application { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 26px; align-items: start; }
.card { padding: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 36px rgba(24,39,28,.06); }
.form-card { padding: clamp(24px, 4vw, 44px); scroll-margin-top: 102px; box-shadow: var(--shadow); }
.progress { margin-bottom: 40px; }
.progress-label { margin-bottom: 12px; display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .79rem; text-transform: uppercase; letter-spacing: .08em; }
.progress-label strong { color: var(--forest); }
.progress-bars { display: flex; gap: 8px; }
.progress-bars i { height: 5px; flex: 1; background: #dcd8ca; }
.progress-bars i.on { background: var(--ochre); }
.form-step { display: none; }
.form-step.on { display: block; }
.step-intro { margin-bottom: 26px; color: var(--muted); }
.label { margin-top: 25px; font-weight: 900; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.form-grid label, .form-step > label, .card > label { display: grid; gap: 7px; font-size: .88rem; font-weight: 800; }
.wide { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fffef9;
  border: 1px solid rgba(11,58,41,.28);
  border-radius: 2px;
  font: inherit;
}
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(224,170,62,.26); border-color: var(--ochre); }
textarea { min-height: 112px; resize: vertical; }
.choices { margin: 13px 0 27px; display: grid; gap: 10px; }
.choices label, .accept {
  padding: 16px;
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  background: #fffef9;
  border: 1px solid var(--line);
  cursor: pointer;
}
.choices label:has(input:checked), .accept:has(input:checked) { border-color: var(--ochre); box-shadow: inset 4px 0 var(--gold); }
.choices input, .accept input { width: 20px; min-height: 20px; margin-top: 2px; accent-color: var(--forest); }
.choices span { display: grid; }
.choices small { color: var(--muted); }
.choices.compact { grid-template-columns: 1fr 1fr; }
.accept { margin: 17px 0; }
.notice { padding: 17px 18px; background: #fff3ca; border-left: 5px solid var(--gold); }
.indemnity-notice { margin: 28px 0; padding: 24px; background: #fff0e9; border: 2px solid var(--ochre); border-left-width: 7px; }
.indemnity-notice h2 { color: #792f1e; font-size: 2rem; }
.indemnity-accept { background: #fff0e9; border: 2px solid var(--ochre); }
.terms-gate { margin: 28px 0 18px; padding: 23px; border: 2px solid var(--ochre); background: #fff8e8; }
.terms-gate h4 { margin: 0; color: var(--forest); font: 700 1.4rem Georgia, serif; }
.terms-required { margin: 0 0 8px; color: #8b341f; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.terms-status { margin: 16px 0 0; padding: 12px 14px; color: #6c2b1d; background: #ffe7db; border-left: 4px solid var(--ochre); font-size: .86rem; }
.terms-gate.opened { border-color: var(--forest); background: #eef5e8; }
.terms-gate.opened .terms-status { color: var(--forest); background: #dcebd7; border-left-color: var(--leaf); }
.locked-acceptance { opacity: .55; cursor: not-allowed; }
.terms-dialog { width: min(920px, calc(100% - 24px)); max-width: none; max-height: 92vh; margin: auto; padding: 0; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.terms-dialog::backdrop { background: rgba(2,18,13,.78); backdrop-filter: blur(4px); }
.terms-dialog-shell { max-height: 92vh; display: grid; grid-template-rows: auto minmax(0,1fr) auto; }
.terms-dialog-head { padding: 20px clamp(20px,4vw,38px); display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #fff; background: var(--forest-dark); border-bottom: 4px solid var(--gold); }
.terms-dialog-head h2 { font-size: clamp(1.7rem,4vw,2.8rem); line-height: 1.05; }
.terms-dialog-head .terms-required { margin-bottom: 5px; color: var(--gold); }
.terms-dialog-close { min-width: 70px; padding: 10px 12px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.55); font: 900 .8rem "Trebuchet MS",Arial,sans-serif; cursor: pointer; }
.terms-dialog-body { min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
.terms-dialog-body .content { padding: clamp(25px,4vw,42px); }
.terms-dialog-body .wrap { width: auto; }
.terms-dialog-body .notice:first-child { margin-top: 0; }
.terms-dialog-actions { padding: 18px clamp(20px,4vw,38px); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff8e8; border-top: 1px solid var(--line); }
.terms-dialog-actions p { max-width: 430px; margin: 0; color: var(--muted); font-size: .83rem; }
.terms-dialog-actions .btn { flex: 0 0 auto; }
.accept span { display: grid; gap: 3px; }
.accept small { color: var(--muted); font-weight: 500; }
.form-actions { margin-top: 28px; display: flex; justify-content: space-between; gap: 12px; }
.error { color: #9f2519; font-weight: 900; }
.fee { position: sticky; top: 112px; padding: 28px; color: #fff; background: var(--forest); box-shadow: 10px 10px 0 var(--gold); }
.fee > img { width: 90px; height: 90px; margin-bottom: 24px; border: 2px solid var(--gold); border-radius: 50%; object-fit: cover; }
.fee-head > .eyebrow { margin-bottom: 7px; }
.fee-total-line { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.fee-total-line strong { display: block; font: 700 3.8rem Georgia, serif; line-height: 1; }
.fee-total-line span { color: #d8dfd8; font-size: .78rem; font-weight: 800; text-align: right; }
.fee-rate { margin: 8px 0 0; color: #d8dfd8; font-size: .85rem; }
.fee-details { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.25); }
.fee-details summary { padding-top: 18px; color: var(--gold); font-size: .84rem; font-weight: 900; cursor: pointer; list-style: none; }
.fee-details summary::-webkit-details-marker { display: none; }
.fee-details summary::after { content: '+'; float: right; font-size: 1.15rem; line-height: 1; }
.fee-details[open] summary::after { content: '−'; }
.fee-details-body { padding-top: 8px; }
.fee-note { color: #d8dfd8; font-size: .82rem; }
.fee a { color: var(--gold); font-weight: 900; }

.market-home { overflow: hidden; background: var(--paper); }
.home-hero { position: relative; min-height: min(780px,calc(100vh - 86px)); display: grid; align-items: center; color: #fff; background: var(--forest-dark); }
.home-hero-media { position: absolute; inset: 0 0 0 38%; overflow: hidden; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.03); }
.home-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#041e16 0%,rgba(4,30,22,.98) 36%,rgba(4,30,22,.74) 57%,rgba(4,30,22,.12) 82%); }
.home-hero-inner { position: relative; z-index: 2; padding-block: 70px; }
.home-hero-copy { max-width: 670px; }
.home-hero h1 { max-width: 720px; font-size: clamp(5rem,10vw,9rem); text-shadow: 0 6px 34px rgba(0,0,0,.32); }
.home-hero-lead { max-width: 590px; color: #eee6d8; font-size: clamp(1.02rem,2vw,1.2rem); }
.home-event-stamp { width: fit-content; margin: 28px 0 24px; padding: 14px 18px; display: grid; border-left: 5px solid var(--gold); background: rgba(0,0,0,.22); }
.home-event-stamp span { color: var(--gold); font-size: .67rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.home-event-stamp strong { font: 700 1.55rem Georgia,serif; }
.home-event-stamp small { color: #d8dfd8; }
.home-intro { padding-block: clamp(68px,10vw,120px); display: grid; grid-template-columns: 1fr .72fr; gap: clamp(45px,8vw,110px); align-items: end; }
.home-intro-heading h2 { max-width: 720px; }
.home-intro-copy { padding-bottom: 7px; color: #44534a; font-size: 1.08rem; }
.text-link { color: var(--ochre); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.market-feature { padding-block: clamp(68px,9vw,110px); color: #fff; background: var(--forest); }
.market-feature-grid { display: grid; grid-template-columns: 220px minmax(0,1fr) minmax(260px,.65fr); gap: clamp(35px,6vw,80px); align-items: center; }
.feature-date-card { width: 210px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--forest-dark); background: var(--gold); box-shadow: 14px 14px 0 rgba(255,255,255,.12); transform: rotate(-2deg); }
.feature-day { font: 700 6rem/.8 Georgia,serif; letter-spacing: -.08em; }
.feature-date-card > div { margin-top: 14px; display: flex; align-items: baseline; gap: 8px; text-transform: uppercase; }
.feature-date-card strong { font-size: .95rem; letter-spacing: .08em; }
.feature-date-card small { font-weight: 900; }
.feature-story h2 { max-width: 670px; font-size: clamp(2.8rem,5.6vw,5.4rem); }
.feature-story > p:last-child { max-width: 650px; color: #d8dfd8; }
.feature-list { border-top: 1px solid rgba(255,255,255,.22); }
.feature-list div { padding: 15px 0; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.22); }
.feature-list span { color: var(--gold); font-size: .67rem; font-weight: 900; }
.feature-list strong { font-size: .92rem; }
.home-vendors { padding-block: clamp(75px,10vw,125px); display: grid; grid-template-columns: minmax(280px,.78fr) 1fr; gap: clamp(48px,8vw,110px); align-items: center; }
.home-vendor-art { position: relative; }
.home-vendor-art::after { content: ''; position: absolute; inset: 18px -18px -18px 18px; z-index: 0; background: var(--gold); }
.home-vendor-art img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.home-vendor-copy h2 { max-width: 720px; }
.home-vendor-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); font-size: 1.08rem; }
.home-vendor-actions { margin-top: 28px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.farm-stay { padding-block: clamp(76px,10vw,125px); color: #fff; background: var(--forest-dark); }
.farm-stay-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px,8vw,110px); align-items: center; }
.farm-stay-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(250px,380px) 190px; gap: 12px; }
.farm-stay-gallery figure { margin: 0; overflow: hidden; background: #253f34; }
.farm-stay-gallery .stay-main-image { grid-column: 1 / -1; }
.farm-stay-gallery img { width: 100%; height: 100%; object-fit: cover; }
.farm-stay-copy .eyebrow { color: var(--gold); }
.stay-count { margin: 20px 0 24px; display: flex; align-items: center; gap: 18px; }
.stay-count strong { color: var(--gold); font: 700 clamp(5rem,8vw,8rem)/.75 Georgia,serif; letter-spacing: -.06em; }
.stay-count span { font-size: .83rem; font-weight: 900; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.farm-stay-copy h2 { max-width: 640px; font-size: clamp(3rem,6vw,5.6rem); }
.farm-stay-copy > p:not(.eyebrow) { max-width: 620px; color: #d8dfd8; font-size: 1.05rem; }
.stay-booking { margin: 28px 0; padding: 20px 0; display: grid; gap: 5px; border-block: 1px solid rgba(255,255,255,.2); }
.stay-booking span { margin-bottom: 3px; color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.stay-booking a { width: fit-content; max-width: 100%; color: #fff; font-weight: 900; overflow-wrap: anywhere; text-underline-offset: 3px; }
.stay-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.save-date-band { padding: 44px 0; color: #fff; background: var(--ochre); }
.save-date-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.save-date-inner .eyebrow { margin-bottom: 7px; color: #ffe0ad; }
.save-date-inner h2 { font-size: clamp(2.4rem,5vw,4.5rem); }
.save-date-inner > strong { padding: 13px 18px; color: var(--forest-dark); background: var(--gold); font: 700 clamp(1.35rem,3vw,2rem) Georgia,serif; white-space: nowrap; transform: rotate(1deg); }
.location-section { padding-block: clamp(72px,10vw,125px); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px,8vw,105px); align-items: center; }
.location-copy h2 { font-size: clamp(3rem,6vw,5.5rem); }
.location-copy > p:not(.eyebrow):not(.location-address) { color: var(--muted); }
.location-address { margin: 28px 0 16px; font-size: 1.08rem; }
.location-address strong { color: var(--forest); font: 700 1.4rem Georgia,serif; }
.location-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.location-map { position: relative; min-height: 530px; background: #ddd5c5; box-shadow: 18px 18px 0 var(--forest); }
.location-map iframe { width: 100%; height: 530px; display: block; border: 0; filter: saturate(.72) contrast(1.03); }
.map-label { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 15px 18px; display: flex; justify-content: space-between; gap: 15px; color: #fff; background: rgba(4,30,22,.93); }
.map-label span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.home-closing { padding: clamp(60px,8vw,95px) 0; color: #fff; background: linear-gradient(110deg,#041e16,#0b3a29); }
.home-closing-inner { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: clamp(30px,5vw,65px); }
.home-closing img { width: 125px; height: 125px; border: 3px solid var(--gold); border-radius: 50%; object-fit: cover; }
.home-closing h2 { font-size: clamp(2.8rem,6vw,5.5rem); }

.vendor-directory-page { min-height: 70vh; }
.directory-hero {
  color: #fff;
  background:
    linear-gradient(105deg, rgba(4,30,22,.98), rgba(11,58,41,.82)),
    url('/assets/market-hero.jpg') center 42% / cover;
}
.directory-hero-inner {
  min-height: clamp(380px, 52vw, 550px);
  padding-block: clamp(65px, 9vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: center;
  gap: 50px;
}
.directory-hero h1 { max-width: 820px; font-size: clamp(3.7rem, 8vw, 7rem); text-shadow: 0 5px 30px rgba(0,0,0,.38); }
.directory-hero p:not(.eyebrow) { max-width: 650px; color: #eee7d8; font-size: 1.12rem; }
.directory-hero img { width: 230px; height: 230px; border: 4px solid var(--gold); border-radius: 50%; object-fit: cover; box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.directory-content { padding-block: clamp(62px, 8vw, 105px); }
.directory-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.directory-heading > div > p:last-child { color: var(--muted); }
.directory-filters {
  margin: 36px 0 24px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  align-items: end;
  gap: 14px;
  background: #fffdf8;
  border: 1px solid var(--line);
  box-shadow: 0 12px 35px rgba(24,39,28,.06);
}
.directory-filters label { display: grid; gap: 6px; color: var(--forest); font-size: .78rem; font-weight: 900; }
.directory-filters input, .directory-filters select { min-height: 48px; }
.directory-filters .btn { min-height: 48px; }
.directory-clear { grid-column: 1 / -1; color: var(--ochre); font-size: .84rem; font-weight: 900; }
.directory-result-bar { margin: 28px 0 18px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); }
.directory-result-bar strong { color: var(--forest); }
.vendor-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.vendor-card {
  min-height: 330px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-top: 6px solid var(--gold);
  box-shadow: 0 14px 38px rgba(24,39,28,.08);
}
.vendor-card-top { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.vendor-initial { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font: 700 1.7rem Georgia,serif; box-shadow: 5px 5px 0 var(--gold); }
.vendor-category { padding: 6px 9px; color: var(--forest); background: #e8edcc; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vendor-card h3 { color: var(--forest); font-size: clamp(1.75rem,2.4vw,2.25rem); }
.vendor-card > p { color: #526158; }
.vendor-appearance { margin-top: auto; padding-top: 20px; display: grid; gap: 2px; border-top: 1px solid var(--line); }
.vendor-appearance span { color: var(--ochre); font-weight: 900; }
.vendor-appearance small { color: var(--muted); }
.directory-empty { max-width: 780px; margin: 50px auto 0; padding: clamp(34px,7vw,70px); text-align: center; background: #fffdf8; border-top: 7px solid var(--gold); box-shadow: var(--shadow); }
.directory-empty img { width: 118px; height: 118px; margin: 0 auto 24px; border: 2px solid var(--gold); border-radius: 50%; object-fit: cover; }
.directory-empty p:not(.eyebrow) { max-width: 560px; margin: 18px auto 24px; color: var(--muted); }

.legal-hero { padding: clamp(68px, 10vw, 120px) 0; color: #fff; background: linear-gradient(120deg, rgba(4,30,22,.98), rgba(11,58,41,.9)), url('/assets/market-hero.jpg') center/cover; }
.legal-hero p:last-child { max-width: 580px; color: #e6e0d1; }
.back-link { display: inline-block; margin-bottom: 34px; color: var(--gold); font-weight: 800; text-decoration: none; }
.prose { max-width: 860px; }
.prose h2 { margin-top: 1.5em; font-size: 2rem; }
.result-page { min-height: 65vh; padding-block: clamp(65px, 10vw, 120px); }
.result-card { max-width: 780px; margin-inline: auto; padding: clamp(28px, 6vw, 60px); text-align: center; background: #fff; border-top: 8px solid var(--gold); box-shadow: var(--shadow); }
.result-card > img { width: 130px; height: 130px; margin: 0 auto 25px; border-radius: 50%; object-fit: cover; }
.result-card h1 { font-size: clamp(2.8rem, 7vw, 5.2rem); }
.bank-details { margin: 28px 0; padding: 10px 22px; text-align: left; background: var(--cream); border-left: 5px solid var(--gold); }
.bank-details p { display: grid; grid-template-columns: 170px 1fr; gap: 15px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
table th, table td { padding: 12px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
table th { color: #fff; background: var(--forest); }
.site-footer { padding: 52px 0; color: #fff; background: var(--forest-dark); }
.footer-inner { width: min(1180px, calc(100% - 40px)); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: 20px 50px; }
.footer-inner p { margin: 4px 0; color: #aebbb4; }
.footer-links { display: grid; align-content: start; gap: 8px; text-align: right; }
.footer-links a { color: var(--gold); font-weight: 800; }
.footer-credit { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }

@media (max-width: 900px) {
  .header-nav { display: none; }
  .brand-hero::after { background: linear-gradient(90deg, rgba(3,24,17,.94), rgba(3,24,17,.62) 70%, rgba(3,24,17,.22)); }
  .hero-copy > div { width: min(650px, 75%); }
  .vendor-intro { grid-template-columns: 1fr .55fr; gap: 45px; }
  .application { grid-template-columns: 1fr; gap: 20px; }
  .fee { position: static; order: -1; display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 0 20px; padding: 22px; box-shadow: 8px 8px 0 var(--gold); }
  .fee > img { width: 76px; height: 76px; margin: 0; }
  .fee-head { min-width: 0; align-self: center; }
  .fee-details { grid-column: 1 / -1; width: 100%; margin-top: 18px; }
  .directory-hero-inner { grid-template-columns: 1fr 170px; }
  .directory-hero img { width: 165px; height: 165px; }
  .directory-filters { grid-template-columns: 1fr 1fr; }
  .directory-filters .btn { align-self: end; }
  .vendor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-hero-media { left: 26%; }
  .market-feature-grid { grid-template-columns: 180px 1fr; }
  .feature-date-card { width: 170px; }
  .feature-day { font-size: 4.8rem; }
  .feature-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5,1fr); }
  .feature-list div { padding: 14px 10px; align-items: flex-start; flex-direction: column; gap: 5px; border-right: 1px solid rgba(255,255,255,.22); }
  .farm-stay-grid { grid-template-columns: 1fr; }
  .farm-stay-gallery { order: 2; }
  .home-closing-inner { grid-template-columns: 100px 1fr; }
  .home-closing img { width: 95px; height: 95px; }
  .home-closing .btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  .wrap, .header-inner, .footer-inner { width: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 72px; }
  .header-inner { min-height: 62px; gap: 9px; }
  .brand { min-width: 0; gap: 8px; }
  .brand img { width: 40px; height: 40px; }
  .brand span { min-width: 0; }
  .brand strong { max-width: 162px; overflow: hidden; font-size: .8rem; line-height: 1.08; text-overflow: ellipsis; white-space: nowrap; }
  .brand small { font-size: .54rem; }
  .header-help span { display: none; }
  .header-help { padding: 8px 0; }
  .header-help strong { font-size: .76rem; white-space: nowrap; }
  .directory-hero-inner { min-height: 480px; grid-template-columns: 1fr; align-content: center; }
  .directory-hero img { display: none; }
  .directory-hero h1 { font-size: clamp(3.4rem,16vw,5.3rem); }
  .directory-heading { align-items: flex-start; flex-direction: column; }
  .directory-filters { grid-template-columns: 1fr; }
  .directory-result-bar { align-items: flex-start; flex-direction: column; gap: 2px; }
  .vendor-grid { grid-template-columns: 1fr; }
  .home-hero { min-height: 640px; align-items: end; }
  .home-hero-media { inset: 0; }
  .home-hero-media img { object-position: 70% center; filter: saturate(.72) brightness(.62); transform: scale(1.025); }
  .home-hero::after { background: linear-gradient(0deg,#041e16 0%,rgba(4,30,22,.97) 56%,rgba(4,30,22,.58) 100%); }
  .home-hero-inner { padding-block: 210px 34px; }
  .home-hero-copy { max-width: 100%; }
  .home-hero h1 { max-width: 350px; font-size: clamp(3.35rem,15vw,4.7rem); line-height: .9; }
  .home-hero-lead { max-width: 345px; font-size: .94rem; line-height: 1.5; }
  .home-event-stamp { width: 100%; margin: 17px 0; padding: 10px 12px; }
  .home-event-stamp strong { font-size: 1.1rem; }
  .home-hero .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .home-hero .hero-actions .btn { width: 100%; }
  .home-intro { grid-template-columns: 1fr; gap: 24px; }
  .home-intro h2 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .market-feature-grid { grid-template-columns: 1fr; }
  .feature-date-card { width: 150px; }
  .feature-story h2 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .feature-list { grid-column: auto; grid-template-columns: 1fr; }
  .feature-list div { align-items: center; flex-direction: row; gap: 14px; border-right: 0; }
  .home-vendors { grid-template-columns: 1fr; }
  .home-vendor-art { width: calc(100% - 16px); }
  .home-vendor-copy h2 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .home-vendor-actions { align-items: flex-start; flex-direction: column; }
  .terms-dialog { width: calc(100% - 12px); max-height: 97vh; }
  .terms-dialog-shell { max-height: 97vh; }
  .terms-dialog-head { padding: 16px; align-items: flex-start; }
  .terms-dialog-close { min-width: 58px; padding: 8px; }
  .terms-dialog-body .content { padding: 22px 16px; }
  .terms-dialog-actions { padding: 14px 16px; align-items: stretch; flex-direction: column; }
  .terms-dialog-actions .btn { width: 100%; }
  .farm-stay-gallery { grid-template-rows: 250px 135px; gap: 8px; }
  .farm-stay-copy h2 { font-size: clamp(2.8rem,13vw,4.2rem); }
  .stay-count strong { font-size: 5rem; }
  .stay-actions { align-items: stretch; flex-direction: column; }
  .stay-actions .btn { width: 100%; }
  .save-date-inner { align-items: flex-start; flex-direction: column; }
  .save-date-inner > strong { white-space: normal; }
  .location-section { grid-template-columns: 1fr; }
  .location-map, .location-map iframe { min-height: 410px; height: 410px; }
  .map-label { align-items: flex-start; flex-direction: column; gap: 2px; }
  .home-closing-inner { grid-template-columns: 74px 1fr; }
  .home-closing img { width: 72px; height: 72px; }
  .home-closing h2 { font-size: clamp(2.5rem,12vw,4rem); }
  .home-closing .btn { grid-column: 1 / -1; width: 100%; }
  .hero-art, .hero-art img { min-height: 520px; }
  .hero-art img { object-position: 72% center; filter: saturate(.7) brightness(.5); transform: scale(1.035); }
  .brand-hero::after { background: linear-gradient(0deg, rgba(3,24,17,.99) 0%, rgba(3,24,17,.93) 64%, rgba(3,24,17,.67) 100%); }
  .hero-copy { align-items: end; }
  .hero-copy > div { width: 100%; padding: 92px 0 30px; }
  .hero-copy h1 { max-width: 350px; font-size: clamp(3.05rem, 14vw, 4.1rem); line-height: .9; }
  .hero-copy > div > p:not(.eyebrow) { max-width: 345px; font-size: .94rem; line-height: 1.5; }
  .hero-copy .date-pills { margin: 16px 0; gap: 7px; }
  .hero-copy .date-pills span { padding: 7px 9px; font-size: .72rem; }
  .hero-copy .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-copy .hero-actions .btn { width: 100%; }
  .vendor-intro { grid-template-columns: 1fr; gap: 28px; padding-block: 48px; }
  .vendor-intro h2 { font-size: clamp(2.6rem, 12vw, 3.7rem); }
  .social-card { width: calc(100% - 10px); box-shadow: 8px 8px 0 var(--forest); }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts div, .quick-facts div + div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-facts div:last-child { border-bottom: 0; }
  .application-section { padding: 40px 0 54px; }
  .section-heading { margin-bottom: 22px; }
  .section-heading h2 { font-size: clamp(2.65rem,13vw,4.1rem); }
  .section-heading > p:last-child { font-size: .96rem; }
  .form-grid, .choices.compact { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .form-card { padding: 22px 17px; scroll-margin-top: 78px; }
  .progress-label { align-items: flex-end; }
  .progress-label strong { max-width: 160px; text-align: right; }
  .form-actions { flex-wrap: wrap; }
  .form-actions .btn { flex: 1; }
  .form-actions #submit { flex-basis: 100%; }
  .fee { grid-template-columns: 46px minmax(0,1fr); gap: 0 12px; padding: 13px; box-shadow: 5px 5px 0 var(--gold); }
  .fee > img { width: 46px; height: 46px; }
  .fee-head > .eyebrow { margin-bottom: 2px; font-size: .66rem; letter-spacing: .15em; }
  .fee-total-line { justify-content: flex-start; gap: 14px; }
  .fee-total-line strong { font-size: 2.25rem; }
  .fee-total-line span { font-size: .72rem; text-align: left; }
  .fee-rate { margin-top: 3px; font-size: .75rem; }
  .fee-details { margin-top: 10px; }
  .fee-details summary { padding-top: 9px; }
  .fee-details-body { padding-top: 2px; font-size: .88rem; }
  .bank-details p { grid-template-columns: 1fr; gap: 2px; }
  .cards { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { text-align: left; }
  .footer-credit { grid-column: auto; }
}

@media (max-width: 420px) {
  .brand small { display: none; }
  .brand strong { max-width: 148px; font-size: .76rem; }
  .header-help strong { font-size: .68rem; }
  .section-heading h2 { font-size: 2.7rem; }
  .fee-total-line span { max-width: 90px; }
}
