@media (min-width: 100rem) {
  .hero {
    min-height: 740px;
  }
  .hero-photo {
    min-height: 740px;
  }
  .hero-copy {
    padding-top: 105px;
    padding-left: max(var(--gutter), calc((100vw - var(--content-width)) / 2));
  }
  .food-photo {
    height: 400px;
  }
}
@media (max-width: 68.75rem) {
  .desktop-nav {
    gap: 20px;
    margin-right: 10px;
  }
  .header {
    gap: 20px;
    padding-inline: var(--page-inset);
    height: auto;
    padding-block: 1rem;
  }
  .hero-copy {
    padding-top: 75px;
    padding-left: max(var(--gutter), calc((100vw - var(--content-width)) / 2));
  }
  .hero h1 {
    font-size: 6.25vw;
    white-space: normal;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding: 15px 19px;
    gap: 20px;
  }
  .hero-foot > a {
    display: none;
  }
  .hero,
  .hero-photo {
    min-height: 610px;
  }
  .hero-foot {
    padding-top: 50px;
  }
  .food-gallery {
    gap: 16px;
  }
  .food-photo {
    height: 270px;
  }
  .food-item figcaption span {
    font-size: 1.375rem;
  }
  .section {
    padding-top: 85px;
    padding-bottom: 85px;
    padding-inline: var(--page-inset);
  }
  .visit {
    gap: 6%;
    grid-template-columns: 1fr 1.4fr;
  }
  .visit-details {
    gap: 24px;
  }
  .booking-card {
    padding: 28px;
  }
  .menu-name strong {
    font-size: 1.875rem;
  }
  .story {
    gap: 7%;
  }
}
@media (max-width: 53.125rem) {
  .header {
    min-height: 5.375rem;
    padding-inline: var(--page-inset);
    height: auto;
    padding-block: 1rem;
  }
  .wordmark > span {
    font-size: 3rem;
  }
  .wordmark small {
    font-size: 0.75rem;
  }
  .desktop-nav {
    display: none;
  }
  .header-book {
    margin-left: auto;
  }
  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 38px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 7px;
    z-index: 32;
    min-width: 2.75rem;
    min-height: 44px;
  }
  .nav-toggle span {
    height: 1px;
    width: 24px;
    background: var(--wine);
    transition: transform 0.25s;
  }
  .nav-toggle[aria-expanded='true'] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .nav-toggle[aria-expanded='true'] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--cream);
    display: flex;
    flex-direction: column;
    padding: 25px var(--gutter) 35px;
    box-shadow: 0 15px 20px #32191d12;
    border-bottom: 1px solid var(--line);
    top: 100%;
    max-height: calc(100dvh - var(--header-offset));
    overflow-y: auto;
  }
  .mobile-nav > a {
    font-family: var(--serif);
    font-size: 1.875rem;
    padding: 7px 0;
  }
  .mobile-nav .mobile-phone {
    font-family: var(--sans);
    font-size: 0.875rem;
    margin-top: 20px;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding-top: 57px;
    padding-right: 20px;
    padding-left: max(var(--gutter), calc((100vw - var(--content-width)) / 2));
  }
  .hero h1 {
    font-size: 6.6vw;
    white-space: normal;
  }
  .hero-description br {
    display: none;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  .hero,
  .hero-photo {
    min-height: 585px;
  }
  .heritage-stamp {
    width: 104px;
    height: 104px;
    right: 18px;
    top: 20px;
  }
  .heritage-stamp > span {
    font-size: 0.375rem;
  }
  .heritage-stamp strong {
    font-size: 2.5625rem;
  }
  .heritage-stamp strong span {
    font-size: 1.4375rem;
  }
  .photo-caption {
    font-size: 1.3125rem;
    left: 22px;
  }
  .welcome-strip {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline: var(--page-inset);
  }
  .welcome-strip > span:first-child {
    font-size: 1.375rem;
  }
  .strip-hours {
    font-size: 0.75rem;
    gap: 10px;
  }
  .strip-hours i {
    display: none;
  }
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-inline: var(--page-inset);
  }
  .story {
    gap: 6%;
  }
  .story-copy .lead {
    font-size: 1.75rem;
  }
  .story-copy > p:not(.lead) {
    font-size: 1rem;
  }
  .menus {
    gap: 6%;
  }
  .menu-row {
    gap: 14px;
  }
  .menu-name strong {
    font-size: 1.75rem;
  }
  .menu-name small {
    font-size: 0.75rem;
  }
  .pdf-label {
    display: none;
  }
  .food-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 32px 22px;
  }
  .food-photo {
    height: 340px;
  }
  .food-item:nth-child(even) {
    margin-top: 30px;
  }
  .section-top h2 {
    font-size: 2.8125rem;
  }
  .section-top > p {
    font-size: 0.8125rem;
  }
  .booking {
    gap: 5%;
    grid-template-columns: 1fr 1.1fr;
  }
  .booking h2 {
    font-size: 2.8125rem;
  }
  .booking-card {
    padding: 25px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .booking-card-heading h3 {
    font-size: 1.625rem;
  }
  .visit {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .visit-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .visit-intro .eyebrow {
    grid-column: 1/-1;
  }
  .visit-intro > p:not(.eyebrow) {
    margin-top: 0;
    align-self: center;
    font-size: 1rem;
  }
  .visit-intro > .text-link {
    grid-column: 2;
    width: fit-content;
    margin-top: -10px;
  }
  .visit-details {
    padding-top: 0;
    gap: 45px;
  }
  .visit-details h3 {
    margin-bottom: 20px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  html {
    scroll-padding-top: var(--header-offset);
  }
}
@media (max-width: 37.5rem) {
  :root {
    --gutter: 24px;
  }
  .header {
    min-height: 5rem;
    gap: 15px;
    padding-inline: var(--page-inset);
    height: auto;
    padding-block: 1rem;
  }
  .wordmark > span {
    font-size: 2.6875rem;
  }
  .wordmark small {
    font-size: 0.625rem;
    letter-spacing: 0.16em;
  }
  .header-book {
    font-size: 0.75rem;
    padding: 11px 13px;
    min-height: 42px;
    gap: 15px;
  }
  .header-book span {
    font-size: 1.0625rem;
  }
  .nav-toggle {
    width: 30px;
    padding-left: 3px;
    padding-right: 3px;
    min-width: 2.75rem;
    min-height: 44px;
  }
  .mobile-nav {
    top: 100%;
    max-height: calc(100dvh - var(--header-offset));
    overflow-y: auto;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .hero-copy {
    padding: 49px 24px 27px;
    padding-left: max(var(--gutter), calc((100vw - var(--content-width)) / 2));
  }
  .hero-copy .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(3.625rem, 12.7vw, 4.8125rem);
    line-height: 0.99;
    white-space: normal;
  }
  .hero-description {
    line-height: 1.7;
    max-width: 19.6875rem;
    margin-top: 24px;
    font-size: 1rem;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-top: 28px;
  }
  .hero-actions .button {
    font-size: 0.75rem;
    min-height: 48px;
    padding: 13px 17px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 0.75rem;
  }
  .hero-foot {
    padding-top: 38px;
    font-size: 0.75rem;
  }
  .hero-foot > a {
    display: flex;
    font-size: 0.75rem;
  }
  .hero-photo {
    height: 375px;
    min-height: 0;
  }
  .hero-photo > img {
    object-position: 50% 50%;
  }
  .heritage-stamp {
    width: 100px;
    height: 100px;
    top: 20px;
    right: 24px;
  }
  .photo-caption {
    bottom: 23px;
    left: 24px;
    font-size: 1.4375rem;
  }
  .welcome-strip {
    padding: 22px 24px;
    flex-direction: column;
    gap: 9px;
    text-align: center;
    padding-inline: var(--page-inset);
  }
  .welcome-strip > span:first-child {
    font-size: 1.375rem;
  }
  .strip-hours {
    font-size: 0.75rem;
    gap: 13px;
  }
  .strip-hours i {
    display: block;
    height: 10px;
  }
  .section {
    padding: 65px 24px;
    padding-inline: var(--page-inset);
  }
  .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 3.0625rem;
  }
  .story {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .story-signature {
    display: none;
  }
  .story-copy {
    padding: 0;
  }
  .story-copy .lead {
    font-size: 1.875rem;
    margin-bottom: 24px;
  }
  .story-copy > p:not(.lead) {
    line-height: 1.8;
    font-size: 1rem;
  }
  .story-copy .text-link {
    font-size: 0.8125rem;
  }
  .menus {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .menu-intro > p:not(.eyebrow) {
    max-width: 20.625rem;
    font-size: 1rem;
  }
  .menu-note {
    display: none;
  }
  .menu-row {
    padding: 21px 0;
    gap: 18px;
  }
  .menu-number {
    font-size: 1.125rem;
  }
  .menu-name strong {
    font-size: 2rem;
  }
  .menu-name small {
    font-size: 0.75rem;
  }
  .pdf-label {
    display: block;
    font-size: 0.75rem;
  }
  .menu-arrow {
    font-size: 1.5625rem;
  }
  .allergy-note {
    font-size: 0.75rem;
  }
  .section-top {
    display: block;
    margin-bottom: 30px;
  }
  .section-top h2 {
    font-size: 2.8125rem;
    max-width: 20rem;
  }
  .section-top > p {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .section-top > p br {
    display: none;
  }
  .food-gallery {
    gap: 28px 16px;
  }
  .food-photo {
    height: 245px;
  }
  .food-item:nth-child(even) {
    margin-top: 30px;
  }
  .food-item figcaption span {
    font-size: 1.375rem;
    line-height: 1.1;
  }
  .food-item figcaption small {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin-top: 8px;
  }
  .food-item figcaption {
    margin-top: 13px;
  }
  .booking {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .booking h2 {
    font-size: 3.0625rem;
  }
  .booking-copy > p:not(.eyebrow) {
    font-size: 0.9375rem;
    margin-top: 23px;
  }
  .booking-copy .booking-contact {
    margin-top: 23px !important;
    font-size: 0.875rem;
  }
  .booking-card {
    padding: 28px 23px;
  }
  .booking-card-heading h3 {
    font-size: 1.8125rem;
  }
  .form-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 12px;
  }
  .form-grid input,
  .form-grid select {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 1rem;
    border-color: #897969;
  }
  .booking-submit {
    font-size: 0.875rem;
  }
  .form-note {
    font-size: 0.75rem;
  }
  .visit {
    gap: 42px;
  }
  .visit-intro {
    display: block;
  }
  .visit h2 {
    font-size: 3.0625rem;
  }
  .visit-intro > p:not(.eyebrow) {
    margin-top: 23px;
    font-size: 1rem;
  }
  .visit-intro > .text-link {
    margin-top: 23px;
  }
  .visit-details {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .visit-details h3 {
    font-size: 1.875rem;
    margin-bottom: 18px;
  }
  .visit-address address,
  .visit-address > a {
    font-size: 0.9375rem;
  }
  .visit-address address {
    margin-bottom: 15px;
  }
  .visit-hours .days {
    font-size: 0.9375rem;
  }
  .visit-hours dl div {
    font-size: 0.875rem;
    padding: 12px 0;
  }
  .last-orders {
    font-size: 0.75rem;
  }
  .footer-top {
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 27px;
  }
  .footer-wordmark > span {
    font-size: 2.8125rem;
  }
  .footer-wordmark small {
    font-size: 0.75rem;
  }
  .footer-top > p {
    font-size: 1.375rem;
    margin-left: auto;
  }
  .back-top {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 25px;
    margin-top: 0;
  }
  .footer-bottom {
    font-size: 0.75rem;
    gap: 10px;
    align-items: center;
  }
  .footer-bottom > span:last-child {
    font-size: 0.75rem;
  }
  footer {
    padding: 33px 24px 22px;
    padding-inline: var(--page-inset);
  }
  .pdf-toolbar {
    padding: 17px;
    gap: 12px;
  }
  .pdf-toolbar h2 {
    font-size: 1.6875rem;
  }
  .pdf-actions {
    gap: 12px;
  }
  .pdf-actions > a {
    font-size: 0.75rem;
  }
  .close-dialog {
    height: 38px;
    width: 38px;
    min-width: 2.75rem;
    min-height: 44px;
  }
  .pdf-help {
    font-size: 0.75rem;
    padding: 10px 17px;
  }
  dialog {
    width: 96vw;
    max-width: 96vw;
    height: 92dvh;
    max-height: 92dvh;
  }
  html {
    scroll-padding-top: var(--header-offset);
  }
}
@media (max-width: 23.125rem) {
  :root {
    --gutter: 20px;
  }
  .header {
    padding: 0 20px;
    gap: 12px;
    padding-inline: var(--page-inset);
    height: auto;
    padding-block: 1rem;
  }
  .header-book {
    gap: 10px;
  }
  .hero-copy {
    padding-right: 20px;
    padding-left: max(var(--gutter), calc((100vw - var(--content-width)) / 2));
  }
  .hero h1 {
    font-size: 12.5vw;
    white-space: normal;
  }
  .hero-actions {
    gap: 17px;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
    padding-inline: var(--page-inset);
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .food-photo {
    height: 210px;
  }
  .food-item figcaption span {
    font-size: 1.25rem;
  }
  .strip-hours {
    letter-spacing: 0.03em;
  }
  .hero-foot > a {
    font-size: 0.75rem;
  }
  .footer-top > p {
    font-size: 1.25rem;
  }
  .menu-row {
    gap: 13px;
  }
  .menu-name strong {
    font-size: 1.875rem;
  }
}
@media (max-width: 37.5rem) {
  .hero-actions {
    gap: 20px;
  }
  .hero-actions > .text-link {
    font-size: 0.8125rem;
  }
  .hero-foot {
    font-size: 0.75rem;
  }
  .footer-wordmark small {
    font-size: 0.5625rem;
  }
  .footer-bottom > span:last-child {
    font-size: 0.75rem;
  }
  .photo-caption span {
    font-size: 0.75rem;
  }
  .booking-card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .visit-address address,
  .visit-address > a {
    font-size: 1rem;
  }
}
@media (max-width: 37.5rem) {
  .section,
  .header,
  footer,
  .welcome-strip {
    padding-inline: var(--gutter);
  }
  .hero-copy {
    padding-left: var(--gutter);
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .header-book {
    font-size: 0.875rem;
  }
  .hero-description {
    max-width: none;
  }
  .food-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .menu-name {
    min-width: 0;
  }
  .booking-copy .booking-contact {
    font-size: 0.875rem;
  }
}
@media (max-width: 23.125rem) {
  .header-book {
    padding-inline: 10px;
    min-height: 44px;
  }
  .header-book span {
    display: none;
  }
  .header {
    gap: 10px;
  }
  .header .wordmark > span {
    font-size: 2.5rem;
  }
  .header .wordmark small {
    font-size: 0.5rem;
  }
  .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .pdf-actions {
    flex-wrap: wrap;
  }
  .footer-top > p {
    font-size: 1.2rem;
  }
  .hero h1 {
    font-size: 2.875rem;
  }
}
