@font-face {
  font-family: "JAPAN RAMEN";
  src: url("./fonts/JAPAN-RAMEN-Regular.otf") format("opentype"),
       url("./fonts/japan-ramen.otf") format("opentype"),
       url("./fonts/JAPAN-RAMEN.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.root {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hina Mincho", "Times New Roman", serif;
  background-color: #8b0000;
  color: #fff7e6;
  line-height: 1.5;
}

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

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

/* Top bar */

.top-bar {
  position: sticky;
  top: 0;
  z-index: 10;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.08em;
}

.top-bar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2rem;
}

.top-bar__row--main {
  padding-block: 0.4rem;
  background-color: #FDC744;
}

.top-bar__row--search {
  padding-block: 0.35rem 0.5rem;
  background-color: #FDE891;
}

.top-bar__left {
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo a {
  display: block;
  text-decoration: none;
}

.logo__image {
  height: 50px;
  width: auto;
  display: block;
}

.search {
  position: relative;
  display: flex;
  align-items: center;
}

.search__input {
  width: 230px;
  padding: 0.5rem 0.75rem 0.5rem 2.5rem;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  font-size: 0.85rem;
  background-color: #ffffff;
  color: #666;
  font-family: sans-serif;
}

.search__input::placeholder {
  color: #999;
}

.search::before {
  content: "🔍";
  position: absolute;
  left: 0.75rem;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}

.top-bar__nav {
  display: flex;
  gap: 2rem;
  font-size: 0.95rem;
}

.top-bar__nav a {
  position: relative;
}

.top-bar__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 2px;
  background-color: #000;
  transition: width 0.2s ease-out;
}

.top-bar__nav a:hover::after {
  width: 100%;
}

.login-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-icon-link::after {
  display: none;
}

.login-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.top-bar__right-login {
  display: flex;
  align-items: center;
}

.top-bar__right-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* gift-icon-image previously used for discount visuals; kept for other icons if needed */
.gift-icon-image {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.btn {
  border-radius: 4px;
  border: 2px solid #000;
  padding: 0.35rem 0.9rem;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  font-size: 0.85rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background-color: transparent;
  text-decoration: none;
  color: #000;
}

.btn--ghost {
  background-color: #FDC744;
}

.btn--primary {
  background-color: #ff4b4b;
  color: #fff;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 0 #000;
}

/* Hero */

.hero {
  /* Gift / ramen illustration banner */
  background-image: url("./images/hero-gift-banner.jpg");
  background-size: cover;
  background-position: center;
  min-height: 320px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-bottom: 6px solid #000;
}

.hero--menu {
  min-height: 260px;
}

.hero__overlay {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 3fr 1.2fr;
  align-items: center;
  padding: 3.5rem 2rem;
  gap: 1rem;
}

.hero__content {
  max-width: 520px;
  margin-left: 7rem;
  margin-right: auto;
  background-color: rgba(255, 59, 59, 0.9);
  padding: 2rem 2.5rem;
  border: 4px solid #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.hero__eyebrow {
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-bottom: 0.75rem;
  text-shadow: none;
  color: #000;
}

.hero__title {
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  font-size: clamp(2rem, 3vw + 1.3rem, 2.8rem);
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000;
}

.hero__bowl {
  display: flex;
  justify-content: flex-end;
  margin-left: 4rem;
}

.hero__bowl-circle {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 5px solid #fff;
  background-image: url("./images/ramen-hero.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 6px #000;
}

.hero__overlay--menu {
  grid-template-columns: 1.8fr 1.2fr;
  padding-top: 2.5rem;
}

.hero__menu-title-wrap {
  display: flex;
  justify-content: center;
}

.hero__menu-banner {
  margin-top: 1rem;
  background-color: #ffcf3c;
  border: 4px solid #000;
  padding: 0.9rem 3rem;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

.hero__bowl--menu .hero__bowl-circle {
  width: 200px;
  height: 200px;
}

/* Sections */

main {
  background-color: #8b0000;
}

.section {
  max-width: 1100px;
  margin: 2.5rem auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);
  gap: 0;
  background-color: #5a0000;
  border: 4px solid #000;
}

.section--image-left .section__image {
  order: 1;
}

.section--image-left .section__card {
  order: 2;
}

.section--image-right .section__image {
  order: 2;
}

.section--image-right .section__card {
  order: 1;
}

.section__image {
  min-height: 260px;
  background-size: cover;
  background-position: center;
}

.section__image--restaurant {
  /* Restaurant interior photo */
  background-image: url("./images/section-restaurant-interior.jpg");
}

.section__image--eating {
  /* Guest eating ramen photo */
  background-image: url("./images/section-guest-eating-ramen.jpg");
}

.section__card {
  background-color: #fff7e6;
  color: #2b0000;
  padding: 2.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  font-size: 0.96rem;
}

.section__card--left {
  padding-left: 2.5rem;
}

.section__card h2 {
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.section__card p {
  font-weight: 300;
}

/* Pillars */

.pillars {
  max-width: 1100px;
  margin: 3rem auto 4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
}

.pillars__item {
  background-color: #ff3b3b;
  padding: 2.4rem 2rem 2.3rem;
  text-align: left;
  border-radius: 4px;
  border: 3px solid #000;
  position: relative;
}

.pillars__icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff7e6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #000;
  font-size: 1.4rem;
  background-color: #ffcf3c;
  overflow: hidden;
  padding: 8px;
}

.pillars__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pillars__item h3 {
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.08em;
  font-size: 1.1rem;
}

.pillars__item p {
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Footer */

.footer {
  border-top: 3px solid #000;
  padding: 1.4rem 3rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  background-color: #ffcf3c;
  color: #000;
  font-family: "Bebas Neue", "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.08em;
}

.footer--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 3rem;
  background-color: #ffcf3c;
  color: #000;
  font-family: "Bebas Neue", "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.08em;
}

.footer__social {
  text-align: left;
}

.footer__logo {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}

.footer__logo a {
  display: block;
  text-decoration: none;
}

.footer__logo-image {
  height: 40px;
  width: auto;
  display: block;
}

.footer__icons {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.6rem;
  font-size: 0.9rem;
}

.footer__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #000;
  color: #ffcf3c;
  border: 2px solid #000;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, transform 0.2s;
}

.footer__icon-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.footer__icon-link:hover {
  background-color: #333;
  color: #fff;
  transform: translateY(-2px);
}

.footer__year {
  font-size: 0.8rem;
  font-family: "Bebas Neue", "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Menu page cards */

.menu-page main {
  padding-block: 2rem 3rem;
  overflow-x: hidden;
}

.menu-grid {
  max-width: 1100px;
  margin: 2.5rem auto 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 2.5rem;
  overflow-y: auto;
  scroll-behavior: smooth;
  max-height: calc(100vh - 300px);
  padding-right: 0.5rem;
}

.menu-grid::-webkit-scrollbar {
  width: 12px;
}

.menu-grid::-webkit-scrollbar-track {
  background: #5a0000;
  border-radius: 6px;
}

.menu-grid::-webkit-scrollbar-thumb {
  background: #ffcf3c;
  border: 2px solid #000;
  border-radius: 6px;
}

.menu-grid::-webkit-scrollbar-thumb:hover {
  background: #ffe981;
}

.menu-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.menu-card__top {
  background-color: #ffcf3c;
  border: 4px solid #000;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu-card__image-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 4px solid #000;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #fff7e6;
}

.menu-card__image-circle--one {
  background-image: url("./images/One.jpg");
  background-size: cover;
  background-position: center 35%;
}

.menu-card__image-circle--two {
  background-image: url("./images/Two.jpg");
  background-size: contain;
  background-position: center;
  background-color: #fff7e6;
}

.menu-card__image-circle--three {
  background-image: url("./images/Three.jpg");
  background-size: 120%;
  background-position: center 40%;
}

.menu-card__image-circle--four {
  background-image: url("./images/image 84.png");
}

.menu-card__image-circle--five {
  background-image: url("./images/image 89.png");
  background-size: 120%;
  background-position: center 40%;
}

.menu-card__image-circle--six {
  background-image: url("./images/image 80.png");
}

.menu-card__image-circle--seven {
  background-image: url("./images/image 84.png");
  background-size: cover;
  background-position: center 35%;
}

.menu-card__image-circle--eight {
  background-image: url("./images/image 84.png");
  background-size: cover;
  background-position: center 35%;
}

.menu-card__bottom {
  background-color: #ffcf3c;
  border: 4px solid #000;
  border-radius: 0;
  padding: 1rem 1.5rem 1.2rem;
  color: #000;
}

.menu-card__bottom h2 {
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.menu-card__bottom p {
  font-size: 0.85rem;
}

.menu-card__meta {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.menu-card__price {
  font-weight: 700;
  font-size: 0.95rem;
}

.menu-card__button {
  padding: 0.45rem 0.9rem;
  border-radius: 4px;
  border: 2px solid #000;
  background-color: #ff4b4b;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.menu-card__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 0 #000;
}

.menu-checkout {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
}

.menu-checkout__card {
  background-color: #ffcf3c;
  border: 4px solid #000;
  padding: 1.5rem 1.75rem 2rem;
  color: #000;
}

.menu-checkout__title {
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.menu-checkout__list {
  list-style: none;
  margin: 0 0 0.8rem;
  padding: 0;
}

.menu-checkout__item,
.menu-checkout__empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.9rem;
  padding-block: 0.15rem;
}

.menu-checkout__remove {
  margin-left: 0.4rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0.9rem;
}

.menu-checkout__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  margin: 0.6rem 0 1rem;
}

.menu-checkout__form {
  display: grid;
  gap: 0.6rem;
  font-size: 0.85rem;
}

.menu-checkout__form label {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.menu-checkout__form input {
  padding: 0.5rem 0.6rem;
  border: 1px solid #000;
  border-radius: 3px;
}

.menu-checkout__button {
  margin-top: 0.5rem;
  align-self: flex-start;
  padding: 0.55rem 1.3rem;
  border-radius: 4px;
  border: 2px solid #000;
  background-color: #ff4b4b;
  color: #fff;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-checkout__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 0 #000;
}

/* Highlight for gevonden gerecht via zoekbalk */
.menu-card--highlight {
  box-shadow: 0 0 0 4px #000, 0 0 0 8px #ffcf3c;
  animation: menu-card-pulse 1.2s ease-out 1;
}

@keyframes menu-card-pulse {
  0% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

/* Globale Japanse loading animatie bij paginawissel */
.page-loader-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
}

.page-loader-overlay--active {
  opacity: 1;
  pointer-events: auto;
}

.page-loader {
  position: relative;
  width: 130px;
  height: 130px;
}

.page-loader__sun {
  position: absolute;
  inset: 15px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffebc0 0, #ff4b4b 55%, #8b0000 100%);
  box-shadow: 0 0 0 5px #000;
  animation: loader-sun-pulse 1.4s infinite ease-in-out;
}

.page-loader__bowl {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 90px;
  height: 40px;
  transform: translateX(-50%);
  background: #fff7e6;
  border-radius: 0 0 50px 50px;
  border: 4px solid #000;
  box-shadow: 0 4px 0 #5a0000;
}

.page-loader__bowl::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 8px;
  right: 8px;
  height: 10px;
  border-radius: 999px;
  border: 3px solid #000;
  border-bottom: none;
  background: repeating-linear-gradient(
    90deg,
    #ffcf3c 0,
    #ffcf3c 6px,
    #ffebc0 6px,
    #ffebc0 12px
  );
}

.page-loader__chopsticks {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 90px;
  height: 60px;
  transform-origin: left bottom;
  animation: loader-chopsticks-swing 1.4s infinite ease-in-out;
}

.page-loader__chopsticks::before,
.page-loader__chopsticks::after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 60px;
  background: #000;
  border-radius: 999px;
}

.page-loader__chopsticks::after {
  right: 8px;
}

@keyframes loader-sun-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 3px #000;
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 6px #000;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 3px #000;
  }
}

@keyframes loader-chopsticks-swing {
  0% {
    transform: translateX(-10%) rotate(-18deg);
  }
  50% {
    transform: translateX(-10%) rotate(-5deg);
  }
  100% {
    transform: translateX(-10%) rotate(-18deg);
  }
}

/* About page */

.about-page main {
  background-color: #8b0000;
  padding-bottom: 4rem;
}

.about-hero {
  background-color: #8b0000;
  background-image: url("./images/hero-gift-banner.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 6px solid #000;
}

.about-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.2rem 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}

.about-hero__content {
  max-width: 560px;
}

.about-hero__title-bar {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.7rem 2.6rem;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.2rem;
  transform: rotate(-1deg);
}

.about-hero__text-block {
  background-color: #fff;
  border: 4px solid #000;
  padding: 1.5rem 2rem 1.8rem;
  max-width: 100%;
}

.about-hero__text-block p {
  color: #2b0000;
  font-size: 0.95rem;
}

.about-hero__ramen-circle {
  width: 220px;
  height: 220px;
  min-width: 220px;
  min-height: 220px;
  border-radius: 50%;
  background-image: url("./images/ramen-hero.jpg");
  background-size: cover;
  background-position: center 40%;
  border: 5px solid #fff;
  box-shadow: 0 0 0 6px #000;
  flex-shrink: 0;
}

.about-feature {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  margin: 0;
}

.about-feature__bg {
  position: absolute;
  inset: 0;
  background-image: url("./images/about-ramen.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(4px);
}

.about-feature__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(139, 0, 0, 0.25);
}

.about-feature__content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  width: 100%;
  text-align: center;
}

.about-feature__title-bar {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 1rem 4rem;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.12em;
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
}

.about-feature__card {
  background-color: #fff;
  padding: 2.4rem 2.4rem 2.6rem;
  color: #000;
  border: 4px solid #000;
}

.about-feature__card p {
  font-size: 0.95rem;
  text-align: left;
}

.about-columns {
  max-width: 900px;
  margin: 0 auto 3.5rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about-columns__block {
  background-color: transparent;
}

.about-columns__title-bar {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.7rem 2rem;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.12em;
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 0;
}

.about-columns__text-block {
  background-color: #fff;
  border: 4px solid #000;
  padding: 2rem 2.4rem 2.4rem;
  margin-top: -2px;
}

.about-columns__text-block p {
  color: #2b0000;
  font-size: 0.95rem;
}

/* Login page */

.login-page {
  background-color: #ffcf3c;
}

.login-main {
  min-height: calc(100vh - 160px);
  background-image: url("./images/backgroundsigninlogin.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1rem 3.5rem;
  position: relative;
}

.login-ribbon {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #d22121;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.4rem 2.2rem;
  transform: rotate(40deg);
  transform-origin: right top;
  box-shadow: 0 0 0 3px #000;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  z-index: 5;
  white-space: nowrap;
}

.login-card-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.login-card {
  background-color: #ffffff;
  max-width: 520px;
  width: 100%;
  padding: 2.8rem 3rem 3.2rem;
  border-radius: 12px;
  box-shadow: 0 0 0 4px #f4f4f4;
  color: #000;
}

.login-card__logo {
  text-align: center;
  margin-bottom: 1rem;
}

.login-card__logo a {
  display: inline-block;
  text-decoration: none;
}

.login-card__title {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  font-family: "Bebas Neue", "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.login-card__subtitle {
  text-align: center;
  font-size: 0.78rem;
  margin-bottom: 2rem;
}

.login-card__link {
  color: #1e90ff;
  text-decoration: none;
  font-weight: bold;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.login-form__label {
  font-size: 0.75rem;
  font-weight: 600;
}

.login-form__input {
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  padding: 0.7rem 0.9rem;
  font-size: 0.85rem;
}

.login-form__password-wrap {
  position: relative;
}

.login-form__eye {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
}

.login-form__button {
  margin-top: 1.6rem;
  width: 140px;
  align-self: center;
  padding: 0.7rem 1rem;
  background-color: #ff2626;
  border: none;
  color: #fff;
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  letter-spacing: 0.08em;
  cursor: pointer;
}

/* Discount page */

.discount-page {
  min-height: 100vh;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
}

.discount-card {
  position: relative;
  background-color: #ffffff;
  max-width: 720px;
  width: 100%;
  padding: 3rem 3.5rem 3.5rem;
  text-align: left;
  color: #000;
}

.discount-card__logo {
  text-align: center;
  margin-bottom: 1.5rem;
}

.discount-card__logo a {
  display: inline-block;
  text-decoration: none;
}

.discount-card__title {
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

.discount-card__subtitle {
  font-family: "JAPAN RAMEN", "Hina Mincho", serif;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

.discount-card__input-wrap {
  margin-bottom: 1.3rem;
}

.discount-card__input {
  width: 100%;
  padding: 1rem 1.2rem;
  border: none;
  background-color: #efefef;
  font-size: 1.1rem;
}

.discount-card__hint {
  text-align: center;
  font-size: 0.9rem;
  color: #1e90ff;
  margin-bottom: 2.2rem;
}

.discount-card__button {
  display: block;
  margin: 0 auto;
  padding: 0.9rem 2.4rem;
  background-color: #e81f24;
  color: #000;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}

.discount-card__hat {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 110px;
  height: 110px;
  background-image: url("https://images.unsplash.com/photo-1543589077-47d81606c1bf?auto=format&fit=crop&w=500&q=80");
  background-size: cover;
  background-position: center;
}

@media (max-width: 900px) {
  .menu-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    max-height: calc(100vh - 250px);
    gap: 2rem 1.5rem;
  }
}

/* Responsive */

@media (max-width: 900px) {
  .top-bar__row {
    padding-inline: 1rem;
  }

  .top-bar__nav {
    gap: 1.2rem;
    font-size: 0.85rem;
  }

  .top-bar__right {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .btn {
    font-size: 0.75rem;
    padding: 0.3rem 0.7rem;
  }

  .hero__overlay {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 2rem 1.5rem;
  }

  .hero__content {
    margin-left: 0;
    margin-right: 0;
  }

  .hero__bowl {
    justify-content: center;
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .hero__bowl-circle {
    width: 170px;
    height: 170px;
  }

  .hero__content {
    padding: 1.5rem 1.8rem;
  }

  .hero__title {
    font-size: 1.6rem;
  }

  .hero__eyebrow {
    font-size: 1.1rem;
  }

  .section {
    grid-template-columns: 1fr;
    margin: 1.5rem auto;
  }

  .section__card,
  .section__card--left {
    padding: 1.8rem 1.5rem 2rem;
  }

  .section--image-left .section__image,
  .section--image-right .section__image {
    order: 1;
    min-height: 200px;
  }

  .section--image-left .section__card,
  .section--image-right .section__card {
    order: 2;
  }

  .pillars {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 2rem auto 3rem;
    gap: 2rem;
  }

  .pillars__item {
    padding: 2rem 1.5rem 2rem;
  }

  .footer {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 1.5rem 2rem;
    text-align: center;
  }

  .footer__social {
    text-align: center;
  }

  .login-main {
    padding: 2rem 1rem 2.5rem;
  }

  .login-card {
    padding: 2rem 1.5rem 2.5rem;
    margin: 0 1rem;
  }

  .login-ribbon {
    font-size: 0.7rem;
    padding: 0.3rem 1.5rem;
    top: 10px;
    right: 10px;
  }

  .about-hero__inner {
    flex-direction: column;
    padding: 2rem 1.5rem;
    text-align: center;
  }

  .about-hero__content {
    max-width: 100%;
  }

  .about-hero__ramen-circle {
    width: 190px;
    height: 190px;
    min-width: 190px;
    min-height: 190px;
  }

  .about-feature {
    min-height: 320px;
    padding: 2rem 1.5rem;
  }

  .about-columns {
    margin: 0 auto 2rem;
    padding: 0 1rem;
  }

  .about-columns__text-block {
    padding: 1.8rem 1.5rem 2rem;
  }
}

@media (max-width: 600px) {
  .top-bar__row--main {
    flex-wrap: wrap;
  }

  .top-bar__left {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .top-bar__nav {
    width: 100%;
    justify-content: center;
    order: 3;
    margin-top: 0.5rem;
  }

  .top-bar__right {
    width: 100%;
    justify-content: center;
    order: 2;
  }

  .search__input {
    width: 100%;
    max-width: 300px;
  }

  .top-bar__row--search {
    justify-content: center;
  }

  .hero {
    min-height: 260px;
  }

  .hero__overlay {
    padding: 1.5rem 1rem;
  }

  .hero__content {
    padding: 1.2rem 1.5rem;
  }

  .hero__title {
    font-size: 1.4rem;
  }

  .hero__eyebrow {
    font-size: 1rem;
  }

  .hero__bowl-circle {
    width: 150px;
    height: 150px;
  }

  .menu-card__top {
    min-height: 130px;
  }

  .menu-card__image-circle {
    width: 120px;
    height: 120px;
  }

  /* Mobiele menu layout: hele pagina scrolt in plaats van een binnen-container */
  .menu-grid {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }

  .login-card__title {
    font-size: 1.2rem;
  }

  .login-card__subtitle {
    font-size: 0.7rem;
  }
}

