:root {
  color-scheme: light;
  --paper: #fcf9f1;
  --ink: #173f43;
  --orange: #c84a24;
  --line: #d6d6c8;
  --muted: #576563;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
svg { display: block; flex: none; }
p, h1, h2, h3 { margin: 0; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
.page-shell { max-width: 1360px; margin: 0 auto; padding: 0 64px; }

.masthead {
  min-height: 96px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.0625rem; }
.wordmark > svg { width: 32px; height: 32px; }
.wordmark span { display: flex; flex-direction: column; gap: 2px; }
.wordmark strong { font-weight: 700; }
.header-place { font-size: .875rem; letter-spacing: .04em; }

.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 44px 0 42px;
}
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  line-height: 1.6;
}
.small-rule { height: 2px; width: 24px; background: var(--orange); flex: none; }
h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.6rem, 4.4vw, 3.75rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1.04;
  margin: 19px 0 13px;
}
h1 em { color: var(--orange); font-weight: 400; }
.tagline { font-size: 1.25rem; font-weight: 700; line-height: 1.5; }
.book-offer { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline; font-size: 1.125rem; line-height: 1.5; margin-top: 12px; }
.book-offer strong { color: var(--orange); }
.book-offer span { border-left: 1px solid var(--line); padding-left: 16px; }
.event-details { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 20px; }
.date-line { display: flex; align-items: center; gap: 18px; }
.date-day {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -.07em;
  padding-right: 20px;
  border-right: 1px solid var(--line);
}
.date-label { display: flex; flex-direction: column; }
.date-weekday { font-size: 1.25rem; line-height: 1.4; }
.date-month { font-size: 1rem; line-height: 1.5; color: var(--muted); }
.time-status { display: flex; align-items: flex-start; gap: 9px; margin-top: 15px; }
.time-status svg { width: 19px; height: 19px; margin-top: 2px; }
.time-status strong { font-size: 1.25rem; line-height: 1.4; font-weight: 700; }
.time-status svg { margin-top: 4px; }
.local-time { display: block; margin-top: 3px; font-size: .875rem; line-height: 1.5; color: var(--muted); }
.rain-note { max-width: 410px; margin-top: 12px; font-size: .875rem; line-height: 1.6; color: var(--muted); }
.rain-note strong { color: var(--ink); font-weight: 600; }
.hero-location {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-left: 3px solid var(--orange);
  padding-left: 16px;
  margin-top: 24px;
  font-style: normal;
  line-height: 1.25;
}
.hero-location strong { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; letter-spacing: -.035em; }
.hero-location span { font-size: 1rem; color: var(--muted); line-height: 1.5; }
.hero-location .nearby { font-size: .875rem; }

.directions {
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding: 14px 21px;
  background: var(--paper);
  color: var(--ink);
  font-size: .9375rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s, transform .15s;
}
.directions svg { width: 20px; height: 20px; }
.directions:hover { background: #f6b78d; transform: translateY(-2px); }
.directions-primary { margin-top: 23px; background: var(--ink); color: var(--paper); }
.directions-primary:hover { background: #22565a; }
.hero-visual { align-self: center; margin: 0; }
.book-photo-frame { position: relative; width: 100%; aspect-ratio: 1575/1280; overflow: hidden; background: #f2e9d7; }
/* The supplied photo is sideways. Rotate its display, preserving the full original. */
.book-photo-frame img { position: absolute; top: 50%; left: 50%; display: block; width: calc(100% * 1280 / 1575); height: auto; transform: translate(-50%, -50%) rotate(-90deg); }
.book-caption { padding-top: 18px; }
.book-caption h2 { font-size: 1.25rem; line-height: 1.5; }
.book-caption p { margin-top: 7px; font-size: 1rem; line-height: 1.65; color: var(--muted); }

.finds { padding: 6px 0 38px; }
.finds h2 { font: 400 1.875rem/1.2 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; margin-bottom: 22px; }
.finds-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; border-top: 1px solid var(--line); }
.find-item { min-width: 0; padding-top: 23px; }
.find-photo { display: block; width: 100%; height: auto; aspect-ratio: 1706/1280; margin-bottom: 17px; background: #f2e9d7; }
.find-item h3 { font-size: 1.125rem; line-height: 1.5; }
.item-heading { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 18px; }
.book-price { color: var(--orange); font-weight: 700; font-size: 1.125rem; line-height: 1.5; }
.find-item p { margin-top: 9px; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.visit { background: var(--ink); color: var(--paper); padding: 30px 36px; margin-bottom: 26px; }
.visit-note { display: grid; grid-template-columns: .8fr 2fr; align-items: start; gap: 28px; }
.visit h2 { font: 400 1.875rem/1.2 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.visit-note p { font-size: 1rem; line-height: 1.65; color: #e0e5df; }
.visit-details { display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; }
.visit-details h3 { margin-bottom: 6px; font-size: .875rem; line-height: 1.5; color: #f3a371; }
.visit-details strong { font-weight: 600; }
.visit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #547174;
  padding-top: 23px;
  margin-top: 23px;
}
.address-block { display: flex; align-items: flex-start; gap: 13px; }
.address-block > svg { width: 22px; height: 26px; margin-top: 1px; color: #f3a371; }
.address-block address { font-style: normal; display: flex; flex-direction: column; gap: 6px; font-size: 1rem; line-height: 1.4; }
.address-block strong { font-size: 1.125rem; }
.address-block span { color: #e0e5df; }
footer { display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; line-height: 1.7; color: var(--muted); padding-bottom: 25px; }
footer span { font-style: italic; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 16px; top: -100px; padding: 12px 16px; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { top: 12px; }

@media (max-width: 1100px) {
  .page-shell { padding: 0 38px; }
  .hero { gap: 36px; }
  h1 { font-size: clamp(2.3rem, 4.35vw, 3.25rem); }
  .eyebrow { letter-spacing: .06em; }
  .hero-location strong { font-size: 1.65rem; }
  .visit-note { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 700px) {
  .page-shell { padding: 0 24px; }
  .masthead { min-height: 78px; }
  .wordmark { font-size: .9375rem; gap: 10px; }
  .wordmark > svg { width: 28px; }
  .header-place { font-size: .75rem; max-width: 90px; text-align: right; line-height: 1.5; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding: 28px 0 30px; }
  .eyebrow { font-size: .75rem; letter-spacing: .035em; gap: 8px; }
  .small-rule { width: 18px; }
  h1 { font-size: clamp(2.15rem, 9.5vw, 3.5rem); margin: 14px 0 10px; }
  .tagline { font-size: 1.125rem; }
  .book-offer { margin-top: 10px; font-size: 1rem; }
  .event-details { margin-top: 20px; padding-top: 20px; }
  .date-day { font-size: 3.3rem; }
  .date-weekday { font-size: 1.125rem; }
  .time-status { margin-top: 12px; }
  .hero-location { margin-top: 21px; padding-left: 14px; }
  .hero-location strong { font-size: 1.5rem; }
  .directions-primary { display: flex; justify-content: space-between; margin-top: 20px; }
  .book-caption { padding-top: 14px; }
  .finds { padding: 0 0 30px; }
  .finds h2 { margin-bottom: 18px; font-size: 1.8rem; }
  .finds-grid { grid-template-columns: 1fr; gap: 0; }
  .find-item, .find-item:first-child, .find-item:last-child { padding: 18px 0; }
  .find-item:last-child { padding-bottom: 0; }
  .find-item + .find-item { border-left: 0; border-top: 1px solid var(--line); }
  .find-item p { margin-top: 6px; }
  .visit { padding: 26px 24px; margin-bottom: 21px; }
  .visit-note { grid-template-columns: 1fr; gap: 12px; }
  .visit-details { grid-template-columns: 1fr; gap: 18px; }
  .visit h2 { font-size: 1.8rem; }
  .visit-row { align-items: stretch; flex-direction: column; gap: 20px; padding-top: 21px; margin-top: 21px; }
  .visit-row .directions { justify-content: space-between; }
  .address-block { gap: 11px; }
  .address-block strong { font-size: 1.0625rem; }
  .address-block address { font-size: .9375rem; }
  footer { flex-direction: column; gap: 4px; padding-bottom: 22px; }
}
@media (max-width: 360px) {
  .page-shell { padding: 0 18px; }
  .eyebrow { letter-spacing: 0; }
  .small-rule { width: 14px; }
  .visit { padding: 24px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
