.home-hero {
  padding: 25px var(--page-gutter) 0;
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 600;
}
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  align-items: center;
  margin-top: 42px;
  min-height: 565px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 24px 0 30px;
}
.hero-copy h1 {
  font-size: clamp(54px, 5.8vw, 90px);
  line-height: 0.99;
  letter-spacing: -0.055em;
  margin: 0 -100px 32px 0;
  max-width: 800px;
}
.hero-copy > p {
  max-width: 315px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hero-photo {
  align-self: stretch;
  position: relative;
  min-width: 0;
  margin-top: 12px;
}
.hero-photo img {
  height: 100%;
  max-height: 565px;
  min-height: 480px;
  width: 100%;
  object-fit: cover;
  object-position: 48% 50%;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 19px;
  left: 22px;
  right: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: var(--color-white);
  font-size: 9px;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-shadow: 0 1px 5px #34211c;
}
.hero-side-note {
  position: absolute;
  right: -28px;
  top: 50%;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 0.14em;
}
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 0;
  font-size: 11px;
  border-bottom: 1px solid var(--color-sand);
  margin-top: 31px;
}
.hero-bottom a {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 30px;
}
.hero-bottom a span {
  font-size: 24px;
}
.philosophy-layout {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 11%;
}
.philosophy h2 {
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 1.1;
}
.philosophy-copy {
  max-width: 400px;
  margin: 36px 0 0 18%;
}
.philosophy-copy p {
  font-size: 16px;
}
.philosophy figure {
  padding-top: 52px;
  transform: rotate(3deg);
}
.philosophy figure img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}
.philosophy figcaption {
  text-align: right;
}
.menu-intro {
  background: var(--color-text);
  color: var(--color-secondary);
}
.menu-intro h2 {
  color: var(--color-secondary);
}
.menu-intro .text-link:hover {
  color: var(--color-sand);
}
.menu-index-layout {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 12%;
  align-items: start;
}
.menu-preview {
  position: sticky;
  top: calc(var(--header-height) + 45px);
  padding-top: 22px;
}
.menu-preview img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
.menu-preview figcaption {
  color: var(--color-sand);
  font-size: 13px;
}
.menu-index {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-index li {
  border-top: 1px solid rgb(239 227 208 / 0.28);
}
.menu-index li:last-child {
  border-bottom: 1px solid rgb(239 227 208 / 0.28);
}
.menu-index a {
  display: grid;
  grid-template-columns: 26px 1fr 20px;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  font-size: clamp(18px, 1.9vw, 27px);
  line-height: 1.25;
  transition:
    padding var(--transition),
    color var(--transition);
}
.index-number {
  font-size: 10px;
  align-self: start;
  margin-top: 5px;
}
.index-arrow {
  font-size: 22px;
}
.menu-index a:hover {
  padding-inline: 9px;
  color: var(--color-sand);
}
.featured-list {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 6%;
}
.featured-dish {
  border-top: 1px solid var(--color-primary);
  padding-top: 24px;
}
.featured-dish:nth-child(2) {
  margin-top: 68px;
}
.featured-dish:nth-child(3) {
  margin-top: 125px;
}
.dish-number {
  display: block;
  font-size: 12px;
  margin-bottom: 40px;
}
.featured-dish h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.8vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.dish-description {
  font-size: 15px;
  line-height: 1.75;
}
.featured-image {
  display: block;
  margin-bottom: 25px;
}
.brand-statement {
  background: var(--color-primary);
  color: var(--color-secondary);
  padding: 90px var(--page-gutter) 70px;
  text-align: center;
}
.brand-statement h2 {
  color: inherit;
  font-size: clamp(45px, 6.6vw, 96px);
  margin-bottom: 40px;
}
.brand-statement > p:last-child {
  font-size: 11px;
  letter-spacing: 0.28em;
  margin: 20px 0 0;
}
.statement-rule {
  display: block;
  width: 60px;
  height: 1px;
  background: var(--color-sand);
  margin: auto;
}
.home-catering {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8%;
  padding-inline: var(--page-gutter);
}
.home-catering figure img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
.home-catering .catering-copy {
  max-width: 485px;
}
.catering-copy h2 {
  font-size: clamp(40px, 4.5vw, 70px);
}
.catering-copy > p:not(.eyebrow) {
  max-width: 350px;
  margin: 32px 0;
  font-size: 16px;
}
.home-moments {
  padding-top: 25px;
}
.home-moments .section-top h2 {
  font-size: clamp(36px, 3.8vw, 55px);
}
.page-heading {
  padding-top: 80px;
  padding-bottom: 65px;
  position: relative;
}
.page-heading h1 {
  max-width: 1060px;
}
.page-intro {
  max-width: 460px;
  font-size: 17px;
  line-height: 1.7;
  margin: 30px 0 0 auto;
}
.page-heading > .eyebrow {
  margin-bottom: 35px;
}
.category-navigation {
  position: sticky;
  top: var(--header-height);
  z-index: 40;
  background: var(--color-primary);
  color: var(--color-secondary);
}
.category-links {
  display: flex;
  gap: 27px;
  overflow-x: auto;
  scrollbar-width: thin;
  padding: 0 var(--page-gutter);
  scroll-padding-inline: var(--page-gutter);
}
.category-links a {
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 23px 0 18px;
  border-bottom: 3px solid transparent;
  line-height: 1.5;
  transition: border-color var(--transition);
}
.category-links a:hover,
.category-links a[aria-current="true"] {
  border-color: var(--color-sand);
}
.category-links a:focus-visible {
  outline-offset: -4px;
}
.menu-category {
  padding: 85px 0;
  border-bottom: 1px solid var(--color-sand);
}
.category-heading {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  margin-bottom: 35px;
}
.category-number {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--color-primary);
  line-height: 1.2;
}
.category-heading h2 {
  font-size: clamp(32px, 4.2vw, 62px);
  max-width: 800px;
}
.category-heading p {
  margin-bottom: 10px;
  max-width: 640px;
}
.service-note {
  font-size: 14px;
  line-height: 1.6;
}
.category-body {
  margin-left: 102px;
}
.category-body.with-photo {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr;
  gap: 10%;
  align-items: start;
}
.dish-list {
  display: grid;
  gap: 30px;
}
.menu-dish h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.015em;
  margin-bottom: 8px;
  line-height: 1.4;
}
.menu-dish h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.menu-dish p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.menu-dish .dish-note {
  font-size: 12px;
  margin-top: 8px;
  font-style: italic;
}
.category-photo {
  position: sticky;
  top: calc(var(--header-height) + 100px);
}
.category-photo img {
  width: 100%;
  max-height: 530px;
  object-fit: cover;
}
.composition-1 .dish-list {
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
}
.composition-2 .category-body.with-photo {
  grid-template-columns: 0.7fr 1.2fr;
}
.composition-2 .category-photo {
  grid-column: 1;
  grid-row: 1;
}
.composition-2 .dish-list {
  grid-column: 2;
  grid-row: 1;
}
.wide-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.story-photo img {
  height: 600px;
}
.story-body {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 14%;
}
.story-aside figure img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}
.story-logo {
  padding: 20px 0 65px;
}
.story-logo .brand-logo {
  width: 100%;
  max-width: 340px;
}
.story-aside {
  padding-top: 15px;
}
.service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 12%;
  margin-bottom: 110px;
}
.service-feature:nth-child(2n) .service-image {
  order: 2;
}
.service-feature h2 {
  margin-top: 20px;
}
.service-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.service-feature .text-link {
  margin-top: 25px;
}
.moments-archive {
  row-gap: 70px;
  padding-bottom: 80px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.2fr;
  gap: 12%;
  padding-bottom: 100px;
}
.contact-photo img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.contact-layout .contact-links {
  margin-block: 30px;
}
.contact-layout .prose {
  font-size: 15px;
}
.enquiry-form .eyebrow {
  margin-bottom: 12px;
}
.single-dish h1 {
  max-width: 1100px;
}
.single-dish > .prose {
  max-width: 650px;
  margin: 40px 0;
}
.single-dish > img {
  max-width: 700px;
  margin-block: 35px;
}
.single-story > img {
  max-height: 800px;
  margin: 45px auto;
  object-fit: contain;
}
.single-story h1 {
  max-width: 1100px;
}
.not-found p {
  max-width: 450px;
}
.not-found .text-link {
  margin-left: 28px;
}
.generic-page h1 {
  font-size: clamp(42px, 5vw, 72px);
}
.generic-page > .prose {
  margin-top: 40px;
}
.admin-bar .category-navigation {
  top: calc(var(--header-height) + 32px);
}
