/* Verdi's Coffee Shop */

/* ---------- Fonts (self-hosted, only the needed letters) ---------- */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/oswald-latin-ext-400-700.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: 'Oswald';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../fonts/oswald-latin-400-700.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: 'Raleway';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/raleway-latin-ext-400-900.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: 'Raleway';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url(../fonts/raleway-latin-400-900.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: 'Changa';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../fonts/changa-arabic-400-800.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/tajawal-arabic-400.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/tajawal-arabic-500.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/tajawal-arabic-700.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/tajawal-arabic-800.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

/* ---------- Tokens ---------- */
:root {
  --ink: #1c1a18;
  --cream: #fbf8f2;
  --paper: #f3ece3;
  --lime: #d9eb71;
  --lime-soft: #f2f6d9;
  --sky: #aebbe6;
  --peach: #efc3a7;
  --green: #234a3c;
  --green-dark: #1a372d;
  --dot: rgba(28, 26, 24, 0.13);
  --line: 2px solid var(--ink);
  --display: 'Oswald', 'Arial Narrow', sans-serif;
  --body: 'Raleway', system-ui, sans-serif;
  --container: 1250px;
  --gutter: clamp(20px, 4vw, 50px);
  --header-h: 76px;
  --flip: 1;
}
:root:lang(ar) {
  --display: 'Changa', 'Oswald', sans-serif;
  --body: 'Tajawal', 'Raleway', system-ui, sans-serif;
  --flip: -1;
}

/* ---------- Base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img,
svg {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}
p {
  margin: 0;
}
button {
  font: inherit;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 3px;
}
.skip-link {
  position: absolute;
  top: -80px;
  inset-inline-start: 16px;
  z-index: 100;
  padding: 12px 18px;
  background: var(--ink);
  color: var(--cream);
  font-weight: 700;
}
.skip-link:focus {
  top: 16px;
}
.container {
  width: 100%;
  max-width: calc(var(--container) + var(--gutter) * 2);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container--narrow {
  max-width: calc(940px + var(--gutter) * 2);
}
.dots {
  background-color: var(--cream);
  background-image: radial-gradient(var(--dot) 1.2px, transparent 1.7px);
  background-size: 22px 22px;
}
.icon {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.flip-rtl {
  scale: var(--flip) 1;
}

/* Arabic needs more line height and no letter spacing */
:lang(ar) h1,
:lang(ar) h2,
:lang(ar) h3 {
  line-height: 1.35;
  letter-spacing: 0;
}
:lang(ar) body {
  line-height: 1.75;
}

/* ---------- Buttons and links ---------- */
.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: min(300px, 100%);
  padding: 22px 36px;
  border: var(--line);
  border-radius: 2px;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--body);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--lime);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.btn:hover {
  color: var(--ink);
}
.btn:hover::before {
  transform: scaleY(1);
}
.btn--outline {
  background: transparent;
  color: var(--ink);
}
.btn--outline::before {
  background: var(--ink);
}
.btn--outline:hover {
  color: var(--cream);
}
.btn--light {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--ink);
}
.btn--ghost {
  border-color: var(--cream);
  background: transparent;
  color: var(--cream);
}
.btn--ghost:hover {
  color: var(--ink);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid;
  font-family: var(--display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}
.text-link .icon {
  transition: translate 0.25s;
}
.text-link:hover .icon {
  translate: calc(5px * var(--flip)) 0;
}
.round-btn {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border: var(--line);
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
  transition: background 0.25s;
}
.round-btn:hover {
  background: var(--lime);
}
.round-btn:disabled {
  opacity: 0.35;
  cursor: default;
  background: var(--cream);
}
.round-btn .icon {
  width: 24px;
  height: 24px;
}

/* ---------- Announcement bar ---------- */
.announce {
  position: relative;
  padding: 10px 56px;
  background: var(--ink);
  color: var(--cream);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}
.announce a {
  color: var(--lime);
  font-weight: 700;
}
.announce__close {
  position: absolute;
  top: 50%;
  inset-inline-end: 10px;
  translate: 0 -50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.bar-closed .announce {
  display: none;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--cream);
  border-block: var(--line);
}
.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  max-width: calc(var(--container) + var(--gutter) * 2);
  min-height: var(--header-h);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.nav-toggle {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: var(--display);
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-toggle__icon {
  position: relative;
  width: 30px;
  height: 20px;
}
.nav-toggle__icon span {
  position: absolute;
  inset-inline: 0;
  height: 2.5px;
  border-radius: 2px;
  background: currentColor;
  transition: top 0.3s, rotate 0.3s, opacity 0.2s;
}
.nav-toggle__icon span:nth-child(1) {
  top: 0;
}
.nav-toggle__icon span:nth-child(2) {
  top: 8.75px;
}
.nav-toggle__icon span:nth-child(3) {
  top: 17.5px;
}
.menu-open .nav-toggle__icon span:nth-child(1) {
  top: 8.75px;
  rotate: 45deg;
}
.menu-open .nav-toggle__icon span:nth-child(2) {
  opacity: 0;
}
.menu-open .nav-toggle__icon span:nth-child(3) {
  top: 8.75px;
  rotate: -45deg;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(22px, 5vw, 76px);
  border-inline: var(--line);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
}
.site-header__end {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.header-cta:hover {
  text-decoration: underline;
}

/* Language picker */
.lang {
  position: relative;
}
.lang summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  border: var(--line);
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  list-style: none;
  cursor: pointer;
  user-select: none;
}
.lang summary::-webkit-details-marker {
  display: none;
}
.lang summary .icon {
  width: 18px;
  height: 18px;
}
.lang[open] summary,
.lang summary:hover {
  background: var(--ink);
  color: var(--cream);
}
.lang__list {
  position: absolute;
  top: calc(100% + 10px);
  inset-inline-end: 0;
  z-index: 70;
  min-width: 170px;
  margin: 0;
  padding: 6px;
  border: var(--line);
  border-radius: 14px;
  background: var(--cream);
  box-shadow: calc(6px * var(--flip)) 6px 0 var(--ink);
  list-style: none;
}
.lang__list a {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}
.lang__list a:hover {
  background: var(--lime);
}
.lang__list a[aria-current] {
  background: var(--ink);
  color: var(--cream);
}

@media (max-width: 860px) {
  :root {
    --header-h: 64px;
  }
  .nav-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .header-cta {
    display: none;
  }
  .logo {
    font-size: 30px;
    padding-inline: 20px;
  }
  .lang summary {
    height: 38px;
    padding: 0 11px;
  }
}

/* ---------- Full-screen menu ---------- */
.site-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-h) + 40px) var(--gutter) 40px;
  overflow-y: auto;
  background: var(--green-dark);
  color: var(--cream);
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.55s cubic-bezier(0.7, 0, 0.2, 1), visibility 0s 0.55s;
}
.menu-open .site-menu {
  transform: none;
  visibility: visible;
  transition: transform 0.55s cubic-bezier(0.7, 0, 0.2, 1), visibility 0s;
}
.menu-open body {
  overflow: hidden;
}
.site-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 2vh, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-menu__link {
  position: relative;
  display: inline-block;
  color: #ebe6dd;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(46px, 8vw, 86px);
  line-height: 1.12;
  text-transform: uppercase;
  text-decoration: none;
}
.site-menu__text {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.site-menu__text::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 6px;
  height: 3px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
}
:lang(ar) .site-menu__text::after {
  transform-origin: right;
}
.site-menu__link:hover .site-menu__text::after,
.site-menu__link:focus-visible .site-menu__text::after,
.site-menu__link[aria-current] .site-menu__text::after {
  transform: scaleX(1);
}
.site-menu__img {
  position: absolute;
  z-index: 1;
  width: clamp(110px, 11vw, 160px);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 2px solid var(--cream);
  border-radius: 6px;
  opacity: 0;
  transform: scale(0.85) rotate(var(--r));
  transition: opacity 0.3s, transform 0.35s;
  pointer-events: none;
}
.site-menu__img--a {
  --r: -8deg;
  top: -45%;
  inset-inline-end: calc(100% + 24px);
}
.site-menu__img--b {
  --r: 7deg;
  top: 5%;
  inset-inline-start: calc(100% + 24px);
}
.site-menu__link:hover .site-menu__img {
  opacity: 1;
  transform: scale(1) rotate(var(--r));
}
.site-menu__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  margin-top: clamp(28px, 6vh, 60px);
  color: #cfc9be;
  font-size: 16px;
  text-align: center;
}
.site-menu__foot a {
  color: var(--lime);
  font-weight: 700;
}
@media (hover: none), (max-width: 860px) {
  .site-menu__img {
    display: none;
  }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: var(--line);
}
.hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(300px, 26vw, 360px);
  text-align: center;
}
.hero__title {
  max-width: 14ch;
  font-size: clamp(50px, 7.4vw, 104px);
  line-height: 1.1;
  text-wrap: balance;
}
.hero__lead {
  max-width: 820px;
  margin-top: clamp(24px, 3vw, 40px);
  font-weight: 700;
  font-size: clamp(17px, 1.8vw, 25px);
  line-height: 1.7;
  text-transform: uppercase;
  text-wrap: balance;
}
.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-top: clamp(32px, 4vw, 50px);
}
.hero__hours {
  margin-top: 26px;
  font-weight: 700;
  font-size: 15px;
}
.play-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 700;
  font-size: 21px;
  text-decoration: none;
}
.play-link__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: var(--line);
  border-radius: 50%;
  background: var(--cream);
  transition: background 0.25s;
}
.play-link:hover .play-link__icon {
  background: var(--lime);
}
.hero__art {
  position: absolute;
  z-index: 2;
  inset-inline-end: 0;
  bottom: 5%;
  width: clamp(250px, 34vw, 520px);
  aspect-ratio: 1 / 0.9;
  pointer-events: none;
}
.hero__blob {
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 80%;
  fill: var(--sky);
  stroke: var(--ink);
  stroke-width: 3;
}
.hero__hand {
  position: absolute;
  inset-inline-end: -6%;
  bottom: 16%;
  width: 104%;
  max-width: none;
  filter: drop-shadow(0 18px 22px rgba(28, 26, 24, 0.2));
  scale: var(--flip) 1;
}
.hero__star {
  position: absolute;
  top: 2%;
  inset-inline-start: 8%;
  z-index: 3;
  width: clamp(54px, 6vw, 90px);
}
.star path {
  fill: var(--lime);
  stroke: var(--ink);
  stroke-width: 3;
  stroke-linejoin: round;
}
.spin-badge {
  position: absolute;
  z-index: 2;
  inset-inline-start: 3%;
  bottom: 38%;
  width: clamp(150px, 15vw, 210px);
  aspect-ratio: 1;
}
.spin-badge__ring {
  width: 100%;
  height: 100%;
  animation: spin 20s linear infinite;
}
.spin-badge__ring text {
  fill: var(--ink);
  font-family: 'Oswald', 'Changa', sans-serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
:lang(ar) .spin-badge__ring text {
  font-family: 'Changa', 'Oswald', sans-serif;
  letter-spacing: 0;
}
.spin-badge__cup {
  position: absolute;
  inset: 32%;
  width: 36%;
  height: 36%;
}
.spin-badge__since {
  position: absolute;
  inset-inline-end: 0;
  bottom: 4%;
  display: grid;
  place-items: center;
  width: clamp(64px, 6.4vw, 84px);
  aspect-ratio: 1;
  padding: 8px;
  border: var(--line);
  border-radius: 50%;
  background: var(--lime);
  font-weight: 800;
  font-size: 13px;
  line-height: 1.15;
  text-align: center;
}
@keyframes spin {
  to {
    rotate: 360deg;
  }
}
@keyframes rise {
  from {
    opacity: 0;
    translate: 0 28px;
  }
}
@keyframes slide-in {
  from {
    opacity: 0;
    translate: calc(16% * var(--flip)) 8%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero__title,
  .hero__lead,
  .hero__actions,
  .hero__hours {
    animation: rise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }
  .hero__lead {
    animation-delay: 0.1s;
  }
  .hero__actions {
    animation-delay: 0.2s;
  }
  .hero__hours {
    animation-delay: 0.28s;
  }
  .hero__hand {
    animation: slide-in 1.1s 0.2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }
}
@media (max-width: 700px) {
  .hero__content {
    padding-bottom: 320px;
  }
  .hero__art {
    width: 72vw;
    bottom: 3%;
  }
  .spin-badge {
    width: 118px;
    bottom: 34px;
  }
  .steps__cup {
    display: none;
  }
  .spin-badge__since {
    width: 56px;
    font-size: 10px;
    padding: 4px;
  }
}

/* ---------- Section titles ---------- */
.h2 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.12;
}
.h2--center {
  text-align: center;
}
.lead-center {
  max-width: 760px;
  margin: 26px auto 0;
  font-weight: 700;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.63;
  text-align: center;
}

/* ---------- How it works ---------- */
.steps {
  position: relative;
  padding-block: clamp(120px, 13vw, 200px) clamp(60px, 8vw, 110px);
}
.steps__cup {
  position: absolute;
  top: 0;
  inset-inline-start: 5%;
  z-index: 4;
  width: clamp(140px, 20vw, 300px);
  translate: 0 -55%;
  rotate: -12deg;
  filter: drop-shadow(0 16px 22px rgba(28, 26, 24, 0.22));
}
.steps__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: clamp(40px, 5vw, 60px);
  align-items: start;
  margin-top: clamp(50px, 7vw, 110px);
}
.steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 3vw, 40px);
  padding-block: clamp(40px, 9vw, 140px);
}
.step:first-child {
  padding-top: clamp(20px, 5vw, 70px);
}
.step__num {
  position: relative;
  display: grid;
  place-items: center;
  flex: none;
  width: 66px;
  height: 66px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 30px;
}
.step__num::before {
  content: '';
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--c, var(--lime));
}
.step__num span {
  position: relative;
}
.step__num svg {
  position: absolute;
  inset: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.6;
  stroke-linecap: round;
}
.step:nth-child(2),
.mini-step:nth-child(2) {
  --c: var(--sky);
}
.step:nth-child(3),
.mini-step:nth-child(3) {
  --c: var(--peach);
}
.step h3 {
  font-size: clamp(34px, 4vw, 50px);
}
.step p {
  max-width: 44ch;
  margin-top: 22px;
  font-size: 19px;
}
.step .btn {
  margin-top: 34px;
}
.step__img {
  display: none;
}
.steps__screen {
  position: sticky;
  top: calc(var(--header-h) + 40px);
  height: 560px;
  overflow: hidden;
  border: var(--line);
  border-radius: 6px;
  background: var(--lime-soft);
}
.steps__shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.6s, transform 0.9s;
}
.steps__shot.is-active {
  opacity: 1;
  transform: none;
}
.steps__credit {
  margin-top: 20px;
  font-size: 15px;
  text-align: center;
}
.steps__credit a {
  font-weight: 800;
}
@media (max-width: 900px) {
  .steps__grid {
    grid-template-columns: 1fr;
  }
  .steps__screen {
    display: none;
  }
  .step {
    padding-block: 36px;
  }
  .step__img {
    display: block;
    width: 100%;
    margin-top: 24px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: var(--line);
    border-radius: 6px;
  }
}

/* ---------- Curved text ---------- */
.wave {
  position: relative;
  padding-block: clamp(50px, 7vw, 100px) clamp(20px, 3vw, 40px);
}
.wave__svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.wave__text {
  fill: var(--ink);
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 76px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
:lang(ar) .wave__text {
  font-family: 'Changa', 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.wave__beans {
  position: absolute;
  top: 4%;
  inset-inline-end: 7%;
  width: clamp(76px, 9vw, 130px);
}
.wave__lead {
  max-width: 640px;
  margin: clamp(10px, 2vw, 30px) auto 0;
  padding-inline: var(--gutter);
  font-size: 19px;
  text-align: center;
}

/* ---------- Menu rows ---------- */
.products__list {
  margin: clamp(40px, 5vw, 70px) 0 0;
  padding: 0;
  list-style: none;
}
.product {
  position: relative;
  margin-top: -2px;
  border-block: var(--line);
  background: var(--cream);
  transition: background 0.3s;
}
.product:hover {
  background: var(--lime-soft);
}
.product__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  padding-block: 22px;
}
.product__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(160px, 16vw, 230px);
}
.product__visual img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(28, 26, 24, 0.18));
  transition: rotate 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), scale 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.product:hover .product__visual img {
  rotate: calc(-6deg * var(--flip));
  scale: 1.05;
}
.product__arrow {
  position: absolute;
  top: 10%;
  inset-inline-start: 0;
  width: clamp(48px, 6vw, 84px);
  fill: none;
  stroke: var(--ink);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  scale: var(--flip) 1;
  transition: translate 0.35s;
}
.product:hover .product__arrow {
  translate: calc(8px * var(--flip)) -4px;
}
.product__title {
  font-size: clamp(30px, 3.3vw, 44px);
}
.product__title a {
  text-decoration: none;
}
.product__title a::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product__text {
  max-width: 46ch;
  margin-top: 10px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.chip {
  padding: 7px 20px;
  border: 1.5px solid var(--ink);
  border-radius: 36px;
  background: var(--cream);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}
a.chip {
  text-decoration: none;
  white-space: nowrap;
}
a.chip:hover {
  background: var(--lime);
}
.product__price {
  display: grid;
  place-items: center;
  width: 190px;
  height: 68px;
  padding-inline: 16px;
  border: var(--line);
  border-radius: 50%;
  background: var(--lime);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  transition: rotate 0.3s;
}
.product:hover .product__price {
  rotate: -4deg;
}
.products__more {
  margin-top: clamp(40px, 5vw, 60px);
  text-align: center;
}
@media (max-width: 760px) {
  .product__grid {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 8px 20px;
  }
  .product__visual {
    height: 130px;
  }
  .product__price {
    grid-column: 2;
    justify-self: start;
    width: auto;
    height: auto;
    padding: 10px 22px;
    border-radius: 999px;
  }
}

/* ---------- Text and photo rows ---------- */
.info {
  padding-block: clamp(90px, 11vw, 165px) clamp(10px, 2vw, 20px);
}
.info__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  margin-bottom: clamp(90px, 11vw, 170px);
}
.info__row--flip .info__media {
  order: -1;
}
.info__title {
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.2;
}
.info__text p {
  max-width: 46ch;
  margin-top: 28px;
  font-size: 19px;
}
.info__text .text-link {
  margin-top: 32px;
}
.info__media {
  position: relative;
  margin: 0;
}
.info__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: var(--line);
  border-radius: 5px;
}
.info__media .star {
  position: absolute;
  top: -40px;
  inset-inline-end: -26px;
  width: 90px;
}
@media (max-width: 860px) {
  .info__row {
    grid-template-columns: 1fr;
  }
  .info__row--flip .info__media {
    order: 0;
  }
}

/* ---------- Banner ---------- */
.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: clamp(90px, 11vw, 170px);
  padding: clamp(70px, 10vw, 136px) clamp(24px, 8vw, 120px);
  border: var(--line);
  border-radius: 5px;
  background-color: var(--lime);
  background-image: radial-gradient(rgba(28, 26, 24, 0.16) 1.2px, transparent 1.7px);
  background-size: 20px 20px;
  text-align: center;
}
.banner__title {
  max-width: 24ch;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.35;
  text-wrap: balance;
}
.banner__text {
  max-width: 52ch;
  margin-top: -16px;
  font-size: 19px;
}
.banner__credit {
  margin-top: -18px;
  font-size: 15px;
}

/* ---------- Photo slider ---------- */
.gallery {
  padding-bottom: clamp(90px, 10vw, 140px);
  overflow: hidden;
}
.gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(250px, 29vw, 380px);
  gap: clamp(28px, 3.5vw, 48px);
  margin: clamp(30px, 4vw, 56px) 0 0;
  padding: 22px var(--gutter) 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gutter);
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  list-style: none;
}
.gallery__track::-webkit-scrollbar {
  display: none;
}
.gallery__card {
  position: relative;
  isolation: isolate;
  scroll-snap-align: start;
}
.gallery__card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border: var(--line);
  translate: calc(12px * var(--flip)) -13px;
}
.gallery__card figure {
  margin: 0;
  border: var(--line);
  background: var(--cream);
}
.gallery__card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-bottom: var(--line);
}
.gallery__card figcaption {
  padding: 16px 20px 18px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
.gallery__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
  margin-top: clamp(28px, 4vw, 48px);
}

/* ---------- FAQ ---------- */
.faq {
  padding-block: clamp(90px, 10vw, 140px);
  border-top: var(--line);
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: clamp(40px, 5vw, 65px);
}
.faq__item {
  border: var(--line);
  border-radius: 2px;
  background: var(--cream);
  transition: background 0.25s;
}
.faq__item[open] {
  background: var(--lime-soft);
}
.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 22px 22px 30px;
  padding-inline: 30px 22px;
  font-weight: 700;
  font-size: clamp(19px, 1.9vw, 24px);
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}
.faq__item summary::-webkit-details-marker {
  display: none;
}
.faq__icon {
  display: grid;
  place-items: center;
  flex: none;
  width: 42px;
  height: 42px;
  border: var(--line);
  border-radius: 50%;
  background: var(--cream);
  transition: rotate 0.3s, background 0.3s;
}
.faq__item[open] .faq__icon {
  rotate: 45deg;
  background: var(--lime);
}
.faq__a {
  max-width: 720px;
  padding: 0 30px 26px;
  font-size: 19px;
  line-height: 1.55;
}
.faq__a a {
  font-weight: 700;
}
.faq__more {
  margin-top: 50px;
  text-align: center;
}

/* ---------- Visit ---------- */
.visit {
  padding-block: clamp(90px, 10vw, 140px);
  border-top: var(--line);
  background: var(--green);
  color: var(--cream);
}
.visit__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(48px, 6vw, 96px);
}
.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 28px 40px;
  margin: 40px 0 0;
}
.facts dt {
  color: var(--lime);
  font-family: var(--display);
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.facts dd {
  margin: 8px 0 0;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
}
.facts a {
  color: var(--cream);
}
.visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 44px;
}
.visit__actions .btn {
  min-width: 0;
}
.map {
  position: relative;
  padding-top: 30px;
  padding-inline-end: 14px;
}
.map__frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: var(--line);
  border-radius: 6px;
  background: var(--cream);
  box-shadow: calc(12px * var(--flip)) 12px 0 var(--lime);
}
.map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.3) contrast(1.05);
}
.sticker {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: var(--line);
  border-radius: 50%;
  background: var(--peach);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.05;
  text-transform: uppercase;
  rotate: 12deg;
  pointer-events: none;
}
@media (max-width: 860px) {
  .visit__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Footer ---------- */
.site-footer__top {
  border-top: var(--line);
  background: var(--paper);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.5fr repeat(3, 1fr);
  align-items: center;
  gap: 16px 36px;
  margin: 0;
  padding-block: 44px;
  list-style: none;
  text-align: center;
}
.footer-grid a {
  font-family: var(--display);
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-grid a:hover {
  text-decoration: underline;
}
.footer-grid__logo a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.footer-grid__logo a:hover {
  text-decoration: none;
}
.footer-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 30px;
  padding-block: 22px;
  border-top: 1.5px solid rgba(28, 26, 24, 0.25);
  font-size: 15px;
}
.footer-info address {
  font-style: normal;
}
.footer-langs {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}
.footer-langs a[aria-current] {
  text-decoration: none;
}
.site-footer__bottom {
  padding-block: 16px;
  background: var(--ink);
  color: var(--cream);
  font-size: 15px;
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px 30px;
}
.footer-bottom a {
  color: var(--cream);
}
.footer-bottom__copy {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-bottom__mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: none;
  border-radius: 8px;
  background: var(--lime);
  color: var(--ink);
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.social {
  justify-self: end;
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
}
.social .icon {
  width: 22px;
  height: 22px;
}
@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 36px;
  }
  .footer-grid__logo {
    grid-column: 1 / -1;
    order: -1;
    margin-bottom: 8px;
  }
  .footer-info {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .social {
    justify-self: center;
  }
}

/* ---------- Inner page header ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: var(--line);
}
.page-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: clamp(36px, 4vw, 56px) clamp(90px, 11vw, 150px);
  text-align: center;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  list-style: none;
}
.breadcrumb li + li::before {
  content: '/';
  margin-inline-end: 10px;
  opacity: 0.5;
}
.page-hero__title {
  margin-top: clamp(40px, 6vw, 80px);
  font-size: clamp(60px, 9vw, 124px);
  line-height: 1.05;
}
.page-hero__lead {
  max-width: 740px;
  margin-top: 28px;
  font-weight: 700;
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.65;
  text-transform: uppercase;
  text-wrap: balance;
}
.page-hero__decor {
  position: absolute;
  z-index: 1;
  bottom: 8%;
  width: clamp(110px, 15vw, 230px);
  filter: drop-shadow(0 14px 20px rgba(28, 26, 24, 0.2));
  pointer-events: none;
}
.page-hero__decor--start {
  inset-inline-start: 4%;
  rotate: -10deg;
}
.page-hero__decor--end {
  inset-inline-end: 5%;
  rotate: 8deg;
}
.page-hero .star {
  position: absolute;
  top: 18%;
  inset-inline-end: 12%;
  width: clamp(50px, 5vw, 80px);
}
@media (max-width: 860px) {
  .page-hero__content {
    padding-bottom: 170px;
  }
  .page-hero__decor {
    bottom: 3%;
  }
  .page-hero .star {
    display: none;
  }
}

/* ---------- Menu page ---------- */
.menu-jump {
  position: sticky;
  top: var(--header-h);
  z-index: 20;
  border-bottom: var(--line);
  background: var(--cream);
}
.menu-jump ul {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  padding-block: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  list-style: none;
}
.menu-cat {
  scroll-margin-top: calc(var(--header-h) + 70px);
  border-bottom: var(--line);
}
.menu-cat__head {
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1.45fr);
  border-bottom: var(--line);
}
.menu-cat__head .product__title {
  font-size: clamp(38px, 4.4vw, 60px);
}
.menu-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(30px, 5vw, 70px);
  margin-block: 0;
  padding-block: 10px 50px;
  list-style: none;
}
.menu-item {
  padding-block: 26px;
  border-bottom: 1.5px dashed rgba(28, 26, 24, 0.35);
}
.menu-item h3 {
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.15;
}
.menu-item p {
  max-width: 42ch;
  margin-top: 8px;
}
.note {
  padding-block: clamp(70px, 8vw, 110px) 0;
}
.note .banner {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .menu-items {
    grid-template-columns: 1fr;
  }
  .menu-cat__head {
    grid-template-columns: 110px minmax(0, 1fr);
  }
}

/* Small steps (menu and story pages) */
.mini-steps {
  padding-block: clamp(80px, 9vw, 130px);
  border-bottom: var(--line);
}
.mini-steps__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: clamp(40px, 5vw, 60px) 0 0;
  padding: 0;
  list-style: none;
}
.mini-step {
  position: relative;
  padding: 28px 26px 30px;
  border: var(--line);
  background: var(--cream);
}
.mini-step h3 {
  margin-top: 18px;
  font-size: 30px;
}
.mini-step p {
  margin-top: 12px;
}
.mini-steps__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 28px;
  margin-top: 50px;
}
@media (max-width: 860px) {
  .mini-steps__list {
    grid-template-columns: 1fr;
  }
}

/* Call to action band */
.cta-band {
  padding-block: clamp(80px, 9vw, 130px);
  background: var(--green);
  color: var(--cream);
  text-align: center;
}
.cta-band p {
  max-width: 560px;
  margin: 22px auto 0;
  font-size: 19px;
}
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

/* ---------- Story page ---------- */
.story-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
  padding-block: clamp(36px, 4vw, 56px) clamp(80px, 9vw, 130px);
}
.story-hero .breadcrumb ol {
  justify-content: flex-start;
}
.story-hero .page-hero__title {
  margin-top: 30px;
}
.story-hero__big {
  margin-top: 22px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
  text-transform: uppercase;
}
.story-hero__intro {
  max-width: 52ch;
  margin-top: 24px;
  font-size: 20px;
}
.framed {
  position: relative;
  isolation: isolate;
  margin: 0;
}
.framed::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border: var(--line);
  border-radius: 5px;
  background: var(--lime);
  translate: calc(14px * var(--flip)) -14px;
}
.framed img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: var(--line);
  border-radius: 5px;
}
.framed .star {
  position: absolute;
  bottom: -30px;
  inset-inline-start: -30px;
  width: 84px;
}
@media (max-width: 860px) {
  .story-hero__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- Visit page ---------- */
.visit-page {
  padding-block: clamp(70px, 8vw, 120px);
}
.visit-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(40px, 5vw, 80px);
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.card {
  padding: 26px 24px 28px;
  border: var(--line);
  border-radius: 2px;
  background: var(--cream);
}
.card--wide {
  grid-column: 1 / -1;
}
.card h2 {
  font-size: 26px;
}
.card address,
.card p {
  margin-top: 14px;
  font-style: normal;
  font-size: 17px;
}
.card .text-link {
  margin-top: 18px;
  font-size: 18px;
}
.card .btn {
  margin-top: 20px;
  min-width: 0;
  padding: 16px 26px;
  font-size: 17px;
}
.hours {
  width: 100%;
  margin-top: 12px;
  border-collapse: collapse;
  font-size: 17px;
}
.hours th {
  padding: 7px 0;
  font-weight: 600;
  text-align: start;
}
.hours td {
  padding: 7px 0;
  font-weight: 700;
  text-align: end;
}
.hours tr + tr {
  border-top: 1px solid rgba(28, 26, 24, 0.2);
}
.visit-page .map {
  position: sticky;
  top: calc(var(--header-h) + 30px);
}
@media (max-width: 960px) {
  .visit-page__grid {
    grid-template-columns: 1fr;
  }
  .visit-page .map {
    position: relative;
    top: 0;
  }
}
@media (max-width: 560px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

/* ---------- Language chooser and 404 ---------- */
.chooser {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 40px 20px;
}
.chooser__box {
  max-width: 760px;
  text-align: center;
}
.chooser__logo {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(72px, 16vw, 170px);
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.chooser__tag {
  margin-top: 14px;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 21px);
  text-transform: uppercase;
}
.chooser__text {
  max-width: 46ch;
  margin: 18px auto 0;
}
.chooser__langs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}
.chooser__langs .btn {
  min-width: 200px;
}
.chooser__langs [lang='ar'] {
  font-family: 'Tajawal', sans-serif;
}

/* ---------- Small fixes ---------- */
.mini-steps__actions .steps__credit {
  margin: 0;
}
.story-hero .text-link {
  margin-top: 32px;
}
