@media (min-width: 1600px) {
  .home-hero,
  .home-catering {
    padding-inline: max(var(--page-gutter), calc((100vw - 1440px) / 2));
  }
  .hero-layout {
    min-height: 620px;
  }
  .hero-photo img {
    max-height: 620px;
  }
  .hero-copy h1 {
    font-size: 100px;
  }
}
@media (max-width: 1100px) {
  :root {
    --header-height: 94px;
  }
  .site-header {
    gap: 25px;
  }
  .brand-logo {
    width: 146px;
  }
  .primary-navigation {
    gap: 24px;
  }
  .nav-list {
    gap: 18px;
  }
  .nav-list a,
  .header-cta {
    font-size: 12px;
  }
  .header-cta {
    gap: 14px;
  }
  .hero-layout {
    min-height: 490px;
  }
  .hero-photo img {
    min-height: 450px;
    max-height: 490px;
  }
  .hero-copy h1 {
    font-size: 5.9vw;
    margin-right: -110px;
  }
  .hero-copy > p {
    max-width: 260px;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    padding-inline: 18px;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 12px;
  }
  .philosophy-layout {
    gap: 8%;
  }
  .philosophy figure img {
    height: 330px;
  }
  .philosophy-copy {
    margin-left: 7%;
  }
  .menu-index-layout {
    gap: 8%;
    grid-template-columns: 0.75fr 1fr;
  }
  .featured-list {
    gap: 4%;
  }
  .home-catering figure img {
    height: 520px;
  }
  .moments-grid {
    gap: 24px;
  }
  .moment-tile img {
    height: 280px;
  }
  .moment-tile:nth-child(3n + 2) img {
    height: 320px;
  }
  .moment-tile:nth-child(3n) img {
    height: 250px;
  }
  .service-information-layout {
    gap: 6%;
  }
  .service-information dl > div {
    grid-template-columns: 95px 1fr;
    gap: 20px;
  }
  .category-body.with-photo {
    gap: 7%;
  }
  .footer-nav {
    gap: 18px;
  }
  .story-body {
    gap: 9%;
  }
}
@media (max-width: 900px) {
  :root {
    --header-height: 86px;
  }
  .site-header {
    padding-block: 14px;
  }
  .brand-logo {
    width: 151px;
  }
  .nav-toggle {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 0;
    background: none;
    color: var(--color-primary);
    min-height: 48px;
    padding: 6px 0 6px 15px;
    font-size: 13px;
    z-index: 102;
  }
  .nav-toggle-lines {
    width: 26px;
    height: 12px;
    border-block: 1px solid currentColor;
    transition: transform var(--transition);
  }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines {
    transform: rotate(-45deg);
    height: 1px;
    border-bottom: 0;
  }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: currentColor;
    transform: rotate(90deg) translateX(-1px);
  }
  .primary-navigation {
    display: none;
  }
  .js .primary-navigation.is-open {
    position: fixed;
    display: flex;
    inset: var(--header-height) 0 0;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: auto;
    background: var(--color-primary);
    color: var(--color-secondary);
    padding: 40px var(--page-gutter) 55px;
    gap: 30px;
    z-index: 101;
  }
  .is-open .nav-list {
    display: block;
  }
  .is-open .nav-list > li {
    border-bottom: 1px solid rgb(239 227 208 / 0.25);
  }
  .is-open .nav-list a {
    font-family: var(--font-display);
    font-size: clamp(26px, 5vw, 43px);
    line-height: 1.25;
    padding: 14px 0;
  }
  .is-open .nav-list a::after {
    display: none;
  }
  .is-open .header-cta {
    font-size: 16px;
    color: var(--color-secondary);
    border-color: var(--color-secondary);
    align-self: flex-start;
    min-height: 50px;
    gap: 40px;
  }
  .is-open .nav-list .sub-menu {
    position: static;
    border: 0;
    padding: 0 0 12px 20px;
    background: transparent;
    display: block;
  }
  .is-open .sub-menu a {
    font-size: 22px;
  }
  .admin-bar .primary-navigation.is-open {
    top: calc(var(--header-height) + 32px);
  }
  html:not(.js) .site-header {
    height: auto;
    flex-wrap: wrap;
  }
  html:not(.js) .primary-navigation {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
  }
  html:not(.js) .nav-list {
    flex-wrap: wrap;
  }
  html:not(.js) .nav-toggle {
    display: none;
  }
  .hero-layout {
    min-height: 465px;
  }
  .hero-photo img {
    min-height: 465px;
  }
  .hero-copy h1 {
    font-size: 5.9vw;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-side-note {
    right: -22px;
  }
  .hero-meta span:last-child {
    font-size: 9px;
  }
  .philosophy h2 {
    font-size: 4.9vw;
  }
  .philosophy figure img {
    height: 310px;
  }
  .menu-index a {
    font-size: 20px;
  }
  .category-body {
    margin-left: 0;
  }
  .category-heading {
    grid-template-columns: 60px 1fr;
    gap: 20px;
  }
  .category-photo {
    top: calc(var(--header-height) + 95px);
  }
  .service-information-layout {
    grid-template-columns: 1fr;
  }
  .service-information h2 {
    margin-bottom: 45px;
  }
  .service-information dl > div {
    grid-template-columns: 135px 1fr;
  }
  .contact-layout {
    gap: 7%;
  }
  .service-feature {
    gap: 8%;
  }
  .footer-middle {
    flex-direction: column;
  }
  .footer-top p {
    max-width: 340px;
  }
  .home-moments .section-top h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --page-gutter: 24px;
    --header-height: 82px;
  }
  .home-hero {
    padding-top: 19px;
  }
  .hero-meta span {
    font-size: 9px;
    letter-spacing: 0.09em;
  }
  .hero-meta span:last-child {
    display: none;
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 23px;
    min-height: 0;
  }
  .hero-copy {
    padding: 10px 0 33px;
  }
  .hero-copy h1 {
    font-size: clamp(48px, 9.8vw, 72px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    margin: 0 0 22px;
    max-width: 100%;
  }
  .hero-copy > p {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
  }
  .hero-actions .button {
    padding: 12px 18px;
    gap: 24px;
    min-height: 49px;
    font-size: 13px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 12px;
  }
  .hero-photo {
    margin: 0 calc(-1 * var(--page-gutter));
    height: 380px;
  }
  .hero-photo img {
    height: 380px;
    min-height: 0;
    max-height: none;
    object-position: center 48%;
  }
  .hero-photo figcaption {
    bottom: 17px;
    left: 24px;
    right: 24px;
    font-size: 8px;
  }
  .hero-side-note {
    display: none;
  }
  .hero-bottom {
    margin-top: 0;
    padding: 15px 0;
    font-size: 10px;
    gap: 15px;
  }
  .hero-bottom a {
    font-size: 0;
    gap: 0;
  }
  .hero-bottom a span {
    font-size: 22px;
  }
  .section-label {
    margin-bottom: 28px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .philosophy-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .philosophy h2 {
    font-size: clamp(35px, 7.5vw, 56px);
    max-width: 550px;
  }
  .philosophy-copy {
    margin: 26px 0 0 14%;
    max-width: 390px;
  }
  .philosophy-copy p {
    font-size: 15px;
  }
  .philosophy figure {
    padding-top: 0;
    transform: rotate(2deg);
    width: 70%;
    margin-left: 4%;
  }
  .philosophy figure img {
    height: 330px;
  }
  .philosophy figcaption {
    text-align: left;
    font-size: 10px;
  }
  .section-top {
    display: block;
    margin-bottom: 34px;
  }
  .section-top .text-link {
    margin-top: 20px;
  }
  .menu-index-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .menu-preview {
    position: static;
    order: 2;
    padding-top: 0;
    width: 65%;
    margin-left: auto;
  }
  .menu-preview img {
    height: 280px;
    object-position: center;
  }
  .menu-index a {
    font-size: 22px;
    padding-block: 17px;
    gap: 13px;
  }
  .menu-intro h2 {
    font-size: 48px;
  }
  .featured-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .featured-dish,
  .featured-dish:nth-child(2),
  .featured-dish:nth-child(3) {
    margin: 0;
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 15px;
  }
  .dish-number {
    grid-column: 1;
    grid-row: 1/4;
    margin: 6px 0 0;
  }
  .featured-dish h3,
  .featured-dish .dish-description,
  .featured-dish .text-link,
  .featured-image {
    grid-column: 2;
  }
  .featured-dish .text-link {
    justify-self: start;
  }
  .featured-dish:nth-child(2) {
    margin-left: 7%;
  }
  .featured-dish:nth-child(3) {
    margin-right: 7%;
  }
  .featured-dish h3 {
    font-size: 30px;
    max-width: 380px;
  }
  .featured-food .section-top .small-note {
    display: block;
    margin-top: 12px;
  }
  .brand-statement {
    padding-block: 70px 55px;
  }
  .brand-statement h2 {
    font-size: clamp(35px, 7.6vw, 58px);
  }
  .brand-statement .eyebrow {
    font-size: 9px;
  }
  .home-catering {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 65px;
  }
  .home-catering figure {
    width: 85%;
  }
  .home-catering figure img {
    height: 420px;
  }
  .home-catering .catering-copy {
    padding-left: 8%;
  }
  .catering-copy h2 {
    font-size: 44px;
  }
  .catering-copy > p:not(.eyebrow) {
    margin: 24px 0;
    font-size: 15px;
  }
  .moments-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 18px;
  }
  .moment-tile:nth-child(3n + 2),
  .moment-tile:nth-child(3n) {
    padding: 0;
  }
  .moment-tile:first-child {
    grid-column: 1/-1;
    width: 86%;
  }
  .moment-tile:nth-child(3n + 2) {
    margin-top: 25px;
  }
  .moment-tile img {
    height: 280px;
  }
  .moment-tile:nth-child(3n + 2) img {
    height: 240px;
  }
  .moment-tile:nth-child(3n) img {
    height: 200px;
  }
  .moment-title {
    font-size: 12px;
    gap: 8px;
  }
  .home-moments {
    padding-top: 0;
  }
  .home-moments .section-top h2 {
    font-size: 36px;
  }
  .closing {
    padding-block: 72px;
  }
  .closing h2 {
    font-size: clamp(35px, 7.9vw, 58px);
  }
  .closing .eyebrow {
    font-size: 8px;
    margin-bottom: 28px;
  }
  .site-footer {
    padding-top: 45px;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 36px;
    padding-bottom: 30px;
  }
  .footer-top .brand-logo {
    width: 186px;
  }
  .footer-top p {
    font-size: 34px;
    max-width: 100%;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 50px;
  }
  .footer-middle {
    padding-block: 25px;
    gap: 25px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    font-size: 10px;
  }
  .footer-bottom > span:nth-child(2) {
    text-align: right;
  }
  .footer-bottom > a:last-child {
    grid-column: 2;
    text-align: right;
  }
  .page-heading {
    padding-top: 52px;
    padding-bottom: 42px;
  }
  .page-heading h1 {
    font-size: clamp(42px, 9.6vw, 68px);
    line-height: 1.06;
    overflow-wrap: break-word;
  }
  .page-heading > .eyebrow {
    margin-bottom: 25px;
    font-size: 9px;
  }
  .page-intro {
    margin: 26px 0 0 12%;
    font-size: 15px;
    max-width: 420px;
  }
  .category-links {
    gap: 24px;
  }
  .category-links a {
    font-size: 10px;
    padding-block: 19px 15px;
  }
  .menu-category {
    padding: 55px 0;
  }
  .category-heading {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    margin-bottom: 28px;
  }
  .category-number {
    font-size: 25px;
  }
  .category-heading h2 {
    font-size: clamp(28px, 6.8vw, 43px);
    overflow-wrap: break-word;
  }
  .service-note {
    font-size: 13px;
  }
  .category-body.with-photo,
  .composition-2 .category-body.with-photo {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .dish-list {
    gap: 26px;
  }
  .menu-dish h3 {
    font-size: 15px;
  }
  .menu-dish p {
    font-size: 14px;
  }
  .composition-1 .dish-list {
    grid-template-columns: 1fr;
  }
  .category-photo {
    position: static;
    width: 70%;
    margin-left: auto;
  }
  .category-photo img {
    height: 310px;
  }
  .composition-2 .category-photo {
    width: 65%;
    margin-left: 0;
    align-self: start;
  }
  .service-information dl > div {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-block: 20px;
  }
  .service-information dd {
    font-size: 14px;
  }
  .service-information dt {
    font-size: 11px;
  }
  .service-information h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .wide-photo {
    width: 100%;
  }
  .wide-photo img,
  .story-photo img {
    height: 330px;
  }
  .story-body {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .story-body .prose {
    font-size: 16px;
  }
  .story-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
    padding: 0;
  }
  .story-aside figure img {
    height: 250px;
  }
  .story-logo {
    padding: 0;
  }
  .story-aside figcaption {
    font-size: 10px;
  }
  .prose {
    font-size: 16px;
  }
  .prose blockquote {
    font-size: 26px;
  }
  .service-feature {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 65px;
    align-items: stretch;
  }
  .service-feature:nth-child(2n) .service-image {
    order: 0;
    margin-left: 15%;
  }
  .service-image {
    width: 85%;
  }
  .service-image img {
    height: 350px;
  }
  .service-feature .prose {
    font-size: 15px;
  }
  .service-feature h2 {
    font-size: 42px;
  }
  .service-feature .eyebrow {
    margin-bottom: 15px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 65px;
  }
  .contact-layout > aside {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    gap: 20px;
  }
  .contact-photo {
    grid-row: 1/3;
  }
  .contact-photo img {
    height: 260px;
  }
  .contact-layout .contact-links {
    margin: 0;
  }
  .contact-layout .prose {
    font-size: 13px;
  }
  .form-grid {
    gap: 20px;
  }
  .form-field label {
    font-size: 12px;
  }
  .form-field input,
  .form-field select {
    font-size: 16px;
  }
  .single-dish h1,
  .single-story h1 {
    font-size: clamp(38px, 8vw, 60px);
    overflow-wrap: break-word;
  }
  .not-found h1 {
    font-size: 42px;
  }
  .not-found .text-link {
    margin: 20px 0 0;
    display: flex;
    width: max-content;
  }
  .not-found .button {
    display: flex;
    width: max-content;
  }
  .moments-archive .moment-tile:first-child {
    width: 100%;
  }
  .admin-bar .site-header {
    top: 46px;
  }
  .admin-bar .category-navigation {
    top: calc(var(--header-height) + 46px);
  }
  .admin-bar .primary-navigation.is-open {
    top: calc(var(--header-height) + 46px);
  }
}
@media (max-width: 390px) {
  :root {
    --page-gutter: 20px;
  }
  .hero-copy h1 {
    font-size: clamp(40px, 11.28vw, 44px);
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding-inline: 15px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 9px;
  }
  .hero-photo,
  .hero-photo img {
    height: 340px;
  }
  .philosophy h2 {
    font-size: 33px;
  }
  .philosophy-copy {
    margin-left: 9%;
  }
  .philosophy figure img {
    height: 270px;
  }
  .menu-index a {
    font-size: 19px;
  }
  .catering-copy h2 {
    font-size: 39px;
  }
  .home-catering figure img {
    height: 350px;
  }
  .home-moments .section-top h2 {
    font-size: 32px;
  }
  .category-heading h2 {
    font-size: 27px;
  }
  .contact-layout > aside {
    grid-template-columns: 1fr;
  }
  .contact-photo {
    grid-row: auto;
    width: 70%;
  }
  .contact-photo img {
    height: 260px;
  }
  .contact-layout .prose {
    font-size: 15px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .closing h2 {
    font-size: 32px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal-ready {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media print {
  .site-header,
  .site-footer,
  .closing,
  .category-navigation,
  .nav-toggle {
    display: none;
  }
  body {
    background: white;
    color: #34211c;
  }
  .menu-category {
    break-inside: avoid;
    padding-block: 25px;
  }
  .menu-category .category-photo {
    display: none;
  }
  .category-body.with-photo {
    display: block;
  }
  a {
    text-decoration: none;
  }
  h1,
  h2,
  h3 {
    color: #34211c;
  }
  .section-space {
    padding-block: 25px;
  }
}
