:root {
  color-scheme: light;
  --hw-white: #ffffff;
  --hw-ink: #30302e;
  --hw-body: #53534f;
  --hw-orange: #ed6326;
  --hw-action: #ac4f1b;
  --hw-rule: #deded9;
}

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

body {
  margin: 0;
  background: var(--hw-white);
  color: var(--hw-ink);
}

.hw-body .lfhx-menu,
.hw-body .mobile-bottom-nav {
  --lfh-ink: var(--hw-ink);
  --lfh-primary: var(--hw-orange);
  --lfh-tint: #ffffff;
  --lfh-soft: #f6f6f7;
  --lfh-hair: var(--hw-rule);
  --lfh-border: var(--hw-rule);
}
.hw-body .lfhx-menu-row { border-radius: 0; }
.hw-body .lfhx-menu-row.active {
  padding-left: 9px;
  border-left: 3px solid var(--hw-orange);
}

.lfhx-header--halloween {
  --lfh-ink: var(--hw-ink);
  --lfh-primary: var(--hw-orange);
  --lfh-border: var(--hw-rule);
  --lfh-focus: var(--hw-orange);
  --lfh-tint: #ffffff;
  --lfh-soft: #f6f6f7;
  --lfh-hair: var(--hw-rule);
  background: #ffffff !important;
  border-bottom: 1px solid var(--hw-rule) !important;
  box-shadow: none !important;
}

.lfhx-header--halloween .lfhx-inner {
  max-width: 1240px;
  min-height: 64px;
}

.lfhx-header--halloween .lfhx-brand {
  color: var(--hw-ink);
  font-size: 1rem;
  font-weight: 700;
}

.lfhx-header--halloween .lfhx-links a,
.lfhx-header--halloween .lfhx-dd-btn {
  color: var(--hw-ink);
}

.lfhx-header--halloween .lfhx-burger {
  background: #ffffff;
  border-color: var(--hw-rule);
}

.lfhx-header--halloween .lfhx-burger span {
  background: var(--hw-ink);
}

.hw-page {
  background: #ffffff;
  color: var(--hw-ink);
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.hw-page * { box-sizing: border-box; }
.hw-page h1,
.hw-page h2,
.hw-page h3,
.hw-page p { margin: 0; }
.hw-page h1,
.hw-page h2,
.hw-page h3 {
  font-family: 'Playfair', Georgia, serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.hw-page a { text-underline-offset: 5px; }
.hw-page a:focus-visible {
  outline: 3px solid var(--hw-orange);
  outline-offset: 5px;
}
.hw-page section { scroll-margin-top: 96px; }
.hw-wrap {
  width: min(100% - 48px, 1160px);
  margin-inline: auto;
}
.hw-eyebrow {
  color: var(--hw-body);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.5;
  text-transform: uppercase;
}
.hw-eyebrow span { padding-inline: .6rem; color: #aaa8b0; }

.hw-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 470px;
  margin-top: 28px;
  padding: 40px;
  overflow: hidden;
}
.hw-hero-text {
  width: min(100%, 610px);
  padding: 34px 36px 32px;
  border-bottom: 5px solid var(--hw-orange);
  background: #ffffff;
}
.hw-hero .hw-eyebrow { margin-bottom: 12px; }
.hw-hero-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}
.hw-hero h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(3rem, 4.5vw, 4rem);
  line-height: 1.04;
}
.hw-hero-copy {
  max-width: 570px;
  margin-top: 20px !important;
  color: var(--hw-body);
  font-size: 1rem;
  line-height: 1.55;
}
.hw-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 168px;
  min-height: 46px;
  gap: 24px;
  margin-top: 24px;
  padding: 10px 18px;
  background: var(--hw-action);
  color: #ffffff;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.hw-primary-link:hover { background: #843b14; }

.hw-guide {
  padding-block: 52px 0;
}
.hw-outings .hw-eyebrow { margin-bottom: 12px; color: var(--hw-action); }
.hw-outings h2 {
  max-width: 900px;
  font-size: clamp(2.3rem, 3.4vw, 3.25rem);
}
.hw-outings-intro {
  max-width: 75ch;
  margin-top: 12px !important;
  color: var(--hw-body);
  font-size: 1rem;
  line-height: 1.65;
}
.hw-event-empty {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 36px;
  margin-top: 28px;
  padding: 26px 28px;
  border-left: 4px solid var(--hw-orange);
  background: #f5f5f3;
}
.hw-event-empty[hidden] { display: none; }
.hw-event-list:not(:empty) { margin-top: 32px; }
.hw-event-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 24px;
  padding-block: 24px;
  border-top: 1px solid var(--hw-rule);
}
.hw-event-card:last-child { border-bottom: 1px solid var(--hw-rule); }
.hw-event-card time { color: var(--hw-action); font-size: .93rem; font-weight: 700; }
.hw-event-card h3 { font-size: 1.7rem; }
.hw-event-card p { margin-top: 6px; color: var(--hw-body); font-size: .92rem; }
.hw-event-card a { display: inline-block; margin-top: 12px; color: var(--hw-action); font-weight: 700; }
.hw-event-empty h3 { font-size: 1.8rem; }
.hw-event-empty p {
  margin-top: 10px !important;
  color: var(--hw-body);
}
.hw-event-empty a {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
  color: var(--hw-action);
  font-weight: 700;
}
.hw-event-empty a:hover { color: #b7410c; }

.hw-home {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 36px;
  margin-top: 48px;
  padding: 34px;
  border-top: 4px solid var(--hw-orange);
  background: var(--hw-ink);
  color: #ffffff;
}
.hw-home .hw-eyebrow { color: #f4b78d; font-size: .7rem; }
.hw-home h2 {
  margin-top: 12px;
  font-size: 2.25rem;
}
.hw-home-heading > p:not(.hw-eyebrow) {
  margin-top: 14px;
  color: #e3e3df;
  font-size: .9rem;
  line-height: 1.65;
}
.hw-home-ideas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-content: center; }
.hw-home-ideas article {
  padding-left: 20px;
  border-left: 1px solid #656560;
}
.hw-home-ideas h3 { font-family: 'Inter', Arial, sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -.01em; }
.hw-home-ideas p {
  margin-top: 12px;
  color: #e3e3df;
  font-size: .92rem;
  line-height: 1.55;
}
.hw-places {
  padding-block: 52px;
}
.hw-places-head { max-width: 720px; }
.hw-places-head .hw-eyebrow { color: var(--hw-action); }
.hw-places-head h2 { margin-top: 12px; font-size: clamp(2.3rem, 3.4vw, 3.25rem); }
.hw-places-head > p:last-child { max-width: 62ch; margin-top: 14px; color: var(--hw-body); }
.hw-place-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}
.hw-place-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--hw-rule);
  border-top: 4px solid var(--hw-orange);
  background: #ffffff;
}
.hw-place-card:first-child { background: var(--hw-ink); color: #ffffff; border-color: var(--hw-ink); border-top-color: var(--hw-orange); }
.hw-place-card:first-child .hw-place-type,
.hw-place-card:first-child > p:not(.hw-place-type) { color: #e3e3df; }
.hw-place-card:first-child .hw-place-type span,
.hw-place-card:first-child a { color: #f4b78d; }
.hw-place-card:first-child a:hover { color: #ffffff; }
.hw-place-type {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--hw-body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hw-place-type span { color: var(--hw-action); }
.hw-place-card h3 { margin-top: 22px; font-size: 1.9rem; }
.hw-place-card > p:not(.hw-place-type) { margin-top: 12px; color: var(--hw-body); font-size: .93rem; line-height: 1.6; }
.hw-place-card a { margin-top: auto; padding-top: 22px; color: var(--hw-action); font-size: .9rem; font-weight: 700; }
.hw-place-card a:hover { color: #b7410c; }
.hw-fall-link {
  padding-block: 30px 38px;
  border-top: 1px solid var(--hw-rule);
  font-size: 1rem;
  line-height: 1.6;
}
.hw-fall-link a { color: var(--hw-action); font-weight: 700; }
.hw-fall-link a:hover { color: #b7410c; }

html body .lfhx-footer.lfhx-footer--halloween {
  border-top-color: var(--hw-rule) !important;
  background: #ffffff !important;
  color: var(--hw-ink) !important;
}
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple,
html body .lfhx-footer.lfhx-footer--halloween .lfhx-flinks.lfhx-flinks {
  border-bottom-color: var(--hw-rule) !important;
}
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fname.lfhx-fname {
  color: var(--hw-ink) !important;
}
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fbrand.lfhx-fbrand p,
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fbottom.lfhx-fbottom p {
  color: var(--hw-body) !important;
}
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple .lfhx-fcol-links.lfhx-fcol-links a,
html body .lfhx-footer.lfhx-footer--halloween .lfhx-flinks.lfhx-flinks a {
  color: var(--hw-ink) !important;
}
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple .lfhx-fcol-links.lfhx-fcol-links a {
  border-radius: 0 !important;
}
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple .lfhx-fcol-links.lfhx-fcol-links a[href="/submit"],
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple .lfhx-fcol-links.lfhx-fcol-links a[href="/advertise"] {
  border-color: var(--hw-ink) !important;
  border-radius: 0 !important;
  background: var(--hw-ink) !important;
  color: #ffffff !important;
}
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple .lfhx-fcol-links.lfhx-fcol-links a[href="/submit"]:hover,
html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple .lfhx-fcol-links.lfhx-fcol-links a[href="/advertise"]:hover {
  border-color: var(--hw-orange) !important;
  background: var(--hw-orange) !important;
}

@media (min-width: 701px) and (max-width: 900px) {
  html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  html body .lfhx-footer.lfhx-footer--halloween .lfhx-fsimple.lfhx-fsimple .lfhx-fcol-links.lfhx-fcol-links {
    justify-content: flex-start !important;
  }
}

@media (max-width: 900px) {
  .hw-hero { padding: 28px; min-height: 440px; }
  .hw-hero-text { width: min(100%, 540px); padding: 28px; }
  .hw-hero h1 { font-size: clamp(2.7rem, 5vw, 3.5rem); }
  .hw-home { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .hw-home-heading > p:not(.hw-eyebrow) { max-width: 60ch; }
  .hw-home-ideas article:first-child { padding-left: 0; border-left: 0; }
  .hw-place-grid { gap: 14px; }
  .hw-place-card { padding: 18px; }
  .hw-place-type { flex-direction: column; gap: 5px; }
}

@media (max-width: 700px) {
  .hw-wrap { width: min(100% - 40px, 1160px); }
  .hw-hero { min-height: 0; margin-top: 20px; padding: 150px 16px 16px; }
  .hw-hero-text { width: 100%; padding: 26px; }
  .hw-hero-art { object-position: center 50%; }
  .hw-hero h1 { font-size: clamp(2.4rem, 7.5vw, 3.2rem); }
  .hw-hero-copy { font-size: .95rem; }
  .hw-guide { padding-block: 36px 0; }
  .hw-outings h2 { font-size: clamp(2.1rem, 7vw, 2.75rem); }
  .hw-event-empty { display: block; padding: 22px; }
  .hw-event-empty a { margin-top: 12px; }
  .hw-home { margin-top: 36px; }
  .hw-home-ideas { gap: 18px; }
  .hw-places { padding-block: 36px; }
  .hw-place-grid { grid-template-columns: 1fr; gap: 16px; }
  .hw-place-card { min-height: 0; padding: 24px; }
  .hw-place-type { flex-direction: row; }
  .hw-place-card a { margin-top: 12px; }
  .hw-fall-link { padding-block: 28px 38px; }
}

@media (max-width: 520px) {
  html { scroll-padding-top: 80px; }
  .hw-wrap { width: min(100% - 32px, 1160px); }
  .hw-hero { padding: 132px 12px 12px; }
  .hw-hero-text { padding: 24px 20px; }
  .hw-hero .hw-eyebrow { font-size: .65rem; letter-spacing: .1em; }
  .hw-hero h1 { font-size: clamp(2rem, 8.3vw, 2.65rem); }
  .hw-hero-copy { margin-top: 16px !important; }
  .hw-home { padding: 24px; }
  .hw-home-ideas { grid-template-columns: 1fr; gap: 20px; }
  .hw-home-ideas article { padding: 18px 0 0; border-left: 0; border-top: 1px solid #656560; }
  .hw-home-ideas p { margin-top: 8px; }
  .hw-event-card { grid-template-columns: 70px minmax(0, 1fr); gap: 16px; }
  .hw-place-type { flex-wrap: wrap; }
}

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