/* Raffel's Catering - rebuilt from the FlexSite design (publicstyle.css,
   Web.Master, graphics/*). Colours are the CMS's own: maroon #98242F, nav
   black, gold #FFD204, olive dots #95A17B, body grey #696969. */

@font-face { font-family: "Desire Basic"; src: url(/assets/fonts/desire-basic.woff2?v=2) format("woff2"); font-display: swap; }
@font-face { font-family: "Open Sans"; src: url(/assets/fonts/open-sans.woff2) format("woff2"); font-display: swap; }

:root {
  --maroon: #98242f;
  --maroon-dk: #7c1c26;
  --gold: #ffd204;
  --olive: #95a17b;
  --ink: #000;
  --text: #5f5f5f;          /* the CMS's #696969, one step darker for 6:1 on white */
  --muted: #848889;
  --line: #d7d8da;
  --wrap: 1000px;
  --display: "Desire Basic", "Bodoni Moda", "Didot", Georgia, serif;
  --body: "Open Sans", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: var(--text); font: 16px/1.55 var(--body); }
img { max-width: 100%; height: auto; }
a { color: var(--maroon); text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
h1, h2, h3, h4 { color: var(--ink); font-weight: normal; margin: 0 0 .5em; line-height: 1.1; }
h2 { font: 1.75rem/1.15 var(--body); }
h3 { font: 1.4rem/1.2 var(--body); }
p { margin: 0 0 1em; }
hr { border: 0; height: 1px; background: #ccc; margin: 1.25em 0; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.center { text-align: center; }
.skip { position: absolute; left: -999px; top: 0; background: #000; color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
.hp { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }

/* ------------------------------------------------------------ masthead */
.topbar { background: var(--maroon); text-align: center; padding: 12px 16px; }
.topbar a { color: #fff; font: 22px/26px var(--display); letter-spacing: .01em; text-decoration: none; }
/* graphics/headerbg.jpg is 75px of maroon over 62px of white; the logo is
   drawn against exactly that split, so the band repeats it in percent and
   the join stays invisible at any logo width */
.logoband { background: linear-gradient(var(--maroon) 0 54.75%, #fff 54.75% 100%); line-height: 0; text-align: center; }
.logo { display: inline-block; }
.logo img { display: block; width: 662px; max-width: 100%; }

.nav { max-width: 964px; margin: 10px auto 10px; padding: 0 10px; position: relative; z-index: 20; }
.nav__toggle { display: none; }
.nav__pill { background: #000; border-radius: 35px; min-height: 70px; padding: 0 56px; position: relative; }
.nav__pill::before, .nav__pill::after { content: ""; position: absolute; top: 50%; width: 20px; height: 20px; margin-top: -10px; border-radius: 50%; background: var(--olive); }
.nav__pill::before { left: 26px; }
.nav__pill::after { right: 26px; }
.nav ul { list-style: none; margin: 0; padding: 0; }
.nav__list { display: flex; justify-content: space-evenly; align-items: center; min-height: 70px; }
.nav__list > li { position: relative; }
.nav__top { display: block; background: none; border: 0; cursor: pointer; color: #fff; font: 22px/70px var(--display); padding: 0 10px; text-transform: uppercase; letter-spacing: .01em; text-decoration: none; }
.nav__top:hover, .nav__top:focus-visible, .nav__top[aria-expanded="true"], .nav__top[aria-current="page"], .has-sub.is-current > .nav__top { color: var(--gold); text-decoration: none; }
.nav__menu { position: absolute; top: calc(100% - 8px); left: 0; min-width: 260px; background: #fff; border: 1px solid #000; display: none; padding: 4px 0; box-shadow: 0 6px 18px rgba(0, 0, 0, .18); }
.nav__menu .nav__menu { top: -5px; left: 100%; }
.nav__list > li:last-child > .nav__menu { left: auto; right: 0; }
.nav__list > li:last-child .nav__menu .nav__menu, .nav__list > li:nth-last-child(2) .nav__menu .nav__menu { left: auto; right: 100%; }
.has-sub:hover > .nav__menu, .has-sub.is-open > .nav__menu { display: block; }
.nav__link, .nav__sub { display: block; width: 100%; text-align: left; background: none; border: 0; font: 15px/1.35 var(--body); color: #2b2b2b; padding: 7px 28px 7px 14px; cursor: pointer; text-decoration: none; }
.nav__sub { position: relative; }
.nav__sub::after { content: "\25B8"; position: absolute; right: 10px; top: 7px; color: #777; }
.nav__link:hover, .nav__link:focus-visible, .nav__sub:hover, .nav__sub:focus-visible, .has-sub.is-open > .nav__sub { background: var(--maroon); color: #fff; text-decoration: none; }
.nav__link[aria-current="page"] { font-weight: bold; }

/* ---------------------------------------------------------------- hero */
.hero { position: relative; overflow: hidden; background: #222; aspect-ratio: 1269 / 479; max-height: 560px; width: 100%; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s ease; visibility: hidden; }
.slide.is-on { opacity: 1; visibility: visible; }
.slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide__cap { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 70px; }
.slide__text { margin: 0 0 .55em; color: #fff; font: clamp(28px, 5.2vw, 66px)/1.12 var(--display); text-transform: uppercase; text-shadow: 0 2px 10px rgba(0, 0, 0, .55), 0 0 2px rgba(0, 0, 0, .6); }
.slide__text span { display: block; }
.hero__nav { position: absolute; top: 50%; margin-top: -24px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(0, 0, 0, .35); cursor: pointer; }
.hero__nav::before { content: ""; position: absolute; top: 17px; width: 14px; height: 14px; border: solid #fff; border-width: 0 0 3px 3px; }
.hero__nav--prev { left: 14px; }
.hero__nav--prev::before { left: 19px; transform: rotate(45deg); }
.hero__nav--next { right: 14px; }
.hero__nav--next::before { left: 13px; transform: rotate(-135deg); }
.hero__nav:hover { background: rgba(0, 0, 0, .6); }

/* the CMS's "LEARN MORE" / "ORDER NOW" / "PRINTABLE PDF" pills were PNGs of
   exactly this: gold, black display type, an olive dot at each end */
.pill { display: inline-block; position: relative; background: var(--gold); color: #000; border: 0; border-radius: 30px; font: 24px/1 var(--display); text-transform: uppercase; padding: 16px 58px; cursor: pointer; text-decoration: none; }
.pill::before, .pill::after { content: ""; position: absolute; top: 50%; width: 14px; height: 14px; margin-top: -7px; border-radius: 50%; background: var(--olive); }
.pill::before { left: 22px; }
.pill::after { right: 22px; }
.pill:hover, .pill:focus-visible { background: #000; color: var(--gold); text-decoration: none; }
.pill--lg { font-size: clamp(20px, 2.2vw, 28px); }

/* ------------------------------------------------------------- content */
main { display: block; padding: 25px 0 30px; }
.page-title { font: 40px/1 var(--display); color: #000; margin: 0 0 22px; text-transform: uppercase; }
.page-title.center { text-align: center; }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; column-gap: 30px; align-items: start; }
.layout > .page-title { grid-column: 1 / -1; }
.layout__aside { font-size: 15px; }
.aside-title { font: 24px/1 var(--display); text-transform: uppercase; margin: 0 0 12px; }
.prose::after { content: ""; display: table; clear: both; }
.prose ul, .prose ol { margin: .4em 0 1.1em; padding-left: 1.4em; }
.prose li { margin: .15em 0; }
.lead { font-size: 18px; color: #000; }
.float-right { float: right; margin: 4px 0 18px 22px; }
.float-left { float: left; margin: 4px 22px 18px 0; }
.flow { margin: 0 0 1em; }
.grid { display: grid; gap: 20px; margin: 0 0 20px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { border: 1px dotted #999; padding: 10px 12px; }
table.plain { border-collapse: collapse; margin: 0 0 1em; }
table.plain td { padding: 1px 22px 1px 0; vertical-align: top; }
iframe { max-width: 100%; border: 0; }
.prose iframe[src*="google.com/maps"] { width: 100%; height: 320px; display: block; margin: 10px 0; }
.crumbs { font-size: 14px; margin: 0 0 8px; }

.sidemenu ul { list-style: none; margin: 0; padding: 0; background: #fff; }
.sidemenu li { border-left: 3px solid var(--line); }
.sidemenu li:hover, .sidemenu li:focus-within { border-left-color: #000; background: #f6f6f6; }
.sidemenu a { display: block; padding: 10px 20px; color: var(--muted); font-size: 16px; line-height: 1.3; }
.sidemenu a:hover { color: #000; text-decoration: none; }
.sidemenu a[aria-current="page"] { color: #000; }
.layout__aside hr { margin: 18px 0; }

/* content faders (CMS "CONTENTFADER"): one image at a time */
.fader { display: grid; margin: 0 auto 10px; max-width: 250px; }
.fader__item { grid-area: 1 / 1; opacity: 0; transition: opacity 1s ease; }
.fader__item.is-on { opacity: 1; }
.fader:not([data-ready]) .fader__item:first-child { opacity: 1; }
.fader img { display: block; width: 250px; height: 166px; object-fit: cover; }

/* ---------------------------------------------------------------- home */
.features { display: grid; gap: 34px; }
.feature { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.feature--right .feature__img { order: 2; }
.feature--left { grid-template-columns: auto minmax(0, 1fr); }
.feature__img img { display: block; max-width: 425px; width: 100%; }
.feature .page-title { margin-bottom: 14px; }

/* ------------------------------------------------------- bands + frames */
.band { padding: 15px 0; }
.band .wrap { max-width: 1001px; }
/* the grey and gold frames (graphics/greytop.png etc.) were three fixed 961px
   strips; this draws the same stepped corner at any width */
.frame { position: relative; padding: 52px 40px 50px; --fc: var(--olive);
  background:
    linear-gradient(var(--fc), var(--fc)) 32px 0 / calc(100% - 64px) 1px no-repeat,
    linear-gradient(var(--fc), var(--fc)) 32px 100% / calc(100% - 64px) 1px no-repeat,
    linear-gradient(var(--fc), var(--fc)) 1px 31px / 1px calc(100% - 62px) no-repeat,
    linear-gradient(var(--fc), var(--fc)) calc(100% - 1px) 31px / 1px calc(100% - 62px) no-repeat; }
.frame--gold { --fc: var(--gold); }
/* the stepped corner with its square knot, traced from greytop.png */
.frame__c { position: absolute; width: 33px; height: 32px; pointer-events: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32'%3E%3Cpath d='M33 .5h-.5v20h-22v-10h10v21h-20V32' fill='none' stroke='%2395a17b'/%3E%3C/svg%3E") no-repeat; }
.frame--gold .frame__c { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32'%3E%3Cpath d='M33 .5h-.5v20h-22v-10h10v21h-20V32' fill='none' stroke='%23ffd204'/%3E%3C/svg%3E"); }
.frame__c--tl { left: 0; top: 0; }
.frame__c--tr { right: 0; top: 0; transform: scaleX(-1); }
.frame__c--bl { left: 0; bottom: 0; transform: scaleY(-1); }
.frame__c--br { right: 0; bottom: 0; transform: scale(-1, -1); }

.band-title { text-align: center; font: 44px/1 var(--display); text-transform: uppercase; color: #000; margin: 0 0 22px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.band-title--light { color: #fff; }
.vine { width: 88px; height: 26px; background: url(/img/images/our-menus.png) 0 50% / auto 36px no-repeat; flex: none; }
.vine--r { background-position: 100% 50%; }
.band-title--light .vine { background-image: url(/img/images/TestimonialHeader.png); background-size: auto 64px; width: 88px; height: 30px; }
.band-title--light .vine--l { background-position: -32px 50%; }
.band-title--light .vine--r { background-position: calc(100% + 36px) 50%; }

.carousel { position: relative; display: grid; grid-template-columns: 44px 1fr 44px; align-items: start; row-gap: 10px; }
.carousel__count { grid-column: 2; grid-row: 1; text-align: center; margin: 0; font-size: 15px; align-self: center; }
.carousel__nav { grid-row: 1; width: 38px; height: 38px; border-radius: 50%; border: 1px solid #bbb; background: linear-gradient(#fafafa, #d9d9d9); color: #555; font-size: 11px; letter-spacing: -3px; cursor: pointer; padding: 0 4px 0 0; }
.carousel__nav:hover { background: #fff; color: #000; }
.carousel__nav--prev { grid-column: 1; }
.carousel__nav--next { grid-column: 3; justify-self: end; }
.carousel__track { grid-column: 1 / -1; list-style: none; margin: 0; padding: 0; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 20px) / 4); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel__track::-webkit-scrollbar { display: none; }
.dish { scroll-snap-align: start; text-align: center; }
.dish__btn { display: block; width: 100%; background: none; border: 0; padding: 0; cursor: pointer; color: #444; font: 16px/1.4 var(--body); text-align: center; }
.dish__btn img { display: block; width: 100%; max-width: 181px; height: auto; margin: 0 auto 6px; border-radius: 8px; }
.dish__btn:hover span { color: #000; font-weight: bold; text-decoration: none; }
.dish__btn span { display: block; }

.modal { border: 1px solid #000; padding: 26px 30px 22px; max-width: min(440px, calc(100vw - 32px)); box-shadow: 0 10px 40px rgba(0, 0, 0, .35); }
.modal::backdrop { background: rgba(0, 0, 0, .55); }
.modal h3 { font: 26px/1.1 var(--display); text-transform: uppercase; text-align: center; margin: 0 0 14px; padding-right: 20px; }
.modal ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.modal li { margin: 6px 0; }
.modal a { color: #444; font-size: 17px; }
.modal a:hover { color: #000; }
.modal__x { position: absolute; top: 6px; right: 8px; border: 0; background: none; font-size: 30px; line-height: 1; cursor: pointer; color: #333; }

.band--quotes { background: #333 url(/graphics/testimonialsbg.jpg) center / cover no-repeat fixed; }
.quotes { display: grid; min-height: 150px; }
.quote { grid-area: 1 / 1; margin: 0; text-align: center; opacity: 0; transition: opacity .8s ease; visibility: hidden; }
.quote.is-on { opacity: 1; visibility: visible; }
.quotes:not([data-ready]) .quote:first-child { opacity: 1; visibility: visible; }
.quote blockquote { margin: 0 auto 12px; max-width: 800px; color: #fff; font-size: 16px; line-height: 1.6; text-shadow: 0 1px 3px rgba(0, 0, 0, .7); }
.quote figcaption { color: #fff; font: 22px/1 var(--display); text-transform: uppercase; }
.quotes__dots { text-align: center; margin-top: 16px; }
.quotes__dots button { width: 12px; height: 12px; border-radius: 50%; border: 1px solid var(--gold); background: transparent; margin: 0 4px; padding: 0; cursor: pointer; }
.quotes__dots button[aria-current="true"] { background: var(--gold); }

.band--schedule { background: var(--maroon); padding: 28px 0 32px; color: #fff; }
.sched-title { font: 30px/1.15 var(--display); color: var(--gold); text-transform: uppercase; text-align: center; margin: 0 0 18px; }
.sched-title span { color: #fff; font-size: 22px; white-space: nowrap; margin-left: 12px; }
.band--schedule .form { max-width: 640px; margin: 0 auto; }
.band--schedule .form label, .band--schedule .hint { color: #fff; }
.band--schedule .req { color: var(--gold); }
.band--schedule .rc-note, .band--schedule .rc-note a { color: #f3dada; }

.footer { background: #000; color: #fff; padding: 18px 0; }
.footer__row { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.footer p { margin: 0; font-size: 15px; }
.footer__social { display: flex; gap: 6px; }
.footer__social img { display: block; width: 30px; height: 30px; }

/* --------------------------------------------------------------- forms */
.form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.field { display: flex; flex-direction: column; gap: 4px; margin: 0; min-width: 0; }
.field--wide, .field--file, .field--rating, .form__note, .form__foot, .form .rc-note, .form .err, .form__intro { grid-column: 1 / -1; }
.form label, .form legend { font-size: 15px; color: #333; }
.form input[type=text], .form input[type=email], .form input[type=tel], .form input[type=date], .form select, .form textarea {
  width: 100%; font: 16px/1.35 var(--body); color: #222; padding: 9px 10px; border: 1px solid #aaa; border-radius: 3px; background: #fff; }
.form textarea { resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--maroon); outline: 2px solid var(--gold); outline-offset: 0; }
.field-err input, .field-err select, .field-err textarea { border-color: #c00; background: #fff6f6; }
.form__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.form__foot .hint { margin: 0; }
.form__note { margin: 6px 0 0; font-size: 15px; color: #333; }
.hint { font-size: 13px; color: #666; margin: 2px 0 0; }
.req { color: var(--maroon); }
.form .pill { font-size: 22px; padding: 13px 52px; }
.form--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form--compact .field--wide { grid-column: 1 / -1; }
.field--rating { border: 0; padding: 0; }
.stars { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
.stars input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.stars label { font-size: 30px; line-height: 1; color: #ccc; cursor: pointer; }
.stars input:checked ~ label, .stars label:hover, .stars label:hover ~ label { color: var(--gold); text-shadow: 0 0 1px #8a7200; }
.stars input:focus-visible + label { outline: 2px solid var(--maroon); }
.err { border: 1px solid #c00; background: #fff4f4; color: #700; padding: 10px 14px; margin: 0 0 14px; }
.err ul { margin: 6px 0 0; padding-left: 20px; }
.ok { border: 1px solid #7a9a4a; background: #f4f9ec; color: #2d4210; padding: 16px 18px; margin: 0 0 14px; }
.band--schedule .ok { background: rgba(255, 255, 255, .95); }
.formbox { margin: 10px 0 0; }

/* --------------------------------------------------------- menu pages */
.menu-actions { text-align: center; display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin: 0 0 22px; }
.pdf { margin: 0 0 24px; }
.pdf__frame { display: block; width: 100%; height: 1180px; border: 1px solid #ddd; }
.pdf__preview { display: none; }
.pdf__preview img { display: block; width: 100%; border: 1px solid #ddd; box-shadow: 0 2px 10px rgba(0, 0, 0, .12); }
.pdf__preview .pill { display: block; margin: 14px auto 0; width: max-content; max-width: 100%; font-size: 20px; padding: 13px 46px; }

/* ---------------------------------------------------------------- blog */
.post-card { border-bottom: 1px solid #e3e3e3; padding: 0 0 18px; margin: 0 0 22px; }
.post-card h2 { font: 30px/1.1 var(--display); text-transform: uppercase; margin: 0 0 6px; }
.post-card h2 a { color: #000; }
.post-date { font-size: 14px; color: #777; margin: -6px 0 12px; }
.post-nav { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #e3e3e3; padding-top: 14px; margin-top: 26px; font-size: 15px; }

/* ------------------------------------------------------------- gallery */
.gallery { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 18px; }
.gallery a { display: block; padding: 6px; background: #f3f3f3; border: 1px solid #ddd; }
.gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; overflow: visible; }
.lightbox::backdrop { background: rgba(0, 0, 0, .85); }
.lightbox figure { margin: 0; text-align: center; }
.lightbox img { max-width: min(92vw, 1100px); max-height: 82vh; width: auto; display: block; margin: 0 auto; background: #fff; padding: 6px; }
.lightbox figcaption { color: #fff; margin-top: 8px; font-size: 15px; }
.lightbox .modal__x { color: #fff; position: fixed; top: 10px; right: 16px; font-size: 40px; }
.lightbox__nav { position: fixed; top: 50%; width: 48px; height: 48px; margin-top: -24px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .2); cursor: pointer; }
.lightbox__nav::before { content: ""; position: absolute; top: 17px; width: 14px; height: 14px; border: solid #fff; border-width: 0 0 3px 3px; }
.lightbox__nav--prev { left: 12px; }
.lightbox__nav--prev::before { left: 19px; transform: rotate(45deg); }
.lightbox__nav--next { right: 12px; }
.lightbox__nav--next::before { left: 13px; transform: rotate(-135deg); }

/* ========================================================= responsive */
@media (max-width: 999px) {
  .nav { margin: 0; padding: 0; }
  .nav__toggle { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; background: #000; color: #fff; border: 0; font: 24px/56px var(--display); text-transform: uppercase; cursor: pointer; position: relative; }
  .nav__toggle::before, .nav__toggle::after { content: ""; position: absolute; top: 50%; width: 16px; height: 16px; margin-top: -8px; border-radius: 50%; background: var(--olive); }
  .nav__toggle::before { left: 18px; }
  .nav__toggle::after { right: 18px; }
  .nav__burger { width: 22px; height: 2px; background: currentColor; position: relative; }
  .nav__burger::before, .nav__burger::after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: currentColor; }
  .nav__burger::before { top: -7px; }
  .nav__burger::after { top: 7px; }
  .nav__toggle[aria-expanded="true"] { color: var(--gold); }
  .nav__toggle[aria-expanded="true"] .nav__burger { background: transparent; }
  .nav__toggle[aria-expanded="true"] .nav__burger::before { top: 0; transform: rotate(45deg); }
  .nav__toggle[aria-expanded="true"] .nav__burger::after { top: 0; transform: rotate(-45deg); }
  .nav__pill { display: none; border-radius: 0; padding: 0 0 10px; min-height: 0; max-height: calc(100vh - 56px); overflow-y: auto; }
  .nav__pill.is-open { display: block; }
  .nav__pill::before, .nav__pill::after { display: none; }
  .nav__list { display: block; min-height: 0; }
  .nav__top { width: 100%; text-align: left; line-height: 1.2; padding: 13px 22px; border-top: 1px solid #222; position: relative; }
  .has-sub > .nav__top::after { content: "+"; position: absolute; right: 22px; top: 11px; font-family: var(--body); color: var(--olive); }
  .has-sub > .nav__top[aria-expanded="true"]::after { content: "\2013"; }
  .has-sub:hover > .nav__menu { display: none; }
  .has-sub.is-open > .nav__menu { display: block; }
  .nav__menu, .nav__menu .nav__menu { position: static; min-width: 0; border: 0; box-shadow: none; background: #141414; padding: 0 0 6px; }
  .nav__menu .nav__menu { background: #1f1f1f; }
  .nav__link, .nav__sub { color: #eee; font-size: 16px; padding: 11px 22px 11px 36px; }
  .nav__menu .nav__menu .nav__link { padding-left: 52px; }
  .nav__sub::after { content: "+"; top: 10px; right: 22px; color: var(--olive); }
  .has-sub.is-open > .nav__sub::after { content: "\2013"; }
  .nav__link:hover, .nav__sub:hover, .has-sub.is-open > .nav__sub { background: #2a2a2a; color: var(--gold); }
  .masthead.is-stuck .nav { position: sticky; top: 0; }
}

@media (max-width: 799px) {
  .layout { grid-template-columns: minmax(0, 1fr); }
  .layout__aside { margin-top: 26px; border-top: 1px solid #e3e3e3; padding-top: 22px; }
  .grid--3, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature, .feature--left { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .feature--right .feature__img { order: 0; }
  .feature__img img { max-width: 100%; margin: 0 auto; }
  .carousel__track { grid-auto-columns: calc((100% - 20px) / 2); }
  .band--quotes { background-attachment: scroll; }
  .pdf__frame { display: none; }
  .pdf__preview { display: block; }
  .form--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .frame { padding: 44px 22px 42px; }
}

@media (max-width: 599px) {
  body { font-size: 16px; }
  .topbar a { font-size: 20px; }
  .page-title { font-size: 34px; }
  .band-title { font-size: 34px; gap: 10px; }
  .vine { width: 54px; }
  .band-title--light .vine { width: 54px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: minmax(0, 1fr); }
  .float-right, .float-left { float: none; display: block; margin: 0 auto 16px; }
  .form, .form--compact { grid-template-columns: minmax(0, 1fr); }
  .hero { aspect-ratio: auto; height: 300px; }
  .slide__cap { padding: 0 44px; }
  .hero__nav { width: 36px; height: 36px; margin-top: -18px; }
  .hero__nav::before { top: 12px; width: 11px; height: 11px; }
  .hero__nav--prev { left: 6px; } .hero__nav--prev::before { left: 14px; }
  .hero__nav--next { right: 6px; } .hero__nav--next::before { left: 10px; }
  .pill { font-size: 21px; padding: 14px 50px; }
  .menu-actions { gap: 14px; }
  .sched-title span { display: block; margin: 6px 0 0; }
  .footer__row { justify-content: center; text-align: center; }
  .carousel__track { grid-auto-columns: calc((100% - 20px) / 2); gap: 14px; }
  .frame { padding: 42px 16px 40px; }
  .post-nav { flex-direction: column; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  table.plain td { padding-right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .slide, .quote, .fader__item { transition: none; }
}
@media print {
  .nav, .hero, .band, .footer, .topbar { display: none !important; }
}
