
:root {
  --ink: #11100f;
  --paper: #f3eee5;
  --cream: #f7f0e4;
  --ember: #d84a27;
  --red: #a5221f;
  --coffee: #503526;
  --honey: #c89a62;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

/* Store chooser */
.home-shell {
  min-height: 100vh;
  background: #ebe4d8;
}

.home-nav,
.site-nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(17,16,15,.14);
}

.home-nav nav,
.site-nav nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-nav nav a,
.site-nav nav a {
  transition: opacity .2s ease;
}

.home-nav nav a:hover,
.site-nav nav a:hover {
  opacity: .55;
}

.collection-mark {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-transform: uppercase;
}

.collection-mark span {
  font-size: 9px;
  letter-spacing: .25em;
}

.collection-mark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.choice-hero {
  padding: 42px 5vw 4vw;
}

.choice-intro {
  display: flex;
  align-items: end;
  gap: 3vw;
  margin-bottom: 34px;
}

.choice-intro .eyebrow {
  width: 160px;
  margin-bottom: 10px;
}

.choice-intro h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.055em;
}

.choice-intro > p:last-child {
  max-width: 240px;
  margin: 0 0 6px auto;
  color: #655f56;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5;
}

.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 610px;
  overflow: hidden;
}

.store-choice {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: white;
}

.store-choice img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.yaffa-choice img {
  filter: sepia(.18) contrast(1.05);
}

.store-choice:hover img {
  transform: scale(1.035);
}

.choice-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.82));
}

.yaffa-choice .choice-shade {
  background: linear-gradient(180deg, rgba(56,29,13,.05), rgba(60,34,20,.78));
}

.choice-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  min-height: 270px;
  padding: 46px;
}

.choice-content small {
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.choice-content strong {
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.055em;
}

.lakeside-choice .choice-content strong {
  font-family: Impact, "Arial Narrow", sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.choice-content em {
  margin-top: 24px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-footer {
  display: flex;
  justify-content: space-between;
  padding: 28px 5vw 36px;
  color: #6e675d;
  font-size: 11px;
}

.elevaro-credit {
  transition: color .2s ease, opacity .2s ease;
}

.elevaro-credit strong {
  font-weight: 900;
}

.elevaro-credit:hover {
  opacity: .62;
}

/* Shared restaurant navigation */
.site-nav {
  min-height: 90px;
}

.site-nav .wordmark,
.site-nav .yaffa-wordmark {
  min-width: 180px;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: Impact, "Arial Narrow", sans-serif;
  line-height: 1;
}

.wordmark strong {
  font-size: 22px;
  letter-spacing: .04em;
}

.wordmark span {
  color: var(--ember);
  font-size: 12px;
  letter-spacing: .1em;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  background: var(--ember);
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Lakeside */
.lakeside-page {
  background: #111;
  color: #f3eee6;
}

.lakeside-nav {
  border-color: rgba(255,255,255,.16);
  background: #111;
}

.lakeside-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.lakeside-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(.72) contrast(1.12) brightness(.68);
}

.hero-smoke {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,8,8,.94) 0%, rgba(8,8,8,.5) 52%, rgba(8,8,8,.12) 100%),
    linear-gradient(0deg, rgba(8,8,8,.85), transparent 50%);
}

.lakeside-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 150px 5vw 110px;
}

.lakeside-hero-copy h1,
.lakeside-story h2,
.menu-section h2,
.visit-copy h2 {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(68px, 10vw, 148px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.lakeside-hero-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 34px 0;
  color: #d4cec4;
  font-size: 17px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-red {
  background: var(--ember);
  color: white;
}

.button-ghost {
  border-color: rgba(255,255,255,.4);
  color: white;
}

.hero-hours {
  position: absolute;
  right: 5vw;
  bottom: 46px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 22px;
  border-left: 2px solid var(--ember);
  text-transform: uppercase;
}

.hero-hours span {
  color: #aaa;
  font-size: 9px;
  letter-spacing: .18em;
}

.hero-hours strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.lakeside-story {
  display: grid;
  grid-template-columns: .7fr .7fr 1.2fr;
  gap: 5vw;
  align-items: center;
  padding: 120px 5vw;
  background: #e9e1d4;
  color: #171411;
}

.lakeside-story h2 {
  font-size: clamp(54px, 7vw, 108px);
}

.lakeside-story > p {
  color: #655f56;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.65;
}

.lakeside-story img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  filter: saturate(.72) contrast(1.04);
}

.menu-section {
  padding: 120px 5vw;
  background: #111;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1.2fr auto;
  align-items: end;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid #3a3733;
}

.section-heading .eyebrow {
  margin-bottom: 10px;
  color: var(--ember);
}

.section-heading h2 {
  font-size: clamp(64px, 8vw, 110px);
}

.section-heading > span {
  max-width: 170px;
  color: #8d8881;
  font-size: 11px;
  line-height: 1.5;
}

.menu-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 90px;
  background: #2b2926;
}

.menu-feature {
  min-height: 300px;
  padding: 32px;
  background: #1a1917;
}

.menu-feature > span,
.experience-grid article > span {
  color: var(--ember);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.menu-feature h3 {
  max-width: 300px;
  margin: 72px 0 14px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.menu-feature p {
  max-width: 300px;
  color: #9f9a93;
  font-size: 13px;
  line-height: 1.5;
}

.menu-feature > strong {
  display: block;
  margin-top: 24px;
  color: #f38a58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.ember-card {
  background: #8e271c;
}

.ember-card > span,
.ember-card > strong {
  color: #ffd9bd;
}

.ember-card p {
  color: #eed7ca;
}

.menu-columns {
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: 8vw;
}

.menu-column-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 3px solid var(--ember);
}

.menu-column-title h3 {
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu-column-title span {
  color: #8f8b84;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.menu-list article,
.sides-panel li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #32302d;
}

.menu-list h4 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.menu-list p {
  margin: 0;
  color: #8f8b84;
  font-size: 12px;
  line-height: 1.5;
}

.menu-list strong,
.sides-panel li strong {
  color: #f38a58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  white-space: nowrap;
}

.sides-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sides-panel li {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.wings-box {
  margin-top: 24px;
  padding: 24px;
  background: #1d1b19;
}

.wings-box > span {
  color: var(--ember);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wings-box p {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5;
}

.wings-box small {
  color: #858079;
  text-transform: uppercase;
}

.menu-heading-link {
  align-self: center;
  color: #f38a58;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.menu-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}

.menu-home-grid article {
  overflow: hidden;
  background: #1a1917;
}

.menu-home-grid img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: transform .55s ease;
}

.menu-home-grid article:hover img {
  transform: scale(1.025);
}

.menu-home-grid article > div {
  padding: 28px;
}

.menu-home-grid article span {
  color: #f38a58;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.menu-home-grid h3 {
  margin: 18px 0 11px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.menu-home-grid p {
  min-height: 42px;
  margin: 0;
  color: #9f9a93;
  font-size: 12px;
  line-height: 1.55;
}

.menu-home-grid strong {
  display: block;
  margin-top: 20px;
  color: #f38a58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.menu-home-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid #32302d;
}

.menu-home-action p {
  max-width: 540px;
  margin: 0;
  color: #9f9a93;
  line-height: 1.6;
}

.visit-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: #e9e1d4;
  color: #171411;
}

.visit-photo img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  filter: saturate(.8);
}

.visit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7vw;
}

.visit-copy h2 {
  max-width: 600px;
  font-size: clamp(60px, 7vw, 110px);
}

.visit-copy address {
  margin: 40px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: normal;
  line-height: 1.5;
}

.visit-copy > p {
  color: #6e665c;
}

.visit-copy .button {
  margin-top: 20px;
}

.phone-link {
  margin-top: 24px;
  font-family: Georgia, "Times New Roman", serif;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lakeside-footer,
.yaffa-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 5vw;
  background: #0d0d0c;
}

.lakeside-footer p,
.lakeside-footer > a {
  color: #7f7b75;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Yaffa */
.yaffa-page {
  background: #f2eadc;
  color: #38291f;
}

.yaffa-nav {
  border-color: rgba(80,53,38,.17);
  background: #f2eadc;
}

.yaffa-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
}

.yaffa-logo-link {
  min-width: 180px;
}

.yaffa-logo-mark {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border: 1px solid rgba(169,119,40,.38);
  border-radius: 50%;
  object-fit: cover;
}

.yaffa-logo-name {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.yaffa-wordmark .yaffa-logo-name strong {
  font-size: 24px;
  letter-spacing: .13em;
}

.yaffa-wordmark .yaffa-logo-name > span {
  font-size: 12px;
  letter-spacing: .2em;
}

.yaffa-cta {
  background: var(--coffee);
}

.yaffa-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 730px;
  padding: 80px 8vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 20%, rgba(203,156,101,.25), transparent 28%),
    #d9bd95;
}

.yaffa-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 580px;
}

.yaffa-hero-copy h1,
.yaffa-manifesto h2,
.experience-heading h2,
.yaffa-visit h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 7.7vw, 116px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.06em;
}

.yaffa-hero-copy > p:not(.eyebrow) {
  max-width: 460px;
  margin: 34px 0;
  color: #5f4939;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}

.yaffa-button {
  background: var(--coffee);
  color: #fff5e8;
}

.yaffa-brand-frame {
  position: relative;
  z-index: 2;
  width: min(520px, 100%);
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(80,53,38,.24);
  transform: rotate(1.8deg);
}

.yaffa-brand-frame .yaffa-hero-photo {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.02);
}

.yaffa-brand-frame .yaffa-hero-seal {
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 170px;
  height: 170px;
  padding: 5px;
  border: 1px solid rgba(169,119,40,.45);
  border-radius: 50%;
  background: #f7f2e8;
  box-shadow: 0 22px 55px rgba(62,37,24,.24);
  object-fit: cover;
}

.coffee-ring {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 2px solid rgba(80,53,38,.09);
  border-radius: 50%;
}

.ring-one {
  right: -60px;
  top: -60px;
}

.ring-two {
  right: 34%;
  bottom: -180px;
  width: 390px;
  height: 390px;
}

.yaffa-manifesto {
  display: grid;
  grid-template-columns: 80px 1.1fr .9fr;
  gap: 5vw;
  align-items: center;
  padding: 130px 7vw;
}

.vertical-note {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #9a7c5e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.yaffa-manifesto h2 {
  font-size: clamp(54px, 7vw, 104px);
}

.manifesto-copy {
  max-width: 500px;
  color: #6d5848;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.75;
}

.yaffa-experience {
  padding: 120px 7vw;
  background: #3f2c21;
  color: #faefdf;
}

.experience-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 70px;
}

.experience-heading h2 {
  max-width: 820px;
  font-size: clamp(58px, 7vw, 104px);
}

.experience-heading .eyebrow {
  align-self: flex-start;
  color: #d8b27f;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
}

.experience-grid article {
  min-height: 320px;
  padding: 38px 4vw 30px 0;
  border-right: 1px solid rgba(255,255,255,.18);
}

.experience-grid article + article {
  padding-left: 4vw;
}

.experience-grid article:last-child {
  border-right: 0;
}

.experience-grid article > span {
  color: #d8b27f;
}

.experience-grid h3 {
  margin: 76px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.experience-grid p {
  color: #c8b7a8;
  font-size: 14px;
  line-height: 1.7;
}

.yaffa-signatures {
  padding: 125px 7vw;
  background: #f4ecdf;
}

.yaffa-signatures-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 66px;
}

.yaffa-signatures-heading h2 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.5vw, 96px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.055em;
}

.yaffa-signatures-heading > p {
  margin: 0;
  color: #715a48;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
}

.yaffa-photo-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, .7fr);
  gap: 14px;
}

.yaffa-photo-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #3f2c21;
  color: #fff7ec;
}

.yaffa-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}

.yaffa-photo-card:hover img {
  transform: scale(1.025);
}

.yaffa-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(29,17,11,.78));
  pointer-events: none;
}

.yaffa-photo-card > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 26px;
}

.yaffa-photo-card span {
  color: #e0bd84;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.yaffa-photo-card h3 {
  margin: 9px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.1vw, 34px);
  font-weight: 500;
  line-height: 1;
}

.yaffa-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 6vw;
  text-align: center;
  background: #cda574;
}

.yaffa-quote p {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6.5vw, 94px);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.yaffa-quote span {
  margin-top: 34px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.yaffa-visit {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 10vw;
  align-items: end;
  padding: 130px 7vw;
}

.yaffa-visit h2 {
  font-size: clamp(56px, 7vw, 105px);
}

.yaffa-visit > div:last-child {
  color: #705a49;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
}

.text-link {
  display: inline-block;
  margin-top: 20px;
  color: #3e2a20;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.yaffa-footer {
  background: #2d1f18;
  color: #f6ead8;
}

.yaffa-footer p,
.yaffa-footer > a {
  color: #b8a18d;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.yaffa-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.yaffa-hero-actions > span {
  color: #5e4636;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.opening-banner {
  display: grid;
  grid-template-columns: 160px 1.25fr .75fr;
  gap: 5vw;
  align-items: center;
  padding: 52px 7vw;
  background: #2f2018;
  color: #f6ead8;
}

.opening-banner > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.opening-banner > div span {
  color: #d4a46b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: 1;
}

.opening-banner > div p {
  max-width: 58px;
  margin: 0;
  color: #b9a18b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.opening-banner h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.5vw, 54px);
  font-weight: 500;
  letter-spacing: -.035em;
}

.opening-banner > p {
  margin: 0;
  color: #c9b7a7;
  font-size: 14px;
  line-height: 1.7;
}

.yaffa-menu-section {
  padding: 125px 7vw;
  background: #eee3d2;
}

.yaffa-menu-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 74px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(80,53,38,.22);
}

.yaffa-menu-heading h2,
.yaffa-faq h2 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.06em;
}

.yaffa-menu-heading > p {
  margin: 0;
  color: #735f4e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
}

.yaffa-menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 7vw;
}

.yaffa-menu-group > header {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid #73503a;
}

.yaffa-menu-group > header span {
  color: #a07857;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.yaffa-menu-group h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.yaffa-menu-item {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(80,53,38,.16);
}

.yaffa-menu-item h4 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
}

.yaffa-menu-item p {
  margin: 0;
  color: #836d5a;
  font-size: 12px;
  line-height: 1.45;
}

.yaffa-menu-item strong {
  color: #5f3d2a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  white-space: nowrap;
}

.yaffa-popular-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 7vw;
  border-top: 1px solid rgba(80,53,38,.22);
}

.yaffa-popular-list article {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 25px 0;
  border-bottom: 1px solid rgba(80,53,38,.18);
}

.yaffa-popular-list article > span {
  padding-top: 5px;
  color: #a07857;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.yaffa-popular-list h3 {
  margin: 0 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 600;
}

.yaffa-popular-list p {
  margin: 0;
  color: #836d5a;
  font-size: 12px;
  line-height: 1.45;
}

.yaffa-popular-list strong {
  color: #5f3d2a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  white-space: nowrap;
}

.yaffa-menu-home-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 46px;
}

.yaffa-menu-home-action p {
  max-width: 500px;
  margin: 0;
  color: #735f4e;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

.yaffa-refreshers {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 720px;
  background: #4a5a3b;
  color: #f7f0e5;
}

.yaffa-refreshers > img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center 58%;
}

.yaffa-refreshers > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 90px 7vw;
}

.yaffa-refreshers h2 {
  max-width: 690px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6.5vw, 92px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.055em;
}

.yaffa-refreshers > div > p:not(.eyebrow) {
  max-width: 560px;
  margin: 34px 0;
  color: #d5dec9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
}

.yaffa-refreshers .yaffa-button {
  background: #d4ae6d;
  color: #332419;
}

.yaffa-faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  padding: 125px 7vw;
  background: #d8b984;
}

.yaffa-faq h2 {
  font-size: clamp(52px, 6vw, 88px);
}

.faq-list {
  border-top: 1px solid rgba(56,41,31,.3);
}

.faq-list details {
  padding: 25px 0;
  border-bottom: 1px solid rgba(56,41,31,.3);
}

.faq-list summary {
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 600;
}

.faq-list details p {
  max-width: 620px;
  margin: 17px 0 0;
  color: #6b513e;
  font-size: 14px;
  line-height: 1.7;
}

.lakeside-catering {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 9vw;
  align-items: end;
  padding: 110px 5vw;
  background: #2a2926;
}

.lakeside-catering h2 {
  max-width: 800px;
  margin: 0;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(54px, 7vw, 102px);
  font-weight: 400;
  line-height: .86;
  text-transform: uppercase;
}

.catering-details p {
  margin: 0 0 28px;
  color: #b8b1a8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
}

/* Full menu pages */
.menu-page-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  color: white;
}

.menu-page-hero > img,
.menu-page-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.menu-page-hero > img {
  object-fit: cover;
}

.lakeside-menu-hero > img {
  filter: saturate(.82) contrast(1.05) brightness(.74);
}

.yaffa-menu-hero > img {
  object-position: center 55%;
  filter: saturate(.84) brightness(.76);
}

.menu-page-hero-shade {
  background:
    linear-gradient(90deg, rgba(15,10,8,.92), rgba(15,10,8,.48) 57%, rgba(15,10,8,.15)),
    linear-gradient(0deg, rgba(15,10,8,.7), transparent 55%);
}

.menu-page-hero > div:last-child {
  position: relative;
  z-index: 1;
  max-width: 910px;
  padding: 150px 6vw 110px;
}

.menu-page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(68px, 9vw, 134px);
  font-weight: 500;
  line-height: .84;
  letter-spacing: -.055em;
}

.lakeside-menu-hero h1 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.yaffa-menu-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
}

.menu-page-hero > div:last-child > p:not(.eyebrow) {
  max-width: 610px;
  margin: 30px 0;
  color: #e3d8cb;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.65;
}

.dish-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  padding: 2px;
  background: #181614;
}

.yaffa-menu-page .dish-gallery {
  grid-template-columns: repeat(4, 1fr);
  background: #d9c3a7;
}

.dish-gallery article {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  color: white;
}

.dish-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.dish-gallery article:hover img {
  transform: scale(1.025);
}

.dish-gallery article::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(15,10,8,.82));
}

.dish-gallery article > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 26px;
}

.dish-gallery h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 500;
  line-height: 1.05;
}

.lakeside-menu-page .dish-gallery h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.dish-gallery p {
  margin: 9px 0 0;
  color: #d7c6b5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.full-menu-shell {
  padding: 125px 7vw;
}

.lakeside-full-menu {
  background: #111;
  color: #f4eee6;
}

.yaffa-full-menu {
  background: #eee3d2;
  color: #38291f;
}

.full-menu-intro {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 84px;
  padding-bottom: 44px;
  border-bottom: 1px solid;
}

.lakeside-full-menu .full-menu-intro {
  border-color: #38342f;
}

.yaffa-full-menu .full-menu-intro {
  border-color: rgba(80,53,38,.22);
}

.full-menu-intro h2 {
  margin: 0;
  font-size: clamp(66px, 8vw, 116px);
  font-weight: 500;
  line-height: .86;
  letter-spacing: -.055em;
}

.lakeside-full-menu .full-menu-intro h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.yaffa-full-menu .full-menu-intro h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.full-menu-intro > p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.7;
}

.lakeside-full-menu .full-menu-intro > p {
  color: #a7a098;
}

.yaffa-full-menu .full-menu-intro > p {
  color: #735f4e;
}

.full-menu-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px 7vw;
}

.full-menu-category > header {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: baseline;
  min-height: 72px;
  padding-bottom: 18px;
  border-bottom: 3px solid;
}

.lakeside-full-menu .full-menu-category > header {
  border-color: var(--ember);
}

.yaffa-full-menu .full-menu-category > header {
  border-color: #73503a;
}

.full-menu-category > header > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

.lakeside-full-menu .full-menu-category > header > span {
  color: #f38a58;
}

.yaffa-full-menu .full-menu-category > header > span {
  color: #a07857;
}

.full-menu-category h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
}

.lakeside-full-menu .full-menu-category h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.yaffa-full-menu .full-menu-category h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.full-menu-category > header p {
  margin: 8px 0 0;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lakeside-full-menu .full-menu-category > header p {
  color: #908982;
}

.yaffa-full-menu .full-menu-category > header p {
  color: #846b57;
}

.full-menu-item {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid;
}

.lakeside-full-menu .full-menu-item {
  border-color: #32302d;
}

.yaffa-full-menu .full-menu-item {
  border-color: rgba(80,53,38,.16);
}

.full-menu-item h4 {
  margin: 0 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.full-menu-item p {
  max-width: 580px;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.lakeside-full-menu .full-menu-item p {
  color: #908a83;
}

.yaffa-full-menu .full-menu-item p {
  color: #836d5a;
}

.full-menu-item strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  white-space: nowrap;
}

.lakeside-full-menu .full-menu-item strong {
  color: #f38a58;
}

.yaffa-full-menu .full-menu-item strong {
  color: #5f3d2a;
}

.menu-photo-note {
  margin: 60px 0 0;
  color: #7f7972;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.menu-page-cta {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 7vw;
  align-items: end;
  padding: 110px 7vw;
}

.lakeside-menu-cta {
  background: #8e271c;
  color: white;
}

.yaffa-menu-cta {
  background: #d1ad78;
  color: #38291f;
}

.menu-page-cta h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(56px, 7vw, 100px);
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.055em;
}

.lakeside-menu-cta h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.yaffa-menu-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.menu-page-cta > div:last-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* Contact */
.contact-page {
  min-height: 100vh;
  background: #eee6d9;
  color: #211c18;
}

.contact-nav {
  background: #eee6d9;
}

.contact-hero {
  padding: 115px 7vw 95px;
}

.contact-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 11vw, 166px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.07em;
}

.contact-hero > p:last-child {
  max-width: 540px;
  margin: 38px 0 0 auto;
  color: #695c51;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.65;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-card {
  min-height: 530px;
  padding: 65px 7vw;
}

.contact-card > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-card h2 {
  max-width: 480px;
  margin: 95px 0 30px;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.05em;
}

.lakeside-contact-card {
  background: #171616;
  color: #f5eee4;
}

.lakeside-contact-card h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.lakeside-contact-card > span {
  color: #ef7651;
}

.contact-card address {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: normal;
  line-height: 1.55;
}

.contact-card > p {
  max-width: 480px;
  color: #a9a39c;
  line-height: 1.65;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 32px;
}

.contact-actions a,
.contact-card .text-link {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.yaffa-contact-card {
  background: #cda574;
  color: #39281f;
}

.yaffa-contact-card > span {
  color: #73503a;
}

.yaffa-contact-card h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.yaffa-contact-card .opening-date {
  color: #39281f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.yaffa-contact-card > p:not(.opening-date) {
  color: #604938;
}

.contact-form-section {
  padding: 125px 7vw;
  background: #f6f0e7;
}

.contact-form-heading {
  display: grid;
  grid-template-columns: .7fr 1.35fr .75fr;
  gap: 5vw;
  align-items: end;
  margin-bottom: 65px;
}

.contact-form-heading .eyebrow {
  align-self: start;
}

.contact-form-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.5vw, 96px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.06em;
}

.contact-form-heading > p:last-child {
  margin: 0;
  color: #74665b;
  font-size: 14px;
  line-height: 1.7;
}

.forms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #8e7b69;
}

.restaurant-form {
  min-width: 0;
  padding: 52px;
}

.lakeside-form {
  background: #171616;
  color: #f5eee4;
}

.yaffa-form {
  background: #cda574;
  color: #38291f;
}

.form-brand {
  min-height: 185px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.yaffa-form .form-brand {
  border-color: rgba(56,41,31,.24);
}

.form-brand > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lakeside-form .form-brand > span {
  color: #ef7651;
}

.yaffa-form .form-brand > span {
  color: #72513d;
}

.form-brand h3 {
  margin: 36px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.04em;
}

.lakeside-form .form-brand h3 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.form-brand p {
  max-width: 460px;
  margin: 0;
  color: #a9a39c;
  font-size: 12px;
  line-height: 1.6;
}

.yaffa-form .form-brand p {
  color: #604938;
}

.form-fields {
  display: grid;
  gap: 23px;
  padding-top: 34px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.restaurant-form label {
  display: grid;
  gap: 9px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.restaurant-form input,
.restaurant-form select,
.restaurant-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 0;
  outline: none;
  background: rgba(255,255,255,.05);
  color: inherit;
  font: inherit;
  font-size: 14px;
  letter-spacing: normal;
  text-transform: none;
  transition: border-color .2s ease, background .2s ease;
}

.yaffa-form input,
.yaffa-form select,
.yaffa-form textarea {
  border-color: rgba(56,41,31,.28);
  background: rgba(255,255,255,.16);
}

.restaurant-form input,
.restaurant-form select {
  height: 52px;
  padding: 0 15px;
}

.restaurant-form textarea {
  min-height: 132px;
  padding: 15px;
  resize: vertical;
}

.restaurant-form input:focus,
.restaurant-form select:focus,
.restaurant-form textarea:focus {
  border-color: #ef7651;
  background: rgba(255,255,255,.1);
}

.yaffa-form input:focus,
.yaffa-form select:focus,
.yaffa-form textarea:focus {
  border-color: #513629;
  background: rgba(255,255,255,.25);
}

.restaurant-form input::placeholder,
.restaurant-form textarea::placeholder {
  color: #8f8982;
  opacity: 1;
}

.yaffa-form input::placeholder,
.yaffa-form textarea::placeholder {
  color: #735c49;
}

.form-submit {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 8px;
}

.form-submit button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  background: #d84a27;
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.form-submit button:disabled {
  cursor: wait;
  opacity: .68;
}

.yaffa-form .form-submit button {
  background: #503526;
}

.form-submit > span {
  color: #9d9790;
  font-size: 10px;
}

.yaffa-form .form-submit > span {
  color: #614b3a;
}

.form-submit a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  min-height: 22px;
  margin: -5px 0 0;
  color: #bcb6ae;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.form-status:empty {
  display: none;
}

.form-status-success {
  color: #9fd49f;
}

.form-status-error {
  color: #ff9c83;
}

.yaffa-form .form-status {
  color: #604938;
}

.yaffa-form .form-status-success {
  color: #255c37;
}

.yaffa-form .form-status-error {
  color: #8a251b;
}

.page-contact-section {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 7vw;
  align-items: start;
  padding: 125px 7vw;
}

.lakeside-page .page-contact-section {
  background: #e9e1d4;
  color: #171411;
}

.yaffa-page .page-contact-section {
  background: #efe4d2;
  color: #38291f;
}

.page-contact-intro {
  position: sticky;
  top: 45px;
}

.page-contact-intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.8vw, 84px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.055em;
}

.lakeside-page .page-contact-intro h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.page-contact-intro > p:not(.eyebrow) {
  max-width: 500px;
  margin: 30px 0 0;
  color: #6f6257;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.7;
}

.direct-contact {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.direct-contact a {
  width: fit-content;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.single-form-wrap {
  min-width: 0;
}

.single-form-wrap .restaurant-form {
  width: 100%;
}

.map-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  min-height: 650px;
  background: #f5efe6;
}

.map-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 7vw;
}

.map-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 6vw, 90px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.055em;
}

.map-copy > p:not(.eyebrow) {
  margin: 32px 0;
  color: #706258;
  line-height: 1.7;
}

.map-frame {
  min-height: 650px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 650px;
  border: 0;
}

.contact-help {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 7vw;
  padding: 125px 7vw;
  background: #37271f;
  color: #f4e9dc;
}

.contact-help h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.055em;
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.19);
}

.help-grid article {
  min-height: 340px;
  padding: 30px 2.6vw;
  border-right: 1px solid rgba(255,255,255,.19);
}

.help-grid article:last-child {
  border-right: 0;
}

.help-grid span {
  color: #d6aa76;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.help-grid h3 {
  margin: 80px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.help-grid p {
  color: #c0afa1;
  font-size: 13px;
  line-height: 1.7;
}

.help-grid a {
  display: inline-block;
  margin-top: 20px;
  color: #e2bd8c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-footer {
  display: flex;
  justify-content: space-between;
  padding: 38px 7vw;
  background: #211711;
  color: #b7a598;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .home-nav nav,
  .site-nav nav {
    display: none;
  }

  .choice-intro {
    display: block;
  }

  .choice-intro > p:last-child {
    margin: 20px 0 0;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .store-choice {
    min-height: 480px;
  }

  .lakeside-story,
  .menu-columns,
  .visit-section,
  .yaffa-hero,
  .yaffa-manifesto,
  .yaffa-visit,
  .opening-banner,
  .yaffa-menu-heading,
  .yaffa-faq,
  .lakeside-catering,
  .contact-form-heading,
  .page-contact-section,
  .map-section,
  .contact-help {
    grid-template-columns: 1fr;
  }

  .lakeside-story {
    gap: 42px;
  }

  .lakeside-story img {
    height: 420px;
  }

  .menu-feature-grid,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .yaffa-menu-grid,
  .contact-cards,
  .forms-grid {
    grid-template-columns: 1fr;
  }

  .menu-home-grid,
  .dish-gallery,
  .yaffa-menu-page .dish-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .full-menu-intro,
  .full-menu-categories,
  .menu-page-cta {
    grid-template-columns: 1fr;
  }

  .full-menu-intro,
  .menu-page-cta {
    gap: 42px;
  }

  .yaffa-signatures-heading,
  .yaffa-refreshers {
    grid-template-columns: 1fr;
  }

  .yaffa-photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .yaffa-photo-card {
    min-height: 520px;
  }

  .yaffa-photo-card-wide {
    grid-column: span 2;
  }

  .yaffa-refreshers > img {
    min-height: 660px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .menu-feature {
    min-height: 250px;
  }

  .menu-feature h3 {
    margin-top: 45px;
  }

  .hero-hours {
    display: none;
  }

  .yaffa-hero {
    gap: 70px;
    padding-top: 110px;
  }

  .yaffa-brand-frame {
    margin: 0;
  }

  .yaffa-manifesto {
    grid-template-columns: 35px 1fr;
  }

  .manifesto-copy {
    grid-column: 2;
  }

  .experience-heading {
    display: block;
  }

  .experience-grid article,
  .experience-grid article + article {
    min-height: 230px;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .experience-grid h3 {
    margin-top: 45px;
  }

  .opening-banner {
    gap: 28px;
  }

  .contact-help {
    gap: 55px;
  }

  .contact-form-heading {
    gap: 26px;
  }

  .page-contact-intro {
    position: static;
  }

  .help-grid {
    grid-template-columns: 1fr;
  }

  .help-grid article {
    min-height: 230px;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.19);
  }

  .help-grid h3 {
    margin-top: 50px;
  }
}

@media (max-width: 600px) {
  .home-nav,
  .site-nav {
    min-height: 76px;
    padding: 0 20px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .site-nav .wordmark,
  .site-nav .yaffa-wordmark {
    min-width: 0;
  }

  .yaffa-logo-mark {
    width: 48px;
    height: 48px;
  }

  .yaffa-nav .yaffa-logo-name {
    display: none;
  }

  .wordmark {
    display: grid;
    gap: 2px;
  }

  .wordmark strong {
    font-size: 18px;
  }

  .choice-hero {
    padding: 36px 20px 20px;
  }

  .choice-grid {
    min-height: 0;
  }

  .choice-content {
    min-height: 240px;
    padding: 28px;
  }

  .store-choice {
    min-height: 420px;
  }

  .home-footer,
  .lakeside-footer,
  .yaffa-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 34px 20px;
  }

  .lakeside-hero {
    min-height: 700px;
  }

  .lakeside-hero-copy {
    padding: 130px 20px 80px;
  }

  .lakeside-hero-copy h1 {
    font-size: 66px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lakeside-story,
  .menu-section,
  .yaffa-experience,
  .yaffa-signatures,
  .yaffa-visit,
  .yaffa-menu-section,
  .yaffa-faq,
  .lakeside-catering,
  .contact-hero,
  .contact-form-section,
  .page-contact-section,
  .contact-help {
    padding: 85px 20px;
  }

  .lakeside-story img {
    height: 330px;
  }

  .menu-feature-grid {
    margin-bottom: 70px;
  }

  .menu-list article {
    gap: 12px;
  }

  .visit-photo img {
    min-height: 500px;
  }

  .visit-copy {
    padding: 85px 20px;
  }

  .visit-copy h2 {
    font-size: 64px;
  }

  .yaffa-hero {
    padding: 95px 20px 75px;
  }

  .yaffa-hero-copy h1 {
    font-size: 60px;
  }

  .yaffa-brand-frame {
    width: calc(100% - 14px);
  }

  .yaffa-brand-frame .yaffa-hero-photo {
    height: 510px;
  }

  .yaffa-brand-frame .yaffa-hero-seal {
    right: -16px;
    bottom: -28px;
    width: 132px;
    height: 132px;
  }

  .yaffa-manifesto {
    padding: 95px 20px;
  }

  .yaffa-quote {
    padding: 100px 20px;
  }

  .yaffa-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .opening-banner {
    padding: 45px 20px;
  }

  .yaffa-menu-grid {
    gap: 55px;
  }

  .menu-home-grid {
    grid-template-columns: 1fr;
  }

  .menu-home-grid img {
    height: 330px;
  }

  .menu-home-action,
  .yaffa-menu-home-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .yaffa-popular-list {
    grid-template-columns: 1fr;
  }

  .menu-page-hero {
    min-height: 620px;
  }

  .menu-page-hero > div:last-child {
    padding: 120px 20px 85px;
  }

  .menu-page-hero h1 {
    font-size: 64px;
  }

  .dish-gallery,
  .yaffa-menu-page .dish-gallery {
    grid-template-columns: 1fr;
  }

  .dish-gallery article {
    min-height: 500px;
  }

  .full-menu-shell,
  .menu-page-cta {
    padding: 85px 20px;
  }

  .full-menu-categories {
    gap: 55px;
  }

  .full-menu-intro h2,
  .menu-page-cta h2 {
    font-size: 58px;
  }

  .yaffa-signatures-heading {
    margin-bottom: 44px;
  }

  .yaffa-signatures-heading h2 {
    font-size: 52px;
  }

  .yaffa-photo-grid {
    grid-template-columns: 1fr;
  }

  .yaffa-photo-card,
  .yaffa-photo-card-wide {
    grid-column: auto;
    min-height: 500px;
  }

  .yaffa-refreshers > img {
    min-height: 540px;
  }

  .yaffa-refreshers > div {
    padding: 85px 20px;
  }

  .yaffa-refreshers h2 {
    font-size: 52px;
  }

  .contact-card,
  .map-copy {
    padding: 65px 20px;
  }

  .restaurant-form {
    padding: 42px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-card {
    min-height: 480px;
  }

  .contact-card h2 {
    margin-top: 70px;
  }

  .contact-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 30px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .store-choice img,
  .button {
    transition: none;
  }
}
