.home-clients {
  padding: 5.625rem 0 8rem;
  text-align: center;
}
.mobile-copy,
.client-mobile {
  display: none;
}
.home-clients > .container {
  max-width: 110.625rem;
}
body[data-page="home"] main p,
.review-card {
  font-weight: 400;
}
body[data-page="workshop"] .split-copy p {
  font-size: 1.125rem;
}
.home-clients p,
.home-experiences > div > p,
.reviews > div > p {
  max-width: 53.125rem;
  margin: 0 auto;
  font-size: 1rem;
}
.client-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.1875rem;
  margin: 5rem auto 0;
  padding: 0;
  list-style: none;
  max-width: 110.625rem;
}
.client-list img {
  max-height: 2.875rem;
  width: 10.625rem;
  object-fit: contain;
}
.home-experiences {
  padding: 6.875rem 0 11.875rem;
  background: var(--warm);
  text-align: center;
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.625rem;
  margin-top: 5.625rem;
  max-width: 99.375rem;
  margin-inline: auto;
}
.experience-card {
  background: white;
  border-radius: 1.125rem;
  overflow: hidden;
}
.experience-card img {
  width: 100%;
  height: 14.6875rem;
  object-fit: cover;
}
.experience-card div {
  padding: 2.625rem 1.625rem 3rem;
}
.experience-card h3 {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}
.experience-card p {
  font-size: 0.875rem;
  line-height: 1.45;
}
.home-features {
  padding: 2.5rem 0 4.625rem;
}
.home-features .split {
  gap: 6.875rem;
  align-items: start;
}
.home-features .split-copy {
  margin-left: 1.5rem;
  margin-right: -1.5rem;
  padding-top: 4rem;
}
.home-features .split.reverse .split-copy {
  margin-inline: 0;
  padding-top: 6rem;
}
.home-features .split-copy .btn {
  margin-top: 1.125rem;
}
.home-features .split.reverse .split-copy p {
  font-size: 1rem;
}
.home-features .split + .split {
  margin-top: 2.5rem;
}
.home-features .split-media img {
  height: auto;
  aspect-ratio: 1.6;
}
.home-features .btn {
  font-size: 0.875rem;
  min-height: 3.375rem;
  min-width: 16.625rem;
  justify-content: flex-start;
}
.home-features .split.reverse .btn {
  min-width: 17.75rem;
}
.reviews {
  padding: 6.0625rem 0;
  background: var(--warm);
  text-align: center;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin: 4.6875rem auto 0;
  max-width: 95rem;
}
.review-card {
  background: white;
  padding: 2rem;
  border-radius: 1.125rem;
  box-shadow: 0 0.25rem 3px #0003;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.5;
  min-height: 17.5rem;
}
.review-card header {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.google-mark {
  color: #4285f4;
  font-size: 1.0625rem;
  font-weight: 700;
}
.stars {
  color: #f9ad16;
  font-size: 1.0625rem;
}
.review-card time {
  color: #888;
  font-size: 0.625rem;
}
.social-section {
  padding: 10.3125rem 0;
}
.social-section .narrow {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5.625rem;
  align-items: center;
}
.social-section h2 {
  max-width: 18.125rem;
}
.social-section .socials {
  margin-top: 2.8125rem;
}
.social-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
}
.social-gallery img {
  width: 100%;
  aspect-ratio: 400 / 342;
  object-fit: cover;
  border-radius: 1.25rem;
}
.event-section {
  padding: 6.875rem 0;
}
.event-section .split {
  align-items: start;
}
.event-section .split-copy {
  padding-top: 3.75rem;
}
.event-section .split-copy p {
  font-size: 1.125rem;
}
.event-section .split-copy h2 {
  font-size: 1.5rem;
}
.workshop-activity {
  padding: 7.8125rem 0 7.5rem;
}
.workshop-banner {
  padding: 4.375rem 0 5.625rem;
}
.workshop-faq {
  padding: 4.375rem 0 12.5rem;
}
.private-content {
  padding: 7.8125rem 0 10.4375rem;
}
.private-content .container {
  max-width: 90rem;
}
.private-content > .container > h2 {
  font-size: 2.25rem;
}
.step p {
  font-size: 1rem;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.875rem;
  margin-top: 4.0625rem;
}
.step h3 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.step h3 span {
  display: inline-flex;
  width: 2.75rem;
  height: 3.125rem;
  background: var(--sage);
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.private-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.75rem;
  align-items: center;
  margin-top: 11.25rem;
}
.private-home h2 {
  max-width: 26.875rem;
}
.private-home p {
  max-width: 38.75rem;
}
.private-home .photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.8125rem;
}
.private-home img {
  aspect-ratio: 652 / 560;
  object-fit: cover;
  border-radius: 1.125rem;
}
.staff-form {
  max-width: 93.75rem;
  margin: 7.8125rem auto 0;
}
.staff-form h2 {
  margin-bottom: 3.75rem;
}
.staff-form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.8fr;
  gap: 1.25rem;
}
.staff-form-grid .field-group {
  display: grid;
  gap: 1rem;
  align-content: start;
}
.staff-form-grid textarea {
  min-height: 9.375rem;
}
.staff-form .btn {
  margin-top: 1.5625rem;
}
.blog-section {
  padding: 7.8125rem 0 7.1875rem;
}
.blog-section .split {
  grid-template-columns: 1.2fr 0.85fr;
  gap: 7.5rem;
  align-items: start;
}
.blog-section .split-copy {
  padding-top: 3.75rem;
}
.blog-section .split-media {
  order: -1;
}
.blog-section .split-media img {
  min-height: 34.375rem;
}
.blog-section .split-copy p {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.blog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.blog-title img {
  width: 12.5rem;
}
.conference-options {
  margin-top: 3.125rem;
}
.conference-options > h3 {
  margin-left: 2.5rem;
}
.conference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.conference-grid article {
  padding: 2.1875rem 2.625rem;
  background: var(--sage);
  border-radius: 2.5rem;
}
.conference-grid h3 {
  font-size: 1.125rem;
  margin-bottom: 1.875rem;
}
.conference-grid p {
  font-size: 1.125rem;
  font-weight: 400;
}
.login-section {
  padding: 9.6875rem 0 14.9375rem;
}
.login-section h2 {
  margin-bottom: 2.625rem;
}
.login-section form {
  display: flex;
  gap: 1.5rem;
  align-items: start;
}
.login-section .field {
  width: 9.6875rem;
}
.login-section .btn {
  font-size: 0.75rem;
  min-height: 2.625rem;
  padding: 0.625rem 1.125rem;
}
.legal-section {
  padding: 7.5rem 0 10.9375rem;
}
.legal-content {
  width: calc(100% - 5rem);
  max-width: 89.6875rem;
  margin: auto;
}
.legal-copy {
  max-width: 58.75rem;
  font-size: 1rem;
}
.legal-copy h2 {
  margin-bottom: 2.1875rem;
}
.legal-copy h3 {
  font-size: 1rem;
  margin: 2.25rem 0 0;
}
.legal-copy p {
  margin-bottom: 1.375rem;
}
.catering-menu {
  padding: 22.5rem 0 4.375rem;
}
.menu-container {
  max-width: 100rem;
  width: calc(100% - 5rem);
  margin: auto;
}
.menu-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.625rem;
  margin-bottom: 4.375rem;
}
.menu-intro > div + div {
  padding-top: 3.25rem;
}
.menu-intro h2 {
  font-size: 2.25rem;
}
.buffet-header {
  display: grid;
  grid-template-columns: 1.07fr 1fr;
  gap: 4.6875rem;
  align-items: center;
  margin: 4.0625rem 0 0;
}
.buffet-photo {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 1.5625rem;
  text-align: inherit;
}
.buffet-photo img {
  width: 100%;
  aspect-ratio: 3;
  object-fit: cover;
}
.buffet-photo h3 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.75rem;
  background: #0002;
  text-align: center;
  margin: 0;
  padding: 0.9375rem;
}
.buffet-controls {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1.375rem;
  align-items: center;
  border-bottom: 1px solid #777;
  padding: 0 0.625rem 2.1875rem 0;
}
.buffet-controls p {
  margin: 0;
  font-size: 1.125rem;
}
.buffet-controls .btn {
  font-size: 0.875rem;
  padding: 0.8125rem;
  gap: 0.3125rem;
  min-height: 2.75rem;
  min-width: 9.0625rem;
}
.buffet-title {
  display: flex;
  gap: 2.1875rem;
  align-items: center;
  margin: 4.375rem 0 4.0625rem;
}
.buffet-title h2 {
  font-size: 3rem;
  margin: 0;
  flex: none;
  color: var(--muted);
}
.buffet-title p {
  font-size: 0.8125rem;
  line-height: 1.15;
  border-left: 1px solid #777;
  padding-left: 1.5625rem;
  max-width: 45rem;
}
.menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.125rem;
}
.menu-columns > div {
  display: contents;
}
.menu-columns > div:first-child > .menu-group {
  grid-column: 1;
}
.menu-columns > div:first-child > .menu-group:nth-child(1) {
  grid-row: 1;
}
.menu-columns > div:first-child > .menu-group:nth-child(2) {
  grid-row: 2;
}
.menu-columns > div:first-child > .menu-group:nth-child(3) {
  grid-row: 3;
}
.menu-columns > div:last-child > .menu-group:first-child {
  grid-column: 2;
  grid-row: 1 / 3;
}
.menu-columns > div:last-child > .menu-group:last-child {
  grid-column: 2;
  grid-row: 3;
}
.menu-group {
  margin-bottom: 4.0625rem;
}
.menu-group h3 {
  font-size: 2.25rem;
  border-bottom: 1px solid #777;
  padding-bottom: 0.625rem;
  color: var(--muted);
  margin-bottom: 0.9375rem;
}
.menu-item {
  display: grid;
  grid-template-columns: 1fr 8.125rem 1.5625rem;
  gap: 1.125rem;
  margin-bottom: 2.5rem;
  align-items: start;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.15;
}
.menu-item strong {
  display: block;
  font-size: 1.125rem;
}
.menu-item p {
  margin: 0;
  max-width: 28.75rem;
  font-weight: 400;
}
.menu-item .price {
  text-align: right;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.125rem;
}
.menu-item input {
  appearance: none;
  border: 1px solid #777;
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  cursor: pointer;
}
.menu-item input:checked {
  background: var(--ink);
  box-shadow: inset 0 0 0 0.25rem var(--cream);
}
.menu-request {
  margin: 0.625rem 0 10rem;
}
.menu-request h3 {
  font-size: 1.625rem;
  margin-bottom: 2.8125rem;
}
.menu-request textarea {
  height: 8.125rem;
  background: transparent;
}
.menu-request-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2.8125rem;
  margin-top: 1.5625rem;
}
.menu-request-bottom strong,
.menu-request-bottom li {
  font-size: 0.875rem;
}
.menu-request-bottom ul {
  padding-left: 1.125rem;
  margin: 0.9375rem 0 0;
  line-height: 1.3;
}
.menu-request-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 27.5rem;
  flex: none;
}
.menu-request-actions .btn {
  font-size: 0.9375rem;
  padding: 0.625rem;
}
.menu-total {
  border: 1px solid #777;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
}
.menu-sheet {
  background: #faf9f1;
  padding: 6.25rem 0;
  color: var(--muted);
}
.menu-sheet .menu-container {
  max-width: 98.75rem;
}
.menu-sheet .menu-item {
  margin-bottom: 1.875rem;
}
.menu-sheet .buffet-header {
  margin-top: 0;
}
.menu-sheet .sheet-brand {
  width: 14.375rem;
  margin-left: auto;
  margin-bottom: 2.8125rem;
}
.menu-sheet .menu-request {
  margin-bottom: 0;
}
.checkout-section {
  padding: 6.5625rem 0 13.75rem;
}
.checkout-section .narrow,
.login-section .narrow {
  max-width: 73.75rem;
}
.order-number {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 4.0625rem;
}
.checkout-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 5rem;
}
.checkout-top h2 {
  font-size: 2.25rem;
  margin-bottom: 0.625rem;
}
.checkout-top p {
  font-size: 1rem;
  line-height: 1.25;
}
.checkout-top .actions {
  display: flex;
  gap: 1.5625rem;
  margin-top: 2.1875rem;
}
.checkout-top .btn {
  font-size: 0.875rem;
  min-width: 10.25rem;
}
.order-values {
  display: flex;
  gap: 1.5625rem;
  align-items: center;
  align-self: start;
  padding-top: 2.8125rem;
}
.order-values label {
  font-size: 0.9375rem;
  display: flex;
  gap: 1.125rem;
  align-items: center;
  white-space: nowrap;
}
.order-values input {
  width: 3.125rem;
  border: 1px solid #777;
  background: none;
  padding: 2px;
  font-size: 0.9375rem;
  border-radius: 0;
}
.order-subtotal {
  display: flex;
  justify-content: flex-end;
  gap: 1.875rem;
  border-top: 1px solid #777;
  margin: 3.75rem 0 6.875rem;
  padding-top: 1.375rem;
}
.checkout-extras {
  display: grid;
  gap: 2.8125rem;
}
.extra-row {
  display: grid;
  grid-template-columns: 1fr 6.25rem 9.375rem;
  gap: 3.125rem;
  align-items: start;
}
.extra-row h3 {
  font-size: 1.125rem;
  margin: 0;
}
.extra-row p {
  font-size: 1.125rem;
}
.extra-row label {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.extra-row input[type="number"] {
  width: 3.25rem;
  border: 1px solid #777;
  background: none;
}
.extra-row input[type="checkbox"] {
  accent-color: var(--ink);
}
.checkout-form {
  margin-top: 5.625rem;
}
.customer-type {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1.375rem;
  border: 0;
  padding: 0;
}
.customer-type label {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
.checkout-form .form-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 2.5rem;
}
.checkout-form textarea {
  height: 10.625rem;
  margin-top: 0.9375rem;
}
.checkout-submit {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5rem;
  margin-top: 2.8125rem;
  align-items: start;
  padding-inline: 3.125rem;
}
.checkout-submit .btn {
  justify-self: end;
}
.checkout-submit h2 {
  font-size: 2.125rem;
  margin-bottom: 0.9375rem;
}
.checkout-submit p {
  font-size: 1.125rem;
  line-height: 1.35;
}
.menu-description {
  display: block;
  font-weight: 400;
  max-width: 25rem;
}
.menu-total {
  gap: 0.25rem;
}
.buffet-extra {
  padding: 2.1875rem;
  border-bottom: 1px solid #aaa;
}
.review-time {
  font-size: 0.625rem;
  color: #888;
}
.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
}
.carousel-controls button {
  border: 1px solid #bbb;
  border-radius: 50%;
  background: transparent;
  width: 2.25rem;
  height: 2.25rem;
}
.carousel-controls button:disabled {
  opacity: 0.3;
  cursor: default;
}
.client-list {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.client-list li {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.client-list::-webkit-scrollbar {
  display: none;
}
body[data-page="menu"] .support {
  display: none;
}
.cookie-link {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  text-align: left;
}
.cookie-link:hover {
  text-decoration: underline;
}
.home-clients h2,
.home-experiences h2 {
  font-size: 2.25rem;
}
.home-features h2 {
  font-size: clamp(1.75rem, 1.875vw, 2.25rem);
}
.home-features .split-copy p {
  font-size: 1.125rem;
}
.review-card {
  font-size: 0.875rem;
}
.review-card header {
  font-size: 1rem;
}
.menu-columns {
  column-gap: 11.25rem;
  row-gap: 0;
}
.buffet-controls {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.buffet-controls p {
  max-width: 19.375rem;
}
.buffet-photo h3 {
  font-size: 2.25rem;
}
.checkout-submit {
  grid-template-columns: minmax(0, 1fr) auto;
}
.extra-row input[type="checkbox"] {
  appearance: none;
  width: 3.125rem;
  height: 1.625rem;
  border: 1px solid #777;
  border-radius: 0;
  display: grid;
  place-content: center;
  margin: 0;
}
.extra-row input[type="checkbox"]:checked:before {
  content: "×";
}
.customer-type input {
  appearance: none;
  width: 1.6875rem;
  height: 1.6875rem;
  border: 1px solid #747b78;
  border-radius: 0.3125rem;
  margin: 0;
}
.customer-type input:checked {
  background: var(--ink);
  box-shadow: inset 0 0 0 0.3125rem var(--cream);
}
