:root {
  --navy: #111c2b;
  --navy-2: #17263a;
  --ink: #182130;
  --muted: #637083;
  --paper: #f7f5ef;
  --white: #ffffff;
  --amber: #e4a129;
  --amber-light: #fff3cf;
  --wine: #772f45;
  --line: #dcdedc;
  --green: #26755b;
  --shadow: 0 16px 42px rgba(17, 28, 43, .09);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; max-width: 100%; overflow-x: hidden; background: var(--paper); }
main, .directory, .day-wrap, .days { min-width: 0; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; background: var(--amber); padding: .75rem 1rem; z-index: 20; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 78px; padding: 12px clamp(18px, 4vw, 64px); background: var(--navy); color: #fff; display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; width: fit-content; }
.brand-mark { width: 42px; aspect-ratio: 1; border: 1px solid var(--amber); border-radius: 50% 50% 50% 10%; display: grid; place-items: center; color: var(--amber); font-family: Georgia, serif; font-size: 1.45rem; transform: rotate(-5deg); }
.brand strong, .brand small { display: block; line-height: 1.05; letter-spacing: .01em; }
.brand strong { font-family: Georgia, serif; font-size: 1.15rem; }
.brand small { color: #cbd2dc; font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; margin-top: 4px; }
.header-meta { display: flex; gap: 18px; align-items: center; color: #ccd3dc; font-size: .78rem; }
.header-meta span + span { border-left: 1px solid rgba(255,255,255,.18); padding-left: 18px; }
.header-meta strong { color: var(--amber); }
.text-button, footer button { border: 0; background: none; color: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.text-button { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 10px 16px; text-decoration: none; }
.masthead { background: var(--navy); color: #fff; padding: clamp(26px, 5vw, 66px) clamp(18px, 4vw, 64px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.masthead-copy { max-width: 720px; }
.eyebrow { margin: 0 0 10px; color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.masthead .eyebrow { color: var(--amber); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(2.8rem, 7vw, 6.3rem); line-height: .9; letter-spacing: -.055em; margin: 0; max-width: 680px; }
.masthead-copy > p:last-child { color: #cbd2dc; max-width: 580px; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.55; margin: 24px 0 0; }
.masthead-photo { min-height: 260px; border-radius: 110px 10px 110px 10px; background: linear-gradient(to top, rgba(17,28,43,.82), transparent 60%), url("https://images.pexels.com/photos/12944728/pexels-photo-12944728.jpeg?auto=compress&cs=tinysrgb&w=1400") center/cover; position: relative; overflow: hidden; box-shadow: 20px 20px 0 rgba(228,161,41,.14); }
.photo-note { position: absolute; left: 26px; bottom: 22px; display: grid; gap: 3px; }
.photo-note span { color: #dbe1e8; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.photo-note strong { font-family: Georgia, serif; font-size: 1.2rem; }
.directory { padding: 0 clamp(18px, 4vw, 64px) 80px; }
.day-wrap { position: sticky; top: 0; z-index: 8; margin: 0 calc(clamp(18px, 4vw, 64px) * -1); padding: 0 clamp(18px, 4vw, 64px); background: var(--navy); display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; box-shadow: 0 8px 22px rgba(17,28,43,.12); }
.days { display: grid; grid-template-columns: repeat(7, minmax(110px,1fr)); overflow-x: auto; scrollbar-width: none; }
.days::-webkit-scrollbar { display: none; }
.day-tab { border: 0; border-left: 1px solid rgba(255,255,255,.11); background: transparent; color: #aeb9c7; min-height: 84px; padding: 12px; cursor: pointer; text-align: left; position: relative; }
.day-tab small, .day-tab strong { display: block; }
.day-tab small { font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }
.day-tab strong { margin-top: 6px; font-size: .95rem; }
.day-tab[aria-selected="true"] { color: #fff; background: rgba(255,255,255,.06); }
.day-tab[aria-selected="true"]::after { content: ""; position: absolute; height: 4px; bottom: 0; left: 14px; right: 14px; background: var(--amber); border-radius: 4px 4px 0 0; }
.day-scroll { display: none; background: transparent; border: 0; color: white; cursor: pointer; }
.filters { padding: 20px; border: 1px solid var(--line); border-top: 0; background: var(--white); display: grid; grid-template-columns: minmax(260px, 1.7fr) 1fr 1fr auto auto; gap: 12px; align-items: center; box-shadow: var(--shadow); }
.filters input[type="search"], .filters select { min-height: 48px; width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 4px; padding: 0 14px; color: var(--ink); }
.search-field { position: relative; }
.search-field svg { position: absolute; width: 20px; height: 20px; left: 14px; top: 14px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.search-field input[type="search"] { padding-left: 44px; }
.switch-row { display: flex; gap: 9px; align-items: center; white-space: nowrap; font-size: .9rem; cursor: pointer; }
.switch-row input { position: absolute; opacity: 0; }
.switch { width: 40px; height: 23px; border-radius: 999px; background: #cbd0d4; padding: 3px; transition: .2s; }
.switch::after { content: ""; display: block; width: 17px; height: 17px; background: white; border-radius: 50%; transition: .2s; box-shadow: 0 1px 4px rgba(0,0,0,.25); }
.switch-row input:checked + .switch { background: var(--wine); }
.switch-row input:checked + .switch::after { transform: translateX(17px); }
.reset-button { border: 0; background: none; color: var(--muted); cursor: pointer; text-decoration: underline; }
.location-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 14px 20px 0; color: var(--muted); font-size: .82rem; }
.location-links span { margin-right: 2px; font-weight: 700; }
.location-links a { border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 7px 11px; color: var(--navy); text-decoration: none; }
.location-links a:hover { border-color: var(--wine); color: var(--wine); }
.location-links a.active { border-color: var(--wine); background: var(--wine); color: #fff; }
.results-heading { display: grid; grid-template-columns: 1fr minmax(260px, 520px); gap: 30px; align-items: end; margin: 54px 0 24px; }
.results-heading h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 0; letter-spacing: -.035em; }
.results-heading > p { color: var(--muted); line-height: 1.6; margin: 0; }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.listing-card { background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(17,28,43,.05); padding: 22px; display: grid; gap: 18px; transition: transform .2s, box-shadow .2s; }
.listing-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card-topline { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .07em; }
.verified { white-space: nowrap; }
.verified i { display: inline-block; width: 7px; height: 7px; background: var(--green); border-radius: 50%; margin-right: 5px; }
.verified.review { color: #8b5b00; }
.verified.review i { background: var(--amber); }
.card-main { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: start; }
.type-row { display: flex; flex-wrap: wrap; gap: 6px; }
.type-row span { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--wine); font-weight: 800; }
.type-row span + span::before { content: "·"; margin-right: 6px; color: var(--muted); }
.type-row .open-badge { color: var(--green); }
.listing-card h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); margin: 7px 0 3px; letter-spacing: -.025em; }
.offer-name { margin: 0; color: var(--muted); }
.time-block { text-align: right; background: var(--amber-light); border-left: 3px solid var(--amber); padding: 10px 12px; min-width: 120px; }
.time-block small, .time-block strong { display: block; }
.time-block small { color: #7a5a1a; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.time-block strong { margin-top: 3px; color: #402d08; }
.highlights { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.highlights li { background: #f1f2f0; padding: 7px 10px; border-radius: 3px; font-size: .82rem; }
.card-actions { border-top: 1px solid var(--line); padding-top: 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; font-size: .85rem; }
.card-actions a, .details-button { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.details-button { border: 0; background: none; padding: 0; text-decoration: underline; cursor: pointer; }
.details-button { margin-right: auto; color: var(--wine); }
.empty-state { padding: 70px 20px; text-align: center; background: #fff; border: 1px solid var(--line); }
.empty-state > span { font-size: 3rem; color: var(--amber); }
.empty-state h2 { font-size: 2rem; margin: 8px 0; }
.empty-state p { color: var(--muted); }
.primary-button, .secondary-button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 0 18px; border: 0; border-radius: 3px; text-decoration: none; cursor: pointer; font-weight: 800; }
.primary-button { background: var(--wine); color: #fff; }
.secondary-button { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.trust-section { background: #efe9de; padding: clamp(54px, 8vw, 100px) clamp(18px, 4vw, 64px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 110px); }
.trust-section h2 { font-size: clamp(2.1rem, 4.5vw, 4.2rem); letter-spacing: -.045em; line-height: 1; margin: 0; }
.trust-section ol { list-style: none; padding: 0; margin: 0; }
.trust-section li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid #cfc6b8; }
.trust-section li > span { color: var(--wine); font-family: Georgia, serif; font-size: 1.35rem; }
.trust-section strong { font-size: 1.05rem; }
.trust-section p { color: var(--muted); line-height: 1.55; margin: 6px 0 0; }
footer { background: var(--navy); color: #cbd2dc; padding: 40px clamp(18px, 4vw, 64px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
footer > p { max-width: 600px; line-height: 1.5; font-size: .86rem; }
footer nav { display: flex; gap: 16px; font-size: .82rem; }
.details-dialog, .report-dialog { width: min(620px, calc(100% - 30px)); border: 0; padding: clamp(24px, 4vw, 42px); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(12,20,31,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 14px; top: 10px; border: 0; background: none; font-size: 1.8rem; cursor: pointer; }
dialog h2 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 0 0 16px; letter-spacing: -.04em; }
.detail-time { display: flex; justify-content: space-between; background: var(--amber-light); padding: 13px; margin: 18px 0; }
.detail-offer { color: var(--wine); font-weight: 800; }
dialog address, dialog > p, #detailContent > p { color: var(--muted); line-height: 1.6; font-style: normal; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.report-dialog form { display: grid; gap: 15px; margin-top: 24px; }
.report-dialog label { display: grid; gap: 6px; font-size: .85rem; font-weight: 700; }
.report-dialog input, .report-dialog select, .report-dialog textarea { width: 100%; border: 1px solid var(--line); padding: 11px 12px; border-radius: 3px; background: #fff; }
.report-dialog .consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; line-height: 1.4; }
.report-dialog .consent input { width: auto; margin-top: 3px; }
#reportStatus { min-height: 1.4em; margin: 0; color: var(--green); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
@media (max-width: 980px) {
  .header-meta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .masthead { grid-template-columns: 1fr .75fr; }
  .filters { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1 / -1; }
  .reset-button { justify-self: start; }
  .listing-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .site-header { min-height: 68px; }
  .text-button { font-size: .8rem; padding: 9px 12px; }
  .masthead { grid-template-columns: 1fr; padding-bottom: 36px; }
  h1 { font-size: 3.7rem; }
  .masthead-photo { min-height: 150px; border-radius: 70px 7px 70px 7px; }
  .day-wrap { grid-template-columns: 34px 1fr 34px; }
  .day-scroll { display: block; }
  .days { grid-template-columns: repeat(7, 92px); }
  .day-tab { min-height: 68px; padding: 8px; text-align: center; }
  .day-tab strong { display: none; }
  .filters { grid-template-columns: 1fr; padding: 14px; }
  .search-field { grid-column: auto; }
  .results-heading { grid-template-columns: 1fr; margin-top: 40px; }
  .card-main { grid-template-columns: 1fr; }
  .time-block { text-align: left; width: fit-content; }
  .card-topline { display: grid; }
  .verified { justify-self: start; }
  .card-actions { gap: 13px; }
  .trust-section { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
