@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/pacifico-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/pacifico-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {

  --matcha-350: #8bac69;
  --matcha-400: #8ba862;
  --matcha-500: #6e8c4a;
  --matcha-600: #55703a;

  --cream-50:  #fbfaf5;
  --cream-200: #e5e1d1;

  --ink:       #55594c;
  --ink-muted: #626356;
  --azuki:     #9c5b6b;

  --bg:          var(--cream-50);
  --surface:     #ffffff;
  --border:      var(--cream-200);
  --text:        var(--ink);
  --text-muted:  var(--ink-muted);
  --brand:       var(--matcha-500);
  --brand-hover: var(--matcha-600);
  --on-brand:    var(--cream-50);

  --color-ink: var(--text);
  --color-ink-soft: var(--text-muted);
  --color-paper: var(--bg);
  --color-paper-deep: var(--cream-200);
  --color-leaf: var(--matcha-400);
  --color-gold: var(--azuki);
  --color-gold-ink: var(--azuki);

  --color-on-ink: var(--on-brand);
  --color-on-ink-soft: var(--cream-200);
  --color-on-ink-gold: #ede2e0;
  --color-heading: var(--matcha-350);

  --color-focus: var(--text);

  --font-body: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-display: 'Pacifico', 'Nunito', cursive;

  --size-small: clamp(0.8125rem, 0.78rem + 0.15vw, 0.875rem);
  --size-body: clamp(1rem, 0.95rem + 0.25vw, 1.0625rem);
  --size-h2: clamp(1.375rem, 1.2rem + 0.8vw, 1.75rem);
  --size-h2-big: clamp(2rem, 1.5rem + 2.2vw, 2.75rem);
  --size-claim: clamp(1.875rem, 1.2rem + 2.8vw, 3.375rem);

  --leading-snug: 1.25;
  --leading-body: 1.65;
  --tracking-wide: 0.16em;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 5rem;
  --space-9: 7rem;

  --gutter: clamp(1rem, 0.5rem + 2.5vw, 3rem);
  --wide: 87.5rem;
  --wide-box: calc(var(--wide) + 2 * var(--gutter));
  --narrow: 40rem;
  --bar: 64px;
  --sidebar: 104px;

  --radius-sm: 4px;
  --radius-img: 14px;
  --radius-card: 20px;
  --tap-min: 44px;

  --duration-fast: 160ms;
  --duration-slow: 720ms;
  --ease-out: cubic-bezier(0.22, 0.68, 0.32, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: var(--bar);
  scroll-padding-bottom: 5rem;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--size-body);
  line-height: var(--leading-body);
  color: var(--color-ink);
  background-color: var(--color-paper);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

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

picture {
  display: contents;
}

picture > source {
  display: none;
}

h1, h2, h3, h4, p, ul, dl, dd, figure {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration-color: var(--color-leaf);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

:where(a, summary):focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}

.skip {
  position: absolute;
  left: var(--space-4);
  top: -100px;
  z-index: 100;
  padding: var(--space-2) var(--space-4);
  background: var(--brand-hover);
  color: var(--color-on-ink);
  font-weight: 700;
}

.skip:focus {
  top: var(--space-4);
}

.narrow {
  max-width: var(--narrow);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.main,
.footer {
  position: relative;
  z-index: 1;
}

.section-title {
  color: var(--color-heading);
  font-size: var(--size-h2);
  font-weight: 800;
  line-height: var(--leading-snug);
}

.section-title--big {
  font-size: var(--size-h2-big);
  line-height: 1.1;
}

.link-strong,
.footer__phone a,
.offer__more a,
.hashtag a,
.footer__bottom a {
  display: inline-flex;
  align-items: center;
  min-height: var(--tap-min);
}

.link-strong {
  font-weight: 700;
  transition: color var(--duration-fast) var(--ease-out);
}

.link-strong:hover {
  color: var(--brand-hover);
}

.social {
  display: flex;
  gap: var(--space-1);
}

.social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--tap-min);
  height: var(--tap-min);
  color: var(--color-ink-soft);
  transition: color var(--duration-fast) var(--ease-out);
}

.social__link:hover {
  color: var(--color-ink);
}

.social__link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sidebar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--bar);
  padding-inline: var(--gutter);
  background: var(--color-paper);
  border-bottom: 1px solid rgb(85 89 76 / 0.12);
}

.sidebar__logo img {
  width: 48px;
  height: 48px;
}

.sidebar__social,
.sidebar__hours {
  display: none;
}

.nav__toggle {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-height: var(--tap-min);
  padding-inline: var(--space-2);
  cursor: pointer;
  list-style: none;
  font-size: var(--size-small);
  font-weight: 800;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.nav__toggle::-webkit-details-marker {
  display: none;
}

.nav__toggle svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.nav__panel {
  --color-focus: #282b22;
  position: fixed;
  top: var(--bar);
  left: 0;
  right: 0;
  max-height: calc(100dvh - var(--bar));
  overflow-y: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  padding: var(--space-6) var(--gutter) var(--space-7);
  background: var(--matcha-350);
  color: var(--color-on-ink);
}

.nav__list a {
  display: block;
  padding-block: var(--space-2);
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem);
  font-weight: 800;
  line-height: var(--leading-snug);
  text-decoration: none;
  transition: color var(--duration-fast) var(--ease-out);
}

.nav__list a:hover {
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.nav__claim {
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1;
  color: var(--color-on-ink-gold);
  rotate: -2deg;
}

.hero__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hero__track::-webkit-scrollbar {
  display: none;
}

.hero__slide {
  position: relative;
  scroll-snap-align: start;
  height: clamp(280px, 56vh, 760px);
}

.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__nav {
  position: absolute;
  right: var(--gutter);
  bottom: var(--space-5);
  display: flex;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-1);
  background: var(--color-paper);
}

.hero__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--tap-min);
  height: var(--tap-min);
  transition: color var(--duration-fast) var(--ease-out);
}

.hero__arrow:hover {
  color: var(--brand);
}

.hero__arrow:focus-visible {
  outline-offset: -3px;
}

.hero__arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__count {
  min-width: 3.5ch;
  font-size: var(--size-small);
  font-weight: 700;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.about {
  position: relative;
  padding-block: var(--space-8);
  text-align: center;
  overflow: hidden;
}

.about .narrow {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-5);
}

.kicker {
  font-size: var(--size-small);
  font-weight: 800;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-ink-soft);
}

.claim {
  max-width: 18ch;
  color: var(--color-heading);
  font-family: var(--font-display);
  font-size: var(--size-claim);
  line-height: 1.25;
  rotate: -1.6deg;
}

.claim__accent {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.claim__stroke {
  position: absolute;
  left: -2%;
  bottom: -0.14em;
  width: 104%;
  height: 0.2em;
  overflow: visible;
  color: var(--color-gold);
}

.claim__stroke path {
  fill: none;
  stroke: currentColor;
  stroke-width: 7;
  stroke-linecap: round;
}

.about__sign {
  margin-top: calc(-1 * var(--space-3));
  font-family: var(--font-display);
  font-size: 1.625rem;
  line-height: 1;
  color: var(--color-gold-ink);
  rotate: -3deg;
}

.deco {
  position: absolute;
  display: none;
  width: clamp(120px, 12vw, 190px);
  fill: none;
  stroke: var(--color-leaf);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.45;
}

.deco--cup {
  left: 6%;
  top: 18%;
  rotate: -10deg;
}

.deco--leaf {
  right: 7%;
  bottom: 14%;
  rotate: 12deg;
}

.offer {
  padding-bottom: var(--space-8);
}

.offer__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-7);
  text-align: center;
}

.offer__grid {
  display: grid;
  gap: var(--space-5);
  max-width: var(--wide-box);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.menu-card {
  --color-focus: var(--text);
  --color-on-ink: var(--text);
  --color-on-ink-soft: var(--text-muted);
  --color-on-ink-gold: var(--azuki);
  position: relative;
  padding: var(--space-6) var(--space-5);
  background: var(--surface);
  color: var(--color-on-ink);
  border: 1px solid var(--border);
  overflow: hidden;
}

.menu-card__mark {
  position: absolute;
  top: var(--space-5);
  right: var(--space-5);
  width: clamp(72px, 10vw, 120px);
  height: auto;
  opacity: 0.14;
  pointer-events: none;
}

.menu-card__title {
  color: var(--color-heading);
  font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.1;
}

.menu-card__sub {
  margin-top: var(--space-2);
  margin-bottom: var(--space-5);
  font-size: var(--size-small);
}

.menu-card__group {
  margin-top: var(--space-6);
  margin-bottom: var(--space-2);
  font-size: var(--size-small);
  font-weight: 800;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-on-ink-gold);
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: var(--space-4);
  padding-block: var(--space-2);
  border-bottom: 1px solid rgb(85 89 76 / 0.14);
}

.menu-item__name {
  font-weight: 700;
}

.menu-item__price {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.menu-item__note {
  grid-column: 1 / -1;
  font-size: var(--size-small);
  color: var(--color-on-ink-soft);
}

.menu-card__lead {
  margin-bottom: var(--space-2);
  font-size: var(--size-small);
  color: var(--color-on-ink-soft);
}

.menu-card__surprise {
  margin-top: var(--space-6);
  padding: var(--space-2) var(--space-5) var(--space-4);
  border: 1px dashed var(--color-on-ink-gold);
}

.menu-card__surprise .menu-card__group {
  margin-top: var(--space-4);
}

.menu-card__surprise .menu-item:last-child {
  border-bottom: 0;
}

.menu-card__foot {
  margin-top: var(--space-5);
  font-size: var(--size-small);
  color: var(--color-on-ink-soft);
}

.menu-card__claim {
  margin-top: var(--space-4);
  font-family: var(--font-display);
  font-size: 1.625rem;
  line-height: 1;
  color: var(--color-on-ink-gold);
  rotate: -2deg;
}

.offer__grid + .offer__grid {
  margin-top: var(--space-8);
}

.offer__grid--reverse .menu-card {
  order: -1;
}

.offer__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  align-items: start;
}

.offer__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.offer__photo--b {
  margin-top: var(--space-7);
}

.offer__photo--c {
  display: none;
}

.offer__more {
  max-width: var(--wide-box);
  margin: var(--space-5) auto 0;
  padding-inline: var(--gutter);
  font-size: var(--size-small);
  font-weight: 700;
  text-align: right;
}

.perks {
  display: grid;
  gap: var(--space-5);
  max-width: var(--wide-box);
  margin: 0 auto var(--space-7);
  padding-inline: var(--gutter);
}

.perk {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-1) var(--space-4);
  align-items: start;
}

.perk svg {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  padding: 9px;
  border-radius: 50%;
  background: rgb(139 168 98 / 0.18);
  fill: none;
  stroke: var(--color-ink);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.perk__title {
  font-weight: 800;
  line-height: var(--leading-snug);
}

.perk__text {
  font-size: var(--size-small);
  color: var(--color-ink-soft);
}

.host__text .menu-item {
  border-bottom-color: rgb(85 89 76 / 0.12);
}

.host__text .menu-item:last-child {
  border-bottom: 0;
}

.host__text .menu-item__note {
  color: var(--color-ink-soft);
}

.host {
  padding-inline: var(--gutter);
  padding-bottom: var(--space-8);
}

.host__panel {
  max-width: var(--wide);
  margin-inline: auto;
  padding: var(--space-6) var(--space-5);
  background: var(--color-paper-deep);
}

.host__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-2) var(--space-5);
  margin-bottom: var(--space-6);
}

.hashtag {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.1rem + 0.9vw, 1.75rem);
  line-height: 1;
  color: var(--color-gold-ink);
  rotate: -2deg;
}

.hashtag a {
  text-decoration: none;
}

.hashtag a:hover,
.hashtag a:focus-visible {
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.host__body {
  display: grid;
  gap: var(--space-6);
  align-items: center;
}

.host__photo {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.host__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  max-width: 36rem;
}

.host__name {
  font-size: var(--size-h2);
  font-weight: 800;
}

.catering {
  padding-inline: var(--gutter);
  padding-bottom: var(--space-8);
}

.catering__inner {
  display: grid;
  gap: var(--space-6);
  max-width: var(--wide);
  margin-inline: auto;
}

.catering__head {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  max-width: 30rem;
}

.catering__lists {
  display: grid;
  gap: var(--space-6);
}

.catering__group {
  margin-bottom: var(--space-2);
  padding-bottom: var(--space-2);
  border-bottom: 2px solid var(--color-gold);
  font-size: var(--size-small);
  font-weight: 800;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-ink-soft);
}

.catering__list li {
  padding-block: var(--space-2);
  border-bottom: 1px solid rgb(85 89 76 / 0.12);
  font-weight: 600;
}

.ig {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-2);
  max-width: var(--wide-box);
  margin-inline: auto;
  padding-inline: var(--gutter);
  padding-bottom: var(--space-8);
}

.ig__photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.ig__tile {
  --color-focus: var(--color-ink);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1;
  padding: var(--space-5);
  background: var(--matcha-350);
  color: var(--color-on-ink);
  font-size: clamp(1.125rem, 0.9rem + 1vw, 1.5rem);
  font-weight: 800;
  line-height: var(--leading-snug);
  text-decoration: none;
  transition: background-color var(--duration-fast) var(--ease-out);
}

.ig__tile:hover {
  background: var(--brand-hover);
}

.ig__tile svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery {
  padding-bottom: var(--space-8);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-2);
  max-width: var(--wide-box);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.gallery__grid li {
  scroll-margin-top: var(--space-4);
}

.gallery__item {
  display: block;
  overflow: hidden;
}

.gallery__item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: var(--space-5) var(--gutter) calc(var(--space-5) + var(--tap-min) + var(--space-5));
}

.lightbox:target {
  display: grid;
}

.main:has(.lightbox:target) {
  z-index: 30;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(40 43 34 / 0.92);
}

.lightbox__img {
  position: relative;
  max-width: 100%;

  max-height: calc(100dvh - 3 * var(--space-5) - var(--tap-min));
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox__nav {
  bottom: var(--space-5);
  right: 50%;
  translate: 50% 0;
}

.footer {
  padding: var(--space-7) var(--gutter) var(--space-5);
  border-top: 1px solid rgb(85 89 76 / 0.12);
}

.footer__grid {
  display: grid;
  gap: var(--space-6);
  max-width: var(--wide);
  margin-inline: auto;
}

.footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-2);
}

.footer__label {
  font-size: var(--size-small);
  font-weight: 800;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--color-ink-soft);
}

.footer__phone {
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
  font-weight: 800;
  line-height: var(--leading-snug);
}

.footer__phone a {
  text-decoration: none;
}

.footer__phone a:hover {
  color: var(--brand-hover);
}

.footer__address {
  font-style: normal;
  font-weight: 700;
}

.footer .social {
  margin-left: calc(-1 * var(--space-3));
}

.hours {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-1) var(--space-5);
}

.hours dt {
  font-weight: 700;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--space-2) var(--space-5);
  max-width: var(--wide);
  margin: var(--space-7) auto 0;
  padding-top: var(--space-4);
  border-top: 1px solid rgb(85 89 76 / 0.12);
  font-size: var(--size-small);
  color: var(--color-ink-soft);
}

.footer__bottom:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.footer__bottom a {
  text-decoration: none;
}

.footer__bottom a:hover,
.footer__bottom a:focus-visible {
  text-decoration: underline;
}

.to-top {
  --color-focus: var(--color-ink);
  position: fixed;
  right: var(--gutter);
  bottom: var(--space-5);
  z-index: 15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--matcha-350);
  color: var(--on-brand);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgb(40 43 34 / 0.18);
  transition: background-color var(--duration-fast) var(--ease-out);
}

.to-top:hover {
  background: var(--brand);
}

.to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@supports (animation-timeline: scroll()) {
  .to-top {
    animation: to-top-in linear both;
    animation-timeline: scroll(root);
    animation-range: 40vh 80vh;
  }
}

@keyframes to-top-in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.menu-card,
.host__panel,
.ig__tile {
  border-radius: var(--radius-card);
}

.offer__photo,
.host__photo,
.ig__photo,
.gallery__item,
.lightbox__img,
.menu-card__surprise {
  border-radius: var(--radius-img);
}

.hero__nav {
  border-radius: 999px;
}

.hero__arrow {
  border-radius: 50%;
}

@media (min-width: 40rem) {
  .ig {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
  }

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

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

  .menu-card,
  .host__panel {
    padding: var(--space-7);
  }
}

@media (min-width: 56.25rem) {
  html {
    scroll-padding-top: 0;
  }

  body {
    padding-right: var(--sidebar);
  }

  .to-top {
    right: calc(var(--sidebar) + var(--space-5));
  }

  .sidebar {
    position: fixed;
    inset: 0 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    gap: var(--space-5);
    width: var(--sidebar);
    height: auto;
    padding: var(--space-5) var(--space-2);
    border-bottom: 0;
    border-left: 1px solid rgb(85 89 76 / 0.12);
  }

  .sidebar__logo img {
    width: 72px;
    height: 72px;
  }

  .nav {
    margin-top: auto;
  }

  .nav__toggle {
    flex-direction: column;
    gap: var(--space-1);
    padding: var(--space-2);
    font-size: 0.75rem;
  }

  .nav__panel {
    top: 0;
    bottom: 0;
    right: var(--sidebar);
    left: auto;
    width: min(26rem, 60vw);
    max-height: none;
    justify-content: safe center;
    padding: var(--space-7);
  }

  .sidebar__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
  }

  .sidebar__hours {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-1);
    font-size: 0.75rem;
    line-height: var(--leading-snug);
    text-align: center;
  }

  .sidebar__hours-label {
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .hero__slide {
    height: clamp(420px, 78vh, 820px);
  }

  .about {
    padding-block: var(--space-9);
  }

  .deco {
    display: block;
  }

  .offer__grid {
    grid-template-columns: 1.1fr 1fr;
    gap: var(--space-6);
    align-items: start;
  }

  .offer__photos {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .offer__photo--a {
    width: 88%;
  }

  .offer__photo--b {
    width: 62%;
    margin-top: calc(-1 * var(--space-8));
    justify-self: end;
    position: relative;
    border: 10px solid var(--color-paper);
  }

  .offer__photo--b,
  .offer__photo--c {
    border-radius: calc(var(--radius-img) + 6px);
  }

  .offer__photo--c {
    display: block;
    width: 74%;
    margin-top: calc(-1 * var(--space-7));
    position: relative;
    border: 10px solid var(--color-paper);
  }

  .offer__grid--reverse {
    grid-template-columns: 1fr 1.1fr;
  }

  .offer__grid--reverse .menu-card {
    order: 0;
  }

  .offer__grid--reverse .offer__photo--a {
    justify-self: end;
  }

  .offer__grid--reverse .offer__photo--b {
    justify-self: start;
  }

  .offer__grid--reverse .offer__photo--c {
    justify-self: end;
  }

  .host__body {
    grid-template-columns: minmax(0, 420px) 1fr;
    gap: var(--space-8);
  }

  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .perks {
    grid-template-columns: repeat(4, 1fr);
  }

  .catering__inner {
    grid-template-columns: 1fr 1.5fr;
    gap: var(--space-8);
    align-items: start;
  }
}

@media (min-width: 75rem) {
  .gallery__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html,
  .hero__track {
    scroll-behavior: smooth;
  }

  .nav[open] .nav__panel {
    animation: panel-in 280ms var(--ease-out);
  }

  .gallery__item img {
    transition: scale var(--duration-slow) var(--ease-out);
  }

  @media (hover: hover) {
    .gallery__item:hover img {
      scale: 1.04;
    }
  }

  .about .narrow > * {
    animation: rise var(--duration-slow) var(--ease-out) backwards;
  }

  .about .narrow > :nth-child(2) { animation-delay: 120ms; }
  .about .narrow > :nth-child(3) { animation-delay: 240ms; }
}

@keyframes rise {
  from {
    opacity: 0;
    translate: 0 14px;
  }
}

@keyframes panel-in {
  from {
    opacity: 0;
    translate: -12px 0;
  }
}
