@font-face {
  font-family: Cormorant;
  src: url("../fonts/cormorant.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: Caveat;
  src: url("../fonts/caveat.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
:root {
  --paper: #f1ebdf;
  --ink: #30231d;
  --wine: #561d20;
  --font-display: Cormorant, Georgia, serif;
  --color-primary: #561d20;
  --color-background: #f1ebdf;
  --color-secondary: #f1ebdf;
  --color-text: #30231d;
  --header-height: 86px;
  --paper-texture: url("../images/editorial/editorial-paper-960.webp");
  --tear: polygon(
    0 2%,
    3% 1%,
    6% 2%,
    9% 0,
    12% 1.8%,
    16% 0.5%,
    20% 2%,
    24% 0,
    28% 1%,
    32% 0.3%,
    37% 1.5%,
    41% 0,
    46% 1%,
    50% 0,
    56% 1.5%,
    60% 0.5%,
    65% 2%,
    70% 0,
    74% 1%,
    79% 0.2%,
    84% 1.5%,
    89% 0.5%,
    94% 2%,
    100% 0.5%,
    99% 13%,
    100% 26%,
    99% 38%,
    100% 51%,
    99.4% 65%,
    100% 78%,
    99% 90%,
    100% 99%,
    95% 98.4%,
    91% 100%,
    86% 98%,
    81% 99%,
    77% 98.3%,
    72% 100%,
    66% 98.8%,
    61% 100%,
    57% 98.7%,
    51% 100%,
    46% 98%,
    40% 99%,
    35% 98.5%,
    29% 100%,
    24% 98%,
    18% 99%,
    13% 98%,
    8% 100%,
    3% 98.5%,
    0 100%,
    0.8% 87%,
    0 74%,
    1% 62%,
    0 49%,
    0.7% 36%,
    0 23%,
    0.7% 12%
  );
}
body {
  background: var(--paper) var(--paper-texture) repeat;
  background-size: 900px;
  color: var(--ink);
}
h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 400;
  letter-spacing: -0.025em;
}
.site-header {
  height: var(--header-height);
  padding: 12px 3.3%;
  border: 0;
  background: var(--paper) var(--paper-texture);
  background-size: 900px;
  gap: 3%;
}
.wordmark {
  display: block;
  font:
    400 clamp(25px, 2.7vw, 42px)/1 Cormorant,
    Georgia,
    serif;
  letter-spacing: 0.17em;
  white-space: nowrap;
}
.wordmark-tagline {
  display: block;
  font:
    400 clamp(5px, 0.49vw, 8px)/2 Wix,
    Arial,
    sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 3px;
}
.primary-navigation {
  flex: 1;
  justify-content: space-between;
  gap: 4%;
  margin-left: 5%;
}
.nav-list {
  gap: clamp(16px, 1.7vw, 27px);
}
.nav-list a {
  font:
    400 clamp(9px, 0.72vw, 12px)/1.5 Wix,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-block: 14px;
}
.header-cta {
  background: var(--wine);
  color: var(--paper);
  border: 1px solid #88605a;
  outline: 1px solid var(--wine);
  outline-offset: 2px;
  padding: 6px 17px;
  min-height: 36px;
  font:
    400 10px/1.5 Wix,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  gap: 14px;
  white-space: nowrap;
}
.header-cta span {
  font-size: 18px;
}
.hand {
  font-family: Caveat, cursive;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}
.scrapbook-home {
  max-width: 1700px;
  margin: auto;
  overflow: clip;
}
.paper-section {
  padding-inline: 4.8%;
}
.scrapbook-home .eyebrow,
.scrap-menu-hero .eyebrow {
  font:
    400 clamp(8px, 0.66vw, 11px)/1.6 Wix,
    Arial,
    sans-serif;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
}
.scrapbook-home h2 {
  font-size: clamp(28px, 2.8vw, 45px);
  line-height: 1.02;
  margin: 0 0 12px;
}
.scrapbook-home p {
  margin-bottom: 0;
}
.scrapbook-home p.eyebrow {
  margin-bottom: 10px;
}
.paper-scrap {
  background: var(--wine) var(--paper-texture);
  background-size: 600px;
  background-blend-mode: multiply;
  clip-path: var(--tear);
}
.paper-note {
  background: #dfd1ba var(--paper-texture);
  background-size: 440px;
  background-blend-mode: multiply;
  box-shadow: 1px 4px 8px #30231d20;
  padding: 16px 20px;
  color: #423b2d;
}
.photo {
  padding: 7px;
  background: var(--paper) var(--paper-texture);
  background-size: 500px;
  box-shadow: 1px 3px 7px #34211c30;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.botanical {
  object-fit: contain;
  pointer-events: none;
}
.paper-button {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 40px;
  padding: 9px 20px;
  background: var(--wine);
  border: 1px solid #8a615a;
  outline: 2px solid var(--paper);
  box-shadow: 0 0 0 3px #bea995;
  color: var(--paper);
  font:
    400 clamp(9px, 0.74vw, 12px)/1.4 Wix,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: background 0.2s;
}
.paper-button:hover {
  background: #773435;
}
.paper-button span {
  font-size: 20px;
  line-height: 1;
}
.paper-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  font:
    400 clamp(9px, 0.78vw, 12px)/1.5 Wix,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.paper-link span {
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
}
.paper-link:hover {
  color: #842f31;
}
.scrap-hero {
  height: clamp(390px, 37.1vw, 630px);
  position: relative;
  isolation: isolate;
}
.scrap-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ded4c5 var(--paper-texture);
  background-blend-mode: multiply;
  background-size: 900px;
  clip-path: var(--tear);
  z-index: -4;
}
.hero-friends {
  position: absolute;
  left: 11%;
  top: 0;
  width: 20%;
  height: 87%;
  transform: rotate(2deg);
  z-index: 1;
}
.hero-friends img {
  object-position: 49% 50%;
}
.hero-burgundy {
  position: absolute;
  left: 24%;
  top: 14%;
  width: 10%;
  height: 37%;
  transform: rotate(22deg);
  z-index: -1;
}
.hero-note-left {
  position: absolute;
  left: 2.1%;
  top: 14%;
  font-size: clamp(22px, 2.7vw, 41px);
  transform: rotate(-9deg);
  z-index: 2;
}
.hero-center {
  position: absolute;
  left: 31%;
  top: 30%;
  width: 39%;
  text-align: center;
  z-index: 4;
}
.hero-center::before {
  content: "";
  position: absolute;
  inset: -13% -10% -21%;
  background: var(--paper) var(--paper-texture);
  background-size: 800px;
  clip-path: var(--tear);
  transform: rotate(-2deg);
  z-index: -1;
}
.hero-center .eyebrow {
  white-space: nowrap;
  font-size: clamp(7px, 0.68vw, 11px);
  letter-spacing: 0.35em;
  margin-bottom: 14px;
}
.hero-center h1 {
  font:
    400 clamp(62px, 7.35vw, 121px)/0.95 Cormorant,
    Georgia,
    serif;
  letter-spacing: -0.035em;
  white-space: nowrap;
  color: #381512;
  margin: 0 -8% 15px;
}
.hero-subtitle {
  font:
    400 clamp(10px, 1.03vw, 16px)/1.5 Cormorant,
    Georgia,
    serif;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.hero-center .paper-button {
  margin-top: 28px;
}
.hero-plate {
  position: absolute;
  left: 55.7%;
  top: -10%;
  width: 29%;
  transform: rotate(-16deg);
  z-index: 2;
  filter: drop-shadow(2px 4px 3px #36281933);
}
.hero-plate img {
  width: 100%;
}
.hero-garden {
  position: absolute;
  right: 6.3%;
  top: 4%;
  width: 16%;
  height: 54%;
  transform: rotate(2.5deg);
  z-index: 3;
}
.hero-garden img {
  object-position: 60% center;
}
.hero-signature {
  position: absolute;
  right: -1%;
  bottom: 0;
  width: 23.5%;
  height: 41%;
  transform: rotate(2deg);
  z-index: 1;
  color: var(--paper);
  display: flex;
  align-items: flex-end;
  padding: 0 0 6% 2.5%;
}
.hero-signature span {
  font:
    400 clamp(20px, 2.5vw, 40px)/0.9 Cormorant,
    Georgia,
    serif;
  letter-spacing: 0.08em;
}
.hero-note-world {
  position: absolute;
  right: 2.5%;
  top: 51%;
  z-index: 5;
  transform: rotate(8deg);
  font-size: clamp(17px, 1.9vw, 30px);
  text-align: center;
  width: 13%;
  padding: 18px 9px;
}
.hero-note-meal {
  position: absolute;
  bottom: 3%;
  left: 21%;
  z-index: 5;
  transform: rotate(-12deg);
  font-size: clamp(22px, 2.4vw, 38px);
  text-align: center;
  width: 10.5%;
  padding: 17px 8px;
}
.hero-note-right {
  position: absolute;
  right: 24%;
  bottom: 4%;
  z-index: 6;
  font-size: clamp(24px, 3vw, 48px);
  transform: rotate(-12deg);
}
.hero-olive-left {
  position: absolute;
  width: 14%;
  left: 26%;
  bottom: 7%;
  transform: rotate(-55deg);
  z-index: 2;
}
.hero-olive-right {
  position: absolute;
  width: 22%;
  right: -6%;
  top: 5%;
  transform: rotate(-25deg);
  z-index: 2;
}
.wax-seal {
  position: absolute;
  right: 2%;
  bottom: 0;
  z-index: 6;
  width: 6.5%;
  aspect-ratio: 1;
  border-radius: 47% 50% 45% 49%;
  display: grid;
  place-items: center;
  font:
    400 clamp(19px, 3vw, 45px)/1 Cormorant,
    Georgia,
    serif;
  color: #b77b66;
  background: radial-gradient(ellipse at 30% 20%, #a05249, #4b1115 75%);
  border: 4px double #8e4840;
  box-shadow:
    2px 3px 4px #29141177,
    inset 0 0 0 5px #581d22,
    inset 0 0 0 7px #a36153;
  text-shadow: 1px 1px #300c10;
}
.scribble {
  position: absolute;
  z-index: 3;
  left: 4%;
  bottom: 9%;
  font:
    400 clamp(65px, 9vw, 140px)/0.5 Caveat,
    cursive;
  color: var(--wine);
  transform: rotate(-40deg);
}
.scrap-philosophy {
  position: relative;
  display: grid;
  grid-template-columns: 29% 33% 27% 11%;
  align-items: center;
  min-height: clamp(280px, 26vw, 440px);
  padding: 28px 4.8% 24px 6.6%;
  isolation: isolate;
}
.philosophy-words {
  padding-right: 12%;
}
.philosophy-words > p:not(.eyebrow),
.catering-words > p:not(.eyebrow) {
  font:
    400 clamp(14px, 1.3vw, 20px)/1.22 Cormorant,
    Georgia,
    serif;
  letter-spacing: 0.012em;
}
.philosophy-words .paper-link {
  margin-top: 8px;
}
.philosophy-photo {
  height: clamp(235px, 23vw, 390px);
  transform: rotate(-6deg);
  margin: 0 0 0 3%;
  position: relative;
  z-index: 2;
}
.philosophy-photo img {
  object-position: 38% center;
}
.philosophy-photo figcaption {
  position: absolute;
  right: -10%;
  bottom: 3%;
  font-size: clamp(20px, 2.1vw, 32px);
  transform: rotate(-4deg);
  margin: 0;
  line-height: 1.03;
  padding: 20px;
}
.philosophy-manifesto {
  align-self: stretch;
  margin: 0 0 0 -50%;
  padding: 12% 6% 8% 59%;
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.philosophy-manifesto > p:first-child {
  font:
    400 clamp(8px, 0.78vw, 12px)/2 Wix,
    Arial,
    sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.philosophy-manifesto > span {
  width: 30px;
  border-top: 1px solid #ccb39d;
  margin: 25px 0;
}
.philosophy-manifesto .manifesto-title {
  font:
    400 clamp(18px, 1.7vw, 28px)/1.3 Cormorant,
    Georgia,
    serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.philosophy-botanical {
  width: 240%;
  max-width: none;
  transform: rotate(-35deg);
  margin-left: -65%;
  filter: sepia(1) grayscale(0.6);
  opacity: 0.75;
  z-index: -1;
}
.scrap-menu {
  padding-top: 20px;
  padding-bottom: 32px;
}
.scrap-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 19px;
}
.scrap-section-heading h2 {
  margin-bottom: 0;
}
.menu-paper-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-inline: -1.5%;
}
.menu-paper-tab {
  display: grid;
  grid-template-columns: 54% 46%;
  height: clamp(130px, 12vw, 188px);
  box-shadow: 1px 3px 4px #4231201c;
  background: #e5d9c7 var(--paper-texture);
  background-blend-mode: multiply;
  position: relative;
  transform: rotate(-0.5deg);
}
.menu-paper-tab:nth-child(even) {
  transform: rotate(0.8deg);
}
.menu-paper-tab > div {
  padding: 17px 8px 12px 14px;
  z-index: 1;
}
.menu-paper-tab h3 {
  font:
    400 clamp(12px, 1.14vw, 18px)/1.08 Cormorant,
    Georgia,
    serif;
  text-transform: uppercase;
  margin: 0 0 10px;
  letter-spacing: -0.025em;
}
.menu-paper-tab p {
  font:
    400 clamp(12px, 1.03vw, 16px)/1.2 Cormorant,
    Georgia,
    serif;
}
.menu-paper-tab img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(
    9% 0,
    100% 0,
    100% 100%,
    0 100%,
    6% 89%,
    0 74%,
    9% 61%,
    2% 48%,
    10% 31%,
    3% 17%
  );
}
.menu-paper-tab:hover {
  transform: rotate(0);
  box-shadow: 1px 4px 12px #42312035;
}
.scrap-featured {
  padding-top: 16px;
  padding-bottom: 24px;
  position: relative;
}
.scrap-featured::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f5eee1 var(--paper-texture);
  background-blend-mode: multiply;
  clip-path: var(--tear);
  z-index: -1;
}
.scrap-featured h2 {
  font-size: clamp(26px, 2.3vw, 38px);
  margin-bottom: 27px;
}
.featured-collage {
  display: grid;
  grid-template-columns: 86% 14%;
  align-items: start;
}
.food-polaroids {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin-left: -1%;
}
.food-polaroid {
  transform: rotate(-7deg);
  padding: 7px 7px 4px;
  transition: transform 0.2s;
  align-self: start;
}
.food-polaroid:nth-child(2) {
  transform: rotate(4deg);
  margin-top: -6px;
}
.food-polaroid:nth-child(3) {
  transform: rotate(-2deg);
  margin-top: 8px;
}
.food-polaroid:nth-child(4) {
  transform: rotate(6deg);
}
.food-polaroid:nth-child(5) {
  transform: rotate(-5deg);
  margin-top: -9px;
}
.food-polaroid:hover {
  transform: translateY(-6px) rotate(0);
  z-index: 2;
}
.food-polaroid img {
  aspect-ratio: 1.08;
  height: auto;
  object-fit: cover;
}
.food-polaroid h3 {
  font-size: clamp(15px, 1.55vw, 24px);
  text-align: center;
  margin: 8px 0 4px;
  line-height: 1.02;
  min-height: 2.05em;
  color: var(--ink);
}
.featured-note {
  position: relative;
  text-align: center;
  padding-left: 14%;
  margin-top: -45px;
}
.featured-note .hand {
  font-size: clamp(23px, 2.55vw, 39px);
  transform: rotate(-14deg);
}
.featured-note .botanical {
  width: 130%;
  max-width: none;
  margin: 5px 0 -30px -12%;
  transform: rotate(-45deg);
}
.scrap-catering {
  display: grid;
  grid-template-columns: 22% 29% 25% 24%;
  align-items: center;
  min-height: clamp(270px, 24vw, 400px);
  gap: 0;
  padding-top: 20px;
  position: relative;
}
.catering-scene {
  height: 100%;
  min-height: 280px;
  max-height: 380px;
  transform: rotate(-2deg);
  clip-path: var(--tear);
  margin-left: -9%;
}
.catering-scene img {
  height: 100%;
  max-height: 380px;
  width: 100%;
  object-fit: cover;
  object-position: 24% center;
}
.catering-words {
  padding: 16px 9% 15px 13%;
}
.catering-words h2 {
  max-width: 250px;
}
.catering-occasions {
  padding-top: 26px;
}
.catering-occasions ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.catering-occasions li a {
  font:
    400 clamp(10px, 0.88vw, 13px)/1.5 Cormorant,
    Georgia,
    serif;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
}
.catering-occasions li span {
  font-size: 24px;
  line-height: 0.7;
}
.catering-note {
  font-size: clamp(29px, 3.2vw, 48px);
  text-align: center;
  width: 68%;
  margin: 12px auto;
  transform: rotate(4deg);
  padding-block: 25px;
  clip-path: var(--tear);
  position: relative;
}
.catering-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 18px;
  background: #7d31319c;
  transform: rotate(-9deg);
}
.catering-note span {
  display: block;
  font-size: 30px;
}
.scrap-moments {
  padding-top: 13px;
}
.scrap-moments h2 {
  font-size: clamp(25px, 2.15vw, 36px);
  margin-bottom: 16px;
}
.moments-strip {
  display: grid;
  grid-template-columns: 12% 13% 18% 20% 13% 15% 9%;
  align-items: stretch;
  height: clamp(165px, 16vw, 260px);
  padding: 8px 0 12px;
}
.moments-strip > .paper-note {
  font-size: clamp(20px, 2.35vw, 34px);
  padding: 15px 8px;
  text-align: center;
  transform: rotate(-3deg);
  clip-path: var(--tear);
}
.moments-strip .photo {
  padding: 5px;
  transform: rotate(-3deg);
  z-index: 1;
}
.moments-strip .photo:nth-child(3) {
  transform: rotate(2deg);
}
.moments-strip .photo:nth-child(5) {
  transform: rotate(2deg);
}
.moments-strip .photo:nth-child(6) {
  transform: rotate(-5deg);
}
.moments-last img {
  filter: grayscale(1);
}
.moment-message {
  background: #634934 var(--paper-texture);
  background-blend-mode: multiply;
  display: grid;
  place-items: center;
  transform: rotate(2deg);
}
.moment-message .paper-note {
  font-size: clamp(24px, 2.5vw, 38px);
  transform: rotate(13deg);
  text-align: center;
  padding: 13px 30px;
  margin: 0;
}
.moments-strip .end-note {
  font-size: clamp(17px, 1.7vw, 27px);
  text-transform: uppercase;
}
.scrapbook-footer {
  padding: 0;
  display: grid;
  grid-template-columns: 54% 29% 17%;
  background: transparent;
  color: var(--ink);
  position: relative;
  margin-top: 10px;
}
.footer-invitation {
  min-height: clamp(185px, 17vw, 290px);
  color: var(--paper);
  position: relative;
  display: grid;
  place-items: center;
  padding: 35px 20px 35px 23%;
  overflow: hidden;
}
.footer-invitation > div {
  z-index: 1;
  text-align: center;
}
.footer-invitation h2 {
  color: var(--paper);
  font:
    400 clamp(30px, 3vw, 48px)/0.98 Cormorant,
    Georgia,
    serif;
  margin: 0 0 22px;
}
.footer-olive {
  position: absolute;
  left: -4%;
  top: -24%;
  width: 40%;
  transform: rotate(25deg);
  filter: drop-shadow(2px 4px 3px #200b0b55);
}
.paper-button-outline {
  background: transparent;
  outline: none;
  box-shadow: none;
  border-color: #b99586;
  min-height: 36px;
}
.footer-identity {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 30px 20px;
}
.footer-identity .wordmark {
  font-size: clamp(22px, 1.75vw, 29px);
}
.footer-identity .wordmark-tagline {
  display: none;
}
.footer-identity > p {
  font:
    400 clamp(8px, 0.7vw, 11px)/1.4 Wix,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin: 14px 0;
}
.footer-identity .contact-links {
  font-size: 11px;
}
.footer-navigation {
  align-self: center;
  padding: 20px 0;
}
.footer-navigation .footer-nav,
.footer-navigation .nav-list {
  display: block;
}
.footer-navigation a {
  display: block;
  font:
    400 clamp(9px, 0.73vw, 12px)/1.3 Wix,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  padding: 5px 0;
}
.scrapbook-footer .footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #a8977e40;
  padding: 22px 5%;
  font:
    400 clamp(7px, 0.6vw, 10px)/1.6 Wix,
    Arial,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0;
  gap: 20px;
  color: #6c5e50;
}
/* Menu: the same paper, food prints and quiet typography. */
.scrap-menu-hero {
  min-height: 440px;
  height: 36vw;
  max-height: 570px;
  position: relative;
  isolation: isolate;
  overflow: clip;
  max-width: 1700px;
  margin: auto;
}
.menu-hero-words {
  width: 43%;
  margin: auto;
  padding-top: 6.5%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.menu-hero-words h1 {
  font-size: clamp(48px, 5.5vw, 85px);
  line-height: 0.93;
  margin: 18px 0;
}
.menu-hero-words > p:not(.eyebrow) {
  font:
    400 clamp(17px, 1.5vw, 23px)/1.3 Cormorant,
    Georgia,
    serif;
  max-width: 430px;
  margin: 0 auto 20px;
}
.menu-hero-photo {
  position: absolute;
  width: 22%;
  height: 76%;
  left: 5%;
  top: 8%;
  transform: rotate(-7deg);
}
.menu-hero-photo img {
  height: 84%;
}
.menu-hero-photo figcaption {
  font-size: clamp(20px, 2.2vw, 35px);
  margin: 10px 0;
  text-align: center;
}
.menu-hero-scrap {
  position: absolute;
  width: 25%;
  height: 63%;
  left: 0;
  top: 20%;
  transform: rotate(3deg);
  z-index: -1;
}
.menu-hero-plate {
  position: absolute;
  width: 28%;
  right: -1%;
  top: 0;
  transform: rotate(15deg);
}
.menu-hero-note {
  position: absolute;
  right: 6%;
  bottom: 13%;
  font-size: clamp(24px, 2.8vw, 43px);
  transform: rotate(-10deg);
  z-index: 2;
}
.menu-hero-olive {
  position: absolute;
  width: 18%;
  right: -5%;
  bottom: 0;
  transform: rotate(-20deg);
}
.category-navigation {
  background: var(--paper) var(--paper-texture);
  background-size: 900px;
  border-top: 1px solid #aa958358;
  border-bottom: 1px solid #aa958358;
  padding: 0 3%;
}
.category-links {
  gap: 24px;
  padding: 0;
  scrollbar-width: thin;
}
.category-links a {
  font:
    400 10px/1.4 Wix,
    Arial,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 18px 0;
  white-space: nowrap;
  min-height: 52px;
}
.category-links a[aria-current="true"] {
  color: var(--wine);
}
.menu-categories {
  max-width: 1260px;
}
.menu-category {
  padding: 55px 0 60px;
  border-bottom: 1px solid #b09c805c;
  position: relative;
}
.category-heading {
  gap: 20px;
  margin-bottom: 28px;
  align-items: start;
}
.category-number {
  font:
    400 19px/1.5 Caveat,
    cursive;
  color: var(--wine);
  padding-top: 7px;
}
.category-heading h2 {
  font-size: clamp(32px, 3.4vw, 52px);
  text-transform: none;
  margin: 0 0 8px;
  line-height: 1.02;
}
.category-heading .service-note {
  font:
    400 13px/1.5 Wix,
    Arial,
    sans-serif;
  color: #635145;
}
.category-body.with-photo {
  grid-template-columns: minmax(0, 1fr) 29%;
  gap: 9%;
  align-items: start;
}
.dish-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 40px;
}
.menu-dish {
  padding: 0;
  border: 0;
}
.menu-dish h3 {
  font:
    500 clamp(17px, 1.5vw, 23px)/1.12 Cormorant,
    Georgia,
    serif;
  letter-spacing: 0.015em;
  margin: 0 0 9px;
  color: var(--wine);
}
.menu-dish h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.menu-dish p {
  font:
    400 clamp(16px, 1.35vw, 20px)/1.3 Cormorant,
    Georgia,
    serif;
  margin: 0 0 8px;
  color: var(--ink);
}
.menu-dish .dish-note {
  font:
    400 11px/1.5 Wix,
    Arial,
    sans-serif;
  color: #635145;
}
.category-photo {
  padding: 8px 8px 18px;
  background: var(--paper) var(--paper-texture);
  box-shadow: 1px 4px 10px #35251b2b;
  transform: rotate(4deg);
  margin-top: -30px;
}
.category-photo img {
  width: 100%;
  height: auto;
  max-height: 360px;
  aspect-ratio: 1.03;
  object-fit: cover;
}
.category-photo figcaption {
  font:
    400 24px/1.05 Caveat,
    cursive;
  text-align: center;
  margin: 12px 4px 0;
  color: var(--ink);
}
.menu-category:nth-child(even) .category-photo {
  transform: rotate(-4deg);
}
.menu-category:nth-child(3n) {
  background: #ded0b514;
  padding-inline: 25px;
  margin-inline: -25px;
  clip-path: var(--tear);
}
.menu-imagery-note {
  font:
    400 12px/1.6 Wix,
    Arial,
    sans-serif;
  color: #635145;
  padding-block: 25px;
  max-width: 1260px;
}
.page-template-page-menu .service-information {
  padding-block: 65px;
  background: #e1d5bf var(--paper-texture);
  background-blend-mode: multiply;
  clip-path: var(--tear);
}
.page-template-page-menu .service-information h2 {
  font-size: 48px;
  text-transform: none;
}
.page-template-page-menu .service-information dd {
  font:
    400 18px/1.4 Cormorant,
    Georgia,
    serif;
}
@media (min-width: 1700px) {
  .site-header {
    padding-inline: max(3.3%, calc((100% - 1588px) / 2));
  }
  .scrapbook-footer {
    max-width: 1700px;
    margin-inline: auto;
  }
}
@media (max-width: 1100px) {
  :root {
    --header-height: 64px;
  }
  .site-header {
    gap: 20px;
  }
  .primary-navigation {
    margin-left: 3%;
    gap: 25px;
  }
  .nav-list {
    gap: 17px;
  }
  .header-cta {
    min-height: 29px;
    padding: 4px 12px;
    font-size: 8px;
  }
  .hero-center .paper-button {
    margin-top: 24px;
  }
  .scrap-hero {
    height: 37.1vw;
    min-height: 350px;
  }
  .philosophy-manifesto > span {
    margin-block: 18px;
  }
  .philosophy-words {
    padding-right: 10%;
  }
  .scrap-philosophy {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .menu-paper-tab > div {
    padding: 15px 5px 10px 10px;
  }
  .food-polaroid {
    padding: 5px;
  }
  .catering-scene {
    min-height: 250px;
  }
  .catering-note {
    width: 76%;
  }
  .paper-button {
    min-height: 34px;
    padding: 8px 15px;
  }
  .scrap-menu {
    padding-bottom: 20px;
  }
  .scrap-menu-hero {
    min-height: 360px;
  }
  .menu-hero-words {
    padding-top: 6%;
  }
  .menu-hero-note {
    bottom: 11%;
  }
  .category-body.with-photo {
    gap: 7%;
  }
  .dish-list {
    gap: 25px 28px;
  }
}
@media (max-width: 900px) {
  .site-header {
    padding-inline: 5%;
  }
  .primary-navigation {
    margin: 0;
    gap: 24px;
    justify-content: flex-start;
    background: var(--paper) var(--paper-texture);
    background-size: 900px;
  }
  .primary-navigation .nav-list {
    gap: 0;
  }
  .primary-navigation .nav-list a {
    font-family: Cormorant, Georgia, serif;
    font-size: 30px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.3;
  }
  .primary-navigation .header-cta {
    align-self: flex-start;
    padding: 10px 20px;
    font-size: 11px;
  }
  .nav-toggle {
    font:
      400 11px/1 Wix,
      Arial,
      sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
  }
  .wordmark {
    font-size: 29px;
  }
  .wordmark-tagline {
    font-size: 5.6px;
  }
  .scrap-hero {
    min-height: 350px;
  }
  .hero-center {
    top: 32%;
    left: 29%;
    width: 44%;
  }
  .hero-center h1 {
    font-size: 8vw;
  }
  .hero-center .eyebrow {
    font-size: 6px;
    letter-spacing: 0.2em;
  }
  .hero-subtitle {
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .hero-note-left {
    font-size: 23px;
  }
  .hero-note-right {
    font-size: 24px;
    right: 22%;
    bottom: 3%;
  }
  .hero-note-meal {
    font-size: 22px;
    width: 12%;
    left: 20%;
  }
  .hero-note-world {
    font-size: 18px;
    width: 14%;
    right: 1.5%;
  }
  .scrap-philosophy {
    grid-template-columns: 31% 35% 34%;
    padding-right: 3%;
    min-height: 270px;
  }
  .philosophy-botanical {
    display: none;
  }
  .philosophy-photo {
    height: 225px;
  }
  .philosophy-photo figcaption {
    font-size: 21px;
    padding: 12px;
  }
  .philosophy-manifesto {
    padding-left: 54%;
  }
  .philosophy-words > p:not(.eyebrow) {
    font-size: 14px;
  }
  .scrapbook-home h2 {
    font-size: 28px;
  }
  .menu-paper-tabs {
    gap: 8px;
  }
  .menu-paper-tab {
    height: 139px;
    grid-template-columns: 55% 45%;
  }
  .menu-paper-tab h3 {
    font-size: 12px;
  }
  .menu-paper-tab p {
    font-size: 12px;
  }
  .scrap-featured h2 {
    font-size: 26px;
  }
  .food-polaroid h3 {
    font-size: 17px;
    min-height: 3.05em;
  }
  .featured-note .hand {
    font-size: 25px;
  }
  .scrap-catering {
    grid-template-columns: 23% 30% 27% 20%;
  }
  .catering-words {
    padding-left: 12%;
    padding-right: 8%;
  }
  .catering-note {
    font-size: 28px;
    width: 93%;
    padding-inline: 8px;
  }
  .catering-occasions .paper-link {
    font-size: 8px;
    letter-spacing: 0.05em;
    gap: 4px;
  }
  .catering-occasions li a {
    font-size: 10px;
    gap: 8px;
  }
  .moments-strip {
    height: 185px;
  }
  .moments-strip > .paper-note {
    font-size: 22px;
  }
  .moment-message .paper-note {
    font-size: 26px;
    padding-inline: 20px;
  }
  .moments-strip .end-note {
    font-size: 17px;
  }
  .footer-invitation {
    padding-left: 20%;
  }
  .footer-invitation h2 {
    font-size: 30px;
  }
  .footer-identity .wordmark {
    font-size: 21px;
  }
  .footer-identity {
    padding-inline: 12px;
  }
  .footer-identity > p {
    font-size: 7px;
  }
  .menu-hero-words h1 {
    font-size: 49px;
  }
  .menu-hero-words > p:not(.eyebrow) {
    font-size: 17px;
  }
  .menu-hero-photo figcaption {
    font-size: 23px;
  }
  .menu-hero-note {
    font-size: 27px;
  }
  .category-photo img {
    max-height: 280px;
  }
  .category-heading h2 {
    font-size: 36px;
  }
  .dish-list {
    gap: 24px;
  }
  .category-photo figcaption {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  :root {
    --header-height: 73px;
  }
  .site-header {
    padding-inline: 21px;
  }
  .wordmark {
    font-size: 29px;
  }
  .scrap-hero {
    height: 650px;
    min-height: 0;
  }
  .hero-friends {
    left: 6%;
    top: 3%;
    width: 36%;
    height: 36%;
    transform: rotate(-5deg);
  }
  .hero-garden {
    right: 5%;
    top: 8%;
    width: 32%;
    height: 25%;
    transform: rotate(5deg);
  }
  .hero-plate {
    width: 44%;
    left: 36%;
    top: -2%;
    z-index: 2;
  }
  .hero-burgundy {
    left: 0;
    top: 7%;
    width: 30%;
    height: 31%;
    transform: rotate(-9deg);
  }
  .hero-note-left {
    left: 43%;
    top: 23%;
    font-size: 22px;
    line-height: 0.96;
    transform: rotate(-8deg);
    z-index: 3;
  }
  .hero-note-left br:nth-of-type(2),
  .hero-note-left br:nth-of-type(4) {
    display: none;
  }
  .hero-note-meal {
    left: 9%;
    bottom: auto;
    top: 32%;
    width: 22%;
    font-size: 24px;
    padding: 10px;
    z-index: 3;
  }
  .hero-center {
    left: 8%;
    width: 84%;
    top: 49%;
  }
  .hero-center::before {
    inset: -9% -7% -15%;
  }
  .hero-center h1 {
    font-size: clamp(58px, 15.4vw, 89px);
    margin: 0 0 15px;
  }
  .hero-center .eyebrow {
    font-size: 7px;
    letter-spacing: 0.23em;
    margin-bottom: 18px;
  }
  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 0.23em;
  }
  .hero-center .paper-button {
    margin-top: 25px;
  }
  .paper-button {
    font-size: 10px;
    min-height: 39px;
  }
  .hero-note-right {
    font-size: 25px;
    right: 37%;
    bottom: 0;
    line-height: 0.87;
    transform: rotate(-9deg);
  }
  .hero-note-right br:first-child {
    display: none;
  }
  .hero-note-world {
    top: auto;
    bottom: 1%;
    width: 24%;
    font-size: 19px;
    padding: 11px 8px;
    right: 4%;
    transform: rotate(8deg);
  }
  .hero-signature {
    height: 21%;
    width: 38%;
    right: -3%;
    bottom: -1%;
    padding-left: 10px;
    padding-bottom: 12px;
  }
  .hero-signature span {
    font-size: 20px;
  }
  .wax-seal {
    width: 12%;
    right: 1%;
    bottom: -1%;
  }
  .hero-olive-left {
    left: 0;
    bottom: 0;
    width: 28%;
    transform: rotate(-30deg);
  }
  .hero-olive-right {
    width: 33%;
    right: -12%;
    top: 20%;
  }
  .scribble {
    left: 3%;
    bottom: auto;
    top: 36%;
    font-size: 75px;
  }
  .scrap-philosophy {
    grid-template-columns: 1fr 1fr;
    padding: 34px 7% 24px;
    gap: 24px 15px;
  }
  .philosophy-words {
    grid-column: 1/-1;
    max-width: 480px;
    padding: 0;
  }
  .scrapbook-home h2 {
    font-size: 34px;
    line-height: 1.02;
  }
  .philosophy-words h2 br {
    display: none;
  }
  .philosophy-words > p:not(.eyebrow),
  .catering-words > p:not(.eyebrow) {
    font-size: 19px;
    line-height: 1.25;
  }
  .scrapbook-home .eyebrow {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .philosophy-words .paper-link {
    margin-top: 7px;
  }
  .philosophy-photo {
    height: 235px;
    margin-left: 0;
  }
  .philosophy-photo figcaption {
    right: -19%;
    bottom: 2%;
    font-size: 23px;
    z-index: 2;
  }
  .philosophy-manifesto {
    grid-column: 2;
    margin-left: -35%;
    padding: 25px 10px 22px 39%;
    min-height: 240px;
  }
  .philosophy-manifesto > p:first-child {
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 2;
  }
  .philosophy-manifesto .manifesto-title {
    font-size: 20px;
    letter-spacing: 0.08em;
  }
  .philosophy-manifesto > span {
    margin: 20px 0;
  }
  .paper-section {
    padding-inline: 7%;
  }
  .scrap-menu {
    padding-top: 22px;
    padding-bottom: 24px;
  }
  .scrap-section-heading {
    align-items: start;
    gap: 12px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .scrap-section-heading .paper-link {
    min-height: 28px;
  }
  .paper-link {
    font-size: 10px;
  }
  .menu-paper-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
  }
  .menu-paper-tab {
    height: 145px;
    grid-template-columns: 55% 45%;
  }
  .menu-paper-tab h3 {
    font-size: 17px;
  }
  .menu-paper-tab p {
    font-size: 15px;
  }
  .menu-paper-tab > div {
    padding: 15px 8px 10px 10px;
  }
  .menu-paper-tab:last-child {
    grid-column: 1/-1;
    height: 115px;
    grid-template-columns: 50% 50%;
  }
  .menu-paper-tab:last-child > div {
    padding: 20px;
  }
  .menu-paper-tab:last-child h3 {
    font-size: 19px;
  }
  .scrap-featured {
    padding-block: 24px;
  }
  .scrap-featured h2 {
    font-size: 30px;
    max-width: 330px;
    margin-bottom: 30px;
  }
  .featured-collage {
    display: block;
    position: relative;
  }
  .food-polaroids {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px 14px;
    margin: 0;
  }
  .food-polaroid {
    padding: 6px;
  }
  .food-polaroid h3 {
    font-size: 22px;
    min-height: 2.1em;
  }
  .food-polaroid img {
    aspect-ratio: 1.05;
  }
  .food-polaroid:nth-child(3) {
    margin-top: 0;
  }
  .food-polaroid:nth-child(5) {
    margin-top: 0;
    transform: rotate(-5deg);
  }
  .featured-note {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 30%;
    padding: 0;
    margin: 0;
  }
  .featured-note .hand {
    font-size: 27px;
    transform: rotate(-10deg);
  }
  .featured-note .botanical {
    position: absolute;
    width: 100%;
    left: 18%;
    top: 58%;
    margin: 0;
    transform: rotate(-40deg);
  }
  .scrap-catering {
    grid-template-columns: 38% 62%;
    padding: 22px 0 5px;
    gap: 12px 0;
  }
  .catering-scene {
    height: 290px;
    min-height: 0;
    max-height: none;
    align-self: stretch;
  }
  .catering-scene img {
    height: 100%;
    max-height: none;
  }
  .catering-words {
    padding: 12px 12% 8px 10%;
  }
  .catering-words h2 {
    font-size: 32px;
  }
  .catering-words > p:not(.eyebrow) {
    font-size: 17px;
  }
  .catering-occasions {
    grid-column: 2;
    grid-row: 2;
    padding: 10px 10%;
  }
  .catering-occasions li a {
    font-size: 12px;
    padding-block: 10px;
    gap: 12px;
  }
  .catering-occasions .paper-link {
    font-size: 9px;
    letter-spacing: 0.06em;
  }
  .catering-note {
    grid-column: 1;
    grid-row: 2;
    width: 86%;
    font-size: 29px;
    padding: 22px 7px;
    margin-left: 8%;
  }
  .scrap-moments {
    padding-top: 23px;
  }
  .scrap-moments h2 {
    font-size: 30px;
  }
  .moments-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto;
    gap: 9px;
    padding: 5px 5% 12px;
  }
  .moments-strip > .paper-note,
  .moments-strip > .photo,
  .moment-message {
    height: 175px;
    min-width: 0;
  }
  .moments-strip > .paper-note {
    font-size: 23px;
    padding: 16px 5px;
  }
  .moments-strip .end-note {
    display: none;
  }
  .moment-message .paper-note {
    font-size: 24px;
    padding: 10px 20px;
  }
  .moments-last img {
    object-position: 50% 50%;
  }
  .scrapbook-footer {
    grid-template-columns: 65% 35%;
    margin-top: 20px;
  }
  .footer-invitation {
    grid-column: 1/-1;
    padding: 40px 7% 40px 22%;
    min-height: 210px;
  }
  .footer-invitation h2 {
    font-size: 35px;
  }
  .footer-olive {
    width: 42%;
    left: -10%;
    top: -11%;
  }
  .footer-identity {
    padding: 35px 15px;
  }
  .footer-identity .wordmark {
    font-size: 26px;
  }
  .footer-identity > p {
    font-size: 8px;
  }
  .footer-navigation {
    padding: 25px 0;
  }
  .footer-navigation a {
    font-size: 10px;
    padding-block: 7px;
  }
  .scrapbook-footer .footer-bottom {
    flex-direction: column;
    align-items: start;
    padding: 20px 7%;
    font-size: 8px;
    gap: 8px;
  }
  .scrap-menu-hero {
    height: 600px;
    max-height: none;
    min-height: 0;
  }
  .menu-hero-photo {
    left: 6%;
    top: 3%;
    width: 40%;
    height: 39%;
    padding: 6px;
  }
  .menu-hero-photo figcaption {
    font-size: 23px;
    margin: 8px 0;
  }
  .menu-hero-plate {
    right: 0;
    top: 1%;
    width: 52%;
  }
  .menu-hero-scrap {
    top: 12%;
    left: 0;
    width: 42%;
    height: 32%;
  }
  .menu-hero-words {
    padding: 0;
    width: 85%;
    top: 48%;
    margin: auto;
  }
  .menu-hero-words h1 {
    font-size: 49px;
    margin: 14px 0;
  }
  .menu-hero-words > p:not(.eyebrow) {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .menu-hero-note {
    font-size: 24px;
    right: 7%;
    top: 28%;
    bottom: auto;
  }
  .menu-hero-olive {
    width: 27%;
    right: -8%;
    top: 21%;
    bottom: auto;
  }
  .category-navigation {
    padding-inline: 6%;
  }
  .category-links {
    gap: 22px;
  }
  .category-links a {
    font-size: 9px;
    min-height: 51px;
    padding-block: 18px;
  }
  .menu-category {
    padding: 36px 0 40px;
  }
  .category-heading {
    gap: 12px;
    margin-bottom: 22px;
  }
  .category-heading h2 {
    font-size: 35px;
  }
  .category-heading .service-note {
    font-size: 12px;
  }
  .category-number {
    font-size: 18px;
  }
  .category-body.with-photo {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .dish-list {
    grid-template-columns: 1fr;
    gap: 22px;
    order: 2;
  }
  .menu-dish h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .menu-dish p {
    font-size: 19px;
    line-height: 1.3;
  }
  .category-photo {
    max-width: 290px;
    width: 80%;
    align-self: center;
    margin: 5px auto 0;
    transform: rotate(3deg);
  }
  .category-photo img {
    height: auto;
    max-height: 270px;
    aspect-ratio: 1.2;
  }
  .category-photo figcaption {
    font-size: 25px;
  }
  .menu-category:nth-child(3n) {
    padding-inline: 12px;
    margin-inline: -12px;
  }
  .menu-imagery-note {
    font-size: 11px;
  }
  .page-template-page-menu .service-information {
    padding-block: 45px;
  }
  .page-template-page-menu .service-information h2 {
    font-size: 38px;
  }
  .page-template-page-menu .service-information dd {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .food-polaroid,
  .paper-button {
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}
/* Reset the previous menu compositions inside the new paper layout. */
.category-navigation {
  color: var(--ink);
}
.category-heading {
  grid-template-columns: 36px 1fr;
}
.category-body {
  margin-left: 56px;
}
.menu-category .category-body.with-photo {
  grid-template-columns: minmax(0, 1fr) 29%;
}
.menu-category .dish-list {
  grid-column: auto;
  grid-row: auto;
  column-gap: 35px;
}
.menu-category .category-photo {
  grid-column: auto;
  grid-row: auto;
}
@media (max-width: 900px) {
  .js .primary-navigation.is-open {
    background: var(--paper) var(--paper-texture);
    background-size: 900px;
    color: var(--ink);
  }
  .is-open .nav-list > li {
    border-color: #a8977e40;
  }
  .js .primary-navigation.is-open .header-cta {
    color: var(--paper);
    border-color: #88605a;
  }
}
@media (max-width: 600px) {
  .category-heading {
    grid-template-columns: 24px 1fr;
  }
  .category-body {
    margin-left: 0;
  }
  .menu-category .dish-list {
    grid-template-columns: 1fr;
  }
  .category-photo {
    position: static;
  }
}
/* Final reference proportions and quieter paper grain. */
:root {
  --paper-texture:
    linear-gradient(#f6f1e88c, #f6f1e88c),
    url("../images/editorial/editorial-paper-960.webp");
}
.paper-scrap {
  background-image: url("../images/editorial/editorial-paper-960.webp");
}
.paper-note,
.menu-paper-tab {
  background-image:
    linear-gradient(#f5eddf75, #f5eddf75),
    url("../images/editorial/editorial-paper-960.webp");
}
.hero-center::before {
  inset: -14% -4% -19%;
  transform: rotate(-2deg);
}
.hero-center h1 {
  font-weight: 400;
}
.hero-subtitle {
  font-family: Georgia, serif;
  font-size: clamp(8px, 0.9vw, 14px);
}
.hero-center .eyebrow {
  color: #51483d;
}
.scribble {
  font-size: 0;
  width: 7%;
  height: 18%;
  bottom: 10%;
  left: 4.7%;
  transform: rotate(25deg);
  border: 6px solid #652425;
  border-radius: 50%;
  box-shadow:
    9px -2px 0 -3px #652425,
    18px -4px 0 -3px #652425;
}
.philosophy-words > p:not(.eyebrow),
.catering-words > p:not(.eyebrow) {
  font-family: Georgia, serif;
  font-size: clamp(12px, 1.13vw, 17px);
  line-height: 1.28;
}
.menu-paper-tab p {
  font-family: Georgia, serif;
  font-size: clamp(10px, 0.93vw, 14px);
  line-height: 1.28;
}
.hero-friends {
  top: -1%;
  height: 88%;
}
.philosophy-manifesto {
  padding-left: 62%;
}
.scrap-featured::before {
  background-image:
    linear-gradient(#f8f3eccc, #f8f3eccc),
    url("../images/editorial/editorial-paper-960.webp");
}
.menu-dish p {
  font-family: Georgia, serif;
  font-size: clamp(13px, 1.08vw, 16px);
  line-height: 1.5;
}
.category-heading h2 {
  font-variant: normal;
}
@media (min-width: 901px) and (max-width: 1100px) {
  .scrap-philosophy {
    min-height: 235px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .philosophy-photo {
    height: 221px;
  }
  .philosophy-words .paper-link {
    margin-top: 2px;
    min-height: 28px;
  }
  .scrapbook-home h2 {
    font-size: 28px;
  }
  .philosophy-words .eyebrow {
    margin-bottom: 8px;
  }
  .menu-paper-tab {
    height: 110px;
  }
  .scrap-menu {
    padding-top: 14px;
    padding-bottom: 20px;
  }
  .scrap-section-heading {
    margin-bottom: 14px;
  }
  .scrap-featured {
    padding-top: 13px;
    padding-bottom: 20px;
  }
  .scrap-featured h2 {
    font-size: 25px;
    margin-bottom: 22px;
  }
  .food-polaroid h3 {
    font-size: 17px;
  }
  .featured-note .hand {
    font-size: 27px;
  }
  .featured-note .botanical {
    width: 105%;
    margin-top: 0;
  }
  .scrap-catering {
    min-height: 225px;
    padding-top: 13px;
  }
  .catering-scene {
    min-height: 213px;
    height: 213px;
  }
  .catering-note {
    font-size: 31px;
    margin-block: 0;
    padding-block: 15px;
  }
  .catering-words {
    padding-block: 10px;
  }
  .catering-occasions {
    padding-top: 15px;
  }
  .catering-occasions li a {
    padding-block: 7px;
  }
  .scrap-moments {
    padding-top: 9px;
  }
  .scrap-moments h2 {
    font-size: 23px;
    margin-bottom: 11px;
  }
  .moments-strip {
    height: 160px;
  }
  .scrapbook-footer {
    margin-top: 4px;
  }
  .footer-invitation {
    min-height: 165px;
    padding-block: 22px;
  }
  .footer-invitation h2 {
    font-size: 30px;
    margin-bottom: 17px;
  }
  .footer-identity {
    padding-block: 20px;
  }
  .footer-navigation {
    padding-block: 13px;
  }
  .scrapbook-footer .footer-bottom {
    padding-block: 17px;
  }
}
@media (min-width: 601px) {
  .moments-strip .photo {
    min-height: 0;
  }
  .scrap-philosophy {
    grid-template-columns: 29% 35% 25% 11%;
  }
  .philosophy-manifesto {
    padding-left: 59%;
    padding-right: 4%;
  }
  .philosophy-manifesto .manifesto-title {
    letter-spacing: 0.12em;
  }
}
@media (max-width: 600px) {
  .philosophy-words > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.5;
  }
  .catering-words > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.4;
  }
  .menu-paper-tab p {
    font-size: 12px;
    line-height: 1.4;
  }
  .menu-dish p {
    font-size: 15px;
    line-height: 1.5;
  }
  .hero-subtitle {
    font-size: 10px;
    line-height: 1.7;
  }
  .philosophy-manifesto {
    padding-left: 45%;
  }
  .philosophy-manifesto .manifesto-title {
    font-size: 18px;
  }
  .philosophy-photo figcaption {
    right: -12%;
    font-size: 20px;
  }
  .scribble {
    border-width: 4px;
    top: 35%;
    height: 7%;
    width: 7%;
    left: 3%;
    bottom: auto;
  }
  .hero-center::before {
    inset: -10% -7% -15%;
  }
}
:root {
  --paper-texture: url("../images/editorial/editorial-paper-960.webp");
}
body,
.site-header,
.photo,
.hero-center::before,
.category-navigation,
.category-photo,
.js .primary-navigation.is-open {
  background-color: var(--paper);
  background-image: linear-gradient(#f6f1e88c, #f6f1e88c), var(--paper-texture);
  background-size: 900px;
}
.paper-scrap {
  background-color: var(--wine);
  background-image: var(--paper-texture);
  background-blend-mode: multiply;
}
.hero-center::before {
  background-color: var(--paper);
}
.scrap-hero::before {
  background-image: linear-gradient(#f6f1e860, #f6f1e860), var(--paper-texture);
  background-color: #ded4c5;
}
.moment-message {
  background-image: var(--paper-texture);
  background-color: #634934;
}
.scribble {
  width: 3.5%;
  height: 15%;
  border-radius: 50%;
  transform: rotate(41deg);
  box-shadow:
    10px -3px 0 -3px #652425,
    20px -6px 0 -3px #652425;
}
@media (max-width: 600px) {
  .scribble {
    height: 7%;
    width: 5%;
  }
}
/* Keep the mobile collage within its allocated photo frame. */
.category-photo {
  position: relative;
  top: auto;
}
.menu-hero-plate {
  width: 25%;
}
.menu-hero-note {
  bottom: 8%;
}
.menu-hero-photo img {
  height: calc(100% - 52px);
}
@media (max-width: 600px) {
  .hero-friends {
    top: 3%;
    height: 36%;
  }
  .menu-hero-plate {
    width: 52%;
  }
  .menu-hero-note {
    top: 36%;
    bottom: auto;
    font-size: 23px;
  }
  .menu-hero-photo figcaption {
    font-size: 22px;
    line-height: 1;
    margin: 8px 0;
  }
  .menu-hero-photo img {
    height: calc(100% - 52px);
  }
}
@media (min-width: 601px) {
  .philosophy-photo figcaption {
    right: -4%;
  }
}

/* Give each section breathing room without separating its collage pieces. */
:root {
  --scrap-section-gap: clamp(36px, 5vw, 80px);
}
.scrapbook-home > section + section {
  margin-top: var(--scrap-section-gap);
}
.home .scrapbook-footer,
.page-template-page-menu .scrapbook-footer {
  margin-top: var(--scrap-section-gap);
}
.scrap-menu-hero {
  margin-bottom: clamp(24px, 3vw, 48px);
}
.menu-category {
  padding-block: clamp(60px, 6vw, 96px);
}

/* A short, focused contact page. */
.simple-contact {
  max-width: 1120px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
  padding-block: clamp(48px, 6vw, 88px);
}
.simple-contact-heading {
  padding-top: 30px;
}
.simple-contact-heading .eyebrow {
  margin-bottom: 18px;
  font-size: 10px;
}
.simple-contact-heading h1 {
  font-size: clamp(44px, 4.5vw, 66px);
  line-height: 1.02;
  margin-bottom: 24px;
}
.simple-contact-heading p:not(.eyebrow) {
  font:
    18px/1.55 Georgia,
    serif;
}
.contact-email {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.simple-contact-card {
  padding: clamp(25px, 3vw, 44px);
  background: #fbf8f0a6;
  border: 1px solid #b6a28b66;
  box-shadow: 0 8px 25px #4934260a;
}
.simple-contact-card h2 {
  font-size: 34px;
  margin-bottom: 8px;
}
.simple-contact-card .form-hint {
  font-size: 12px;
  color: #65564b;
  margin-bottom: 24px;
}
.simple-contact-card .form-grid {
  gap: 22px;
}
.simple-contact-card .form-field label {
  font-size: 12px;
  font-weight: 500;
}
.simple-contact-card .form-field input,
.simple-contact-card .form-field textarea {
  border: 1px solid #99836c;
  padding: 12px;
  background: #fffaf466;
  font-size: 15px;
}
.simple-contact-card textarea::placeholder {
  color: #756758;
  opacity: 1;
}
.simple-contact-card .consent {
  font-size: 12px;
  line-height: 1.6;
  margin-block: 24px;
}
.simple-contact-card .consent input {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--wine);
}
.simple-contact-card .paper-button {
  min-height: 46px;
  font-size: 11px;
}
.simple-contact-card button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
@media (max-width: 700px) {
  .simple-contact {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 35px 55px;
  }
  .simple-contact-heading {
    text-align: center;
    padding: 0;
  }
  .simple-contact-heading h1 {
    font-size: 46px;
  }
  .simple-contact-heading p:not(.eyebrow) {
    font-size: 16px;
  }
  .simple-contact-card .form-grid {
    grid-template-columns: 1fr;
  }
  .simple-contact-card .paper-button {
    width: 100%;
    justify-content: center;
  }
}
/* Centered visual menu index and individual dish photography. */
.page-template-page-menu .category-navigation {
  padding: 10px 3%;
}
.page-template-page-menu .category-links {
  position: relative;
  max-width: 1320px;
  margin-inline: auto;
  gap: 10px;
  justify-content: safe center;
  scroll-padding-inline: 10px;
}
.page-template-page-menu .category-links a {
  display: flex;
  flex: 0 0 104px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 5px 2px 10px;
  text-align: center;
  white-space: normal;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  min-height: 110px;
}
.category-links img,
.category-monogram {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 3px solid #fcf7ed;
  box-shadow: 0 1px 5px #30231d30;
}
.category-monogram {
  display: grid;
  place-items: center;
  font:
    25px Cormorant,
    Georgia,
    serif;
  color: var(--wine);
  background: #e5d9c7;
}
.page-template-page-menu .category-links a[aria-current="true"] {
  border-bottom-color: var(--wine);
}
.page-template-page-menu .category-links a[aria-current="true"] img {
  outline: 1px solid var(--wine);
  outline-offset: 2px;
}
.menu-category.illustrated-category .category-heading {
  display: block;
  text-align: center;
  margin-bottom: 44px;
}
.illustrated-category .category-number {
  display: block;
  margin-bottom: 10px;
}
.illustrated-category .category-heading h2,
.illustrated-category .category-heading p {
  margin-inline: auto;
}
.menu-category.illustrated-category .category-body {
  margin-left: 0;
}
.menu-category.illustrated-category .dish-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 34px;
}
.illustrated-category .menu-dish {
  min-width: 0;
  text-align: center;
}
.menu-item-photo {
  display: block;
  width: min(100%, 350px);
  margin: 0 auto 22px;
  padding: 7px;
  transform: rotate(-1.3deg);
}
.menu-item-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.illustrated-category .menu-dish:nth-child(even) .menu-item-photo {
  transform: rotate(1.3deg);
}
.illustrated-category .menu-dish h3 {
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: 1.18;
}
.illustrated-category .menu-dish p {
  font-size: 14px;
  line-height: 1.55;
  max-width: 360px;
  margin-inline: auto;
}
.illustrated-category .dish-text-only {
  padding: 25px 15px;
  border-top: 1px solid #a8977e55;
}
.illustrated-category .empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 0;
}
@media (max-width: 1000px) {
  .menu-category.illustrated-category .dish-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 25px;
  }
  .page-template-page-menu .category-links {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .page-template-page-menu .category-navigation {
    padding: 7px 4%;
  }
  .page-template-page-menu .category-links {
    gap: 7px;
  }
  .page-template-page-menu .category-links a {
    flex-basis: 88px;
    min-height: 101px;
    gap: 7px;
    font-size: 8px;
  }
  .category-links img,
  .category-monogram {
    width: 48px;
    height: 48px;
  }
  .menu-category.illustrated-category .dish-list {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .menu-category.illustrated-category .category-heading {
    margin-bottom: 34px;
  }
  .illustrated-category .menu-dish h3 {
    font-size: 23px;
  }
  .illustrated-category .menu-dish p {
    font-size: 15px;
  }
  .menu-item-photo {
    max-width: 320px;
  }
}

/* Menu quick view */
.menu-item-photo { border: 0; color: inherit; cursor: pointer; position: relative; background: var(--paper, #f4efe4); }
.dish-title-button { appearance: none; border: 0; padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.dish-title-button:hover, .dish-title-button:focus-visible { color: var(--burgundy, #681f23); }
.quick-view-label { position: absolute; right: 15px; bottom: 15px; padding: 8px 12px; color: #fffaf0; background: #5d1e20e8; font: 600 10px/1 var(--font-sans, sans-serif); letter-spacing: .14em; text-transform: uppercase; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.menu-item-photo:hover .quick-view-label, .menu-item-photo:focus-visible .quick-view-label { opacity: 1; transform: none; }
.dish-quick-view { width: min(920px, calc(100% - 32px)); max-height: min(780px, calc(100vh - 32px)); padding: 0; border: 0; color: var(--ink, #251d18); background: #f5efe3; box-shadow: 0 24px 80px #24120d66; overflow: auto; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); }
.dish-quick-view[open] { display: grid; }
.dish-quick-view::backdrop { background: #231511b8; backdrop-filter: blur(4px); }
.quick-view-image-wrap { min-height: 520px; background: #ded2bf; }
.quick-view-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.quick-view-copy { align-self: center; padding: clamp(34px, 6vw, 70px); }
.quick-view-copy h2 { margin: 8px 0 18px; font-size: clamp(34px, 5vw, 62px); line-height: .98; }
.quick-view-description { font-size: 16px; line-height: 1.7; }
.quick-view-notes { margin: 22px 0; padding-top: 18px; border-top: 1px solid #6e563c42; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.quick-view-close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 42px; height: 42px; border: 1px solid #6e563c42; border-radius: 50%; background: #f5efe3e8; color: #4f1c1e; font: 32px/36px Georgia, serif; cursor: pointer; }
.quick-view-open { overflow: hidden; }
@media (max-width: 720px) { .dish-quick-view[open] { display: block; } .quick-view-image-wrap { min-height: 0; height: min(58vw, 390px); } .quick-view-copy { padding: 30px 24px 38px; } .quick-view-copy h2 { font-size: clamp(32px, 11vw, 48px); } .quick-view-label { opacity: 1; transform: none; } }
/* Primary La Tavola Catering by Doaa Lotfy logo */
.brand-logo-primary { width: clamp(150px, 13vw, 205px); max-height: calc(var(--header-height) - 20px); object-fit: contain; }
.footer-identity .brand-logo-primary { width: clamp(180px, 17vw, 255px); max-height: none; }
@media (max-width: 900px) { .brand-logo-primary { width: 150px; max-height: 68px; } }
@media (max-width: 480px) { .brand-logo-primary { width: 136px; max-height: 62px; } .footer-identity .brand-logo-primary { width: 210px; } }
/* Refined editorial header — v2.4 */
@media (min-width: 901px) {
  :root { --header-height: 108px; }
  .site-header {
    display: flex;
    align-items: center;
    padding: 10px clamp(28px, 3.4vw, 64px);
    border-top: 3px solid var(--wine, #651f22);
    border-bottom: 1px solid #6d272733;
    box-shadow: 0 8px 26px #35130b0a;
    transition: box-shadow .25s ease, background-color .25s ease;
  }
  .site-header.is-scrolled { box-shadow: 0 10px 30px #35130b20; }
  .site-header .brand {
    display: flex;
    align-items: center;
    min-width: clamp(190px, 15vw, 245px);
    position: relative;
    z-index: 2;
  }
  .site-header .brand-logo-primary {
    width: clamp(190px, 14.2vw, 230px);
    max-height: 88px;
    object-fit: contain;
    object-position: left center;
  }
  .site-header .primary-navigation {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    margin-left: clamp(24px, 4vw, 70px);
    gap: clamp(26px, 3vw, 54px);
  }
  .site-header .nav-list {
    justify-content: center;
    gap: clamp(18px, 1.8vw, 32px);
  }
  .site-header .nav-list a {
    padding: 15px 0 13px;
    font-size: clamp(10px, .76vw, 12px);
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .site-header .nav-list a::after {
    height: 1px;
    bottom: 8px;
    background: var(--wine, #651f22);
  }
  .site-header .header-cta {
    min-width: 126px;
    min-height: 46px;
    padding: 12px 16px 12px 19px;
    justify-content: space-between;
    border: 1px solid var(--wine, #651f22);
    outline: 1px solid var(--wine, #651f22);
    outline-offset: 3px;
    background: var(--wine, #651f22);
    color: #fffaf0;
    font-size: 10px;
    letter-spacing: .16em;
    box-shadow: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
  }
  .site-header .header-cta:hover,
  .site-header .header-cta:focus-visible {
    background: transparent;
    color: var(--wine, #651f22);
    transform: translateY(-1px);
  }
  .site-header .header-cta span { font-size: 16px; }
}

@media (min-width: 1280px) {
  .site-header .nav-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  :root { --header-height: 82px; }
  .site-header {
    padding: 8px 5%;
    border-top: 3px solid var(--wine, #651f22);
    border-bottom: 1px solid #6d272733;
    box-shadow: 0 7px 22px #35130b12;
  }
  .site-header .brand-logo-primary {
    width: 145px;
    max-height: 65px;
    object-fit: contain;
    object-position: left center;
  }
  .site-header .nav-toggle {
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid #6d272766;
    color: var(--wine, #651f22);
    background: #f7f0e5b8;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .site-header .primary-navigation.is-open {
    padding-top: 30px;
    border-top: 1px solid #6d272733;
  }
  .site-header .primary-navigation.is-open .nav-list a {
    font-family: var(--font-display, Georgia, serif);
    font-size: clamp(31px, 8vw, 48px);
    line-height: 1.08;
    letter-spacing: -.02em;
    text-transform: none;
  }
  .site-header .primary-navigation.is-open .header-cta {
    margin-top: 18px;
    min-height: 50px;
  }
}

@media (max-width: 420px) {
  .site-header .brand-logo-primary { width: 128px; max-height: 60px; }
  .site-header .nav-toggle { padding-inline: 11px; }
}
/* Compact full navigation — v2.4 */
@media (min-width: 901px) and (max-width: 1150px) {
  .site-header { padding-inline: 24px; }
  .site-header .brand { min-width: 150px; }
  .site-header .brand-logo-primary { width: 150px; max-height: 72px; }
  .site-header .primary-navigation { margin-left: 14px; gap: 16px; }
  .site-header .nav-list { gap: 12px; }
  .site-header .nav-list a { font-size: 9px; letter-spacing: .08em; }
  .site-header .header-cta { min-width: 104px; padding-inline: 13px; letter-spacing: .12em; }
}
/* Editorial menu showcase — v2.5 */
.scrap-menu {
  position: relative;
  padding-top: clamp(34px, 4.5vw, 72px);
  padding-bottom: clamp(46px, 5.5vw, 88px);
}
.scrap-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #fffaf22e, #e7d9c633 55%, #fffaf21a);
  border-block: 1px solid #8068511a;
}
.scrap-menu .scrap-section-heading {
  align-items: end;
  margin-bottom: clamp(28px, 3vw, 46px);
}
.scrap-menu .scrap-section-heading h2 {
  max-width: 760px;
  font-size: clamp(38px, 4.2vw, 66px);
  line-height: .94;
  letter-spacing: -.035em;
}
.scrap-menu .scrap-section-heading .paper-link {
  margin-bottom: 8px;
  padding: 6px 0;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.menu-paper-tabs {
  counter-reset: menu-showcase;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
  margin: 0;
  align-items: stretch;
}
.menu-paper-tab,
.menu-paper-tab:nth-child(even) {
  counter-increment: menu-showcase;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(170px, 1fr) auto;
  height: clamp(320px, 28vw, 430px);
  overflow: hidden;
  border: 1px solid #80685135;
  background-color: #e9dece;
  box-shadow: 0 10px 30px #3e281610;
  transform: none;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  isolation: isolate;
}
.menu-paper-tab::before {
  content: "0" counter(menu-showcase);
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fffaf0;
  background: #5d1e20e8;
  font: 500 10px/1 Wix, Arial, sans-serif;
  letter-spacing: .08em;
}
.menu-paper-tab::after {
  content: "↗";
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  font-size: 19px;
  color: var(--wine, #651f22);
  transition: transform .24s ease;
}
.menu-paper-tab > div {
  grid-column: 1;
  grid-row: 2;
  min-height: 128px;
  padding: 20px 46px 22px 20px;
  z-index: 2;
  background: linear-gradient(180deg, #ece0d0f0, #e5d6c2);
  border-top: 1px solid #80685130;
}
.menu-paper-tab h3 {
  max-width: 12ch;
  margin: 0 0 9px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.02;
  letter-spacing: .015em;
}
.menu-paper-tab p {
  max-width: 24ch;
  color: #4f4439;
  font: 400 clamp(13px, .9vw, 15px)/1.38 Georgia, serif;
}
.menu-paper-tab img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 91% 92%, 82% 96%, 69% 92%, 56% 96%, 43% 92%, 31% 96%, 17% 92%, 7% 95%, 0 92%);
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}
.menu-paper-tab:nth-child(2) img,
.menu-paper-tab:nth-child(4) img { object-position: center 58%; }
.menu-paper-tab:hover,
.menu-paper-tab:focus-visible {
  transform: translateY(-7px);
  border-color: #6b292963;
  box-shadow: 0 18px 38px #3e281624;
}
.menu-paper-tab:hover img,
.menu-paper-tab:focus-visible img { transform: scale(1.045); filter: saturate(1.05) contrast(1.02); }
.menu-paper-tab:hover::after,
.menu-paper-tab:focus-visible::after { transform: translate(3px, -3px); }

@media (min-width: 701px) and (max-width: 1100px) {
  .menu-paper-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .menu-paper-tab,
  .menu-paper-tab:nth-child(even) { height: 350px; }
  .menu-paper-tab:nth-child(4),
  .menu-paper-tab:nth-child(5) { width: calc(150% + 12px); }
  .menu-paper-tab:nth-child(5) { margin-left: calc(50% + 12px); }
}

@media (max-width: 700px) {
  .scrap-menu { padding-inline: 0; }
  .scrap-menu .scrap-section-heading { padding-inline: 6%; align-items: flex-start; }
  .scrap-menu .scrap-section-heading h2 { max-width: 10ch; }
  .menu-paper-tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 330px);
    grid-template-columns: none;
    gap: 16px;
    padding: 4px 6% 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }
  .menu-paper-tab,
  .menu-paper-tab:nth-child(even),
  .menu-paper-tab:last-child {
    grid-column: auto;
    width: auto;
    height: 390px;
    margin: 0;
    scroll-snap-align: start;
  }
  .menu-paper-tab > div,
  .menu-paper-tab:last-child > div { min-height: 132px; padding: 20px 48px 22px 20px; }
  .menu-paper-tab h3,
  .menu-paper-tab:last-child h3 { font-size: 22px; }
  .menu-paper-tab p { font-size: 15px; }
}
/* Equal menu showcase rows — v2.5 */
.menu-paper-tab,
.menu-paper-tab:nth-child(even) { grid-template-rows: minmax(0, 1fr) 146px; }
.menu-paper-tab > div { min-height: 0; }
@media (max-width: 700px) {
  .menu-paper-tab,
  .menu-paper-tab:nth-child(even),
  .menu-paper-tab:last-child { grid-template-rows: minmax(0, 1fr) 142px; }
}