/*
Theme Name: Mina Kitchen Chibi
Theme URI: https://minaskitchen.orderright.de/
Author: Mina Kitchen
Description: A playful chibi chicken restaurant theme with a one-click demo setup.
Version: 1.6.0
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: mina-kitchen
*/

:root {
  --mk-pink: #ee9da7;
  --mk-cream: #fff8df;
  --mk-yellow: #ffd638;
  --mk-orange: #f69232;
  --mk-red: #db4b45;
  --mk-mint: #b9dfbf;
  --mk-ink: #211f20;
  --mk-white: #fffdf7;
  --mk-radius: 38px;
  --mk-shadow: 0 20px 60px rgba(54, 30, 20, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--mk-ink); background: var(--mk-cream); font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mk-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; right: 0; padding: 18px 0; }
.site-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.site-nav ul { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); margin: 0; padding: 0; list-style: none; font-size: 15px; font-weight: 900; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; background: var(--mk-ink); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.site-brand { width: 90px; filter: drop-shadow(0 6px 10px rgba(0,0,0,.08)); }
.site-brand .custom-logo-link { display: block; }
.site-brand img { width: 100%; height: auto; }
.site-header__actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.social-dot { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--mk-white); font-size: 14px; font-weight: 900; transition: transform .2s; }
.social-dot:hover { transform: translateY(-3px) rotate(-4deg); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--mk-white); font: inherit; }

.mk-hero { min-height: 650px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--mk-pink); }
.mk-hero::before, .mk-hero::after { content: ""; position: absolute; border-radius: 50%; opacity: .9; }
.mk-hero::before { width: 150px; height: 150px; left: -65px; bottom: 10%; background: var(--mk-yellow); }
.mk-hero::after { width: 82px; height: 82px; right: 3%; top: 13%; border: 18px solid var(--mk-cream); }
.mk-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; padding-top: 105px; padding-bottom: 38px; }
.mk-eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .18em; font-size: 14px; font-weight: 900; }
.mk-hero h1 { max-width: 620px; margin: 0 0 22px; color: var(--mk-cream); font-size: clamp(44px, 4.8vw, 64px); line-height: .98; letter-spacing: -.04em; }
.mk-hero p { max-width: 500px; font-family: Arial, sans-serif; font-size: 16px; line-height: 1.6; }
.mk-hero__art { position: relative; overflow: hidden; align-self: center; aspect-ratio: 1.55; border: 2px solid rgba(33,31,32,.12); border-radius: 30px; background: var(--mk-cream); box-shadow: 0 22px 45px rgba(67,31,24,.14); }
.mk-hero__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mk-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 25px; border: 2px solid var(--mk-ink); border-radius: 999px; background: var(--mk-white); box-shadow: 3px 4px 0 var(--mk-ink); font-size: 15px; font-weight: 900; transition: transform .15s, box-shadow .15s; }
.mk-button:hover { transform: translate(2px, 3px); box-shadow: 1px 1px 0 var(--mk-ink); }
.mk-button--dark { color: var(--mk-white); background: var(--mk-ink); box-shadow: 3px 4px 0 var(--mk-red); }

.mk-intro { position: relative; padding: 68px 0; text-align: center; background: var(--mk-cream); }
.mk-intro p { max-width: 760px; margin: 0 auto 26px; font-size: clamp(24px, 3vw, 38px); line-height: 1.18; letter-spacing: -.025em; }
.mk-sticker { display: inline-grid; place-items: center; width: 92px; height: 92px; margin-bottom: 22px; border-radius: 44% 56% 55% 45%; background: var(--mk-yellow); transform: rotate(-7deg); font-size: 13px; line-height: 1.05; text-transform: uppercase; }

.mk-feature { overflow: hidden; }
.mk-feature__row { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.mk-feature__media { display: grid; place-items: center; min-height: 460px; padding: clamp(36px, 5vw, 70px); background: var(--mk-cream); }
.mk-feature__media img { width: min(78%, 520px); max-height: 390px; object-fit: cover; border-radius: 26px; box-shadow: var(--mk-shadow); }
.mk-feature__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(45px, 6vw, 80px); background: var(--mk-orange); }
.mk-feature:nth-child(even) .mk-feature__copy { background: var(--mk-mint); }
.mk-feature__copy h2 { max-width: 560px; margin: 0 0 18px; font-size: clamp(36px, 4.3vw, 60px); line-height: 1; letter-spacing: -.04em; }
.mk-feature__copy p { max-width: 560px; margin: 0 0 26px; font: 16px/1.65 Arial, sans-serif; }
.mk-feature--reverse .mk-feature__media { order: 2; }

.mk-menu { padding: 78px 0 92px; background: var(--mk-yellow); }
.mk-section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.mk-section-head h2 { max-width: 650px; margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: .98; letter-spacing: -.045em; }
.mk-section-head p { max-width: 390px; font: 15px/1.6 Arial, sans-serif; }
.mk-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mk-card { position: relative; overflow: hidden; border: 2px solid var(--mk-ink); border-radius: 24px; background: var(--mk-white); box-shadow: 5px 6px 0 var(--mk-ink); transition: transform .2s; }
.mk-card:hover { transform: translateY(-8px) rotate(-1deg); }
.mk-card__image { aspect-ratio: 1.32; overflow: hidden; background: #ffe6cc; }
.mk-card__image img { width: 100%; height: 100%; object-fit: cover; }
.mk-card__body { padding: 20px; }
.mk-card__meta { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.mk-card h3 { margin: 0 0 9px; font-size: 21px; line-height: 1.05; }
.mk-price { white-space: nowrap; padding: 7px 11px; border-radius: 999px; background: var(--mk-yellow); font-weight: 900; }
.mk-card p { min-height: 58px; margin: 0 0 18px; color: #625b58; font: 14px/1.45 Arial, sans-serif; }
.mk-card a { font-weight: 900; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 5px; }

.mk-marquee { overflow: hidden; padding: 22px 0; color: var(--mk-cream); background: var(--mk-red); white-space: nowrap; }
.mk-marquee__track { display: inline-block; min-width: 200%; font-size: 34px; font-weight: 900; text-transform: uppercase; animation: mk-slide 20s linear infinite; }
@keyframes mk-slide { to { transform: translateX(-50%); } }

.mk-page { min-height: 70vh; padding: 180px 0 100px; }
.mk-page h1 { font-size: clamp(50px, 7vw, 90px); line-height: .95; }
.mk-content { max-width: 850px; font: 18px/1.75 Arial, sans-serif; }
.error404 .mk-page { text-align: center; }

@media (max-width: 850px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-brand { width: 76px; }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: grid; place-items: center; visibility: hidden; opacity: 0; background: var(--mk-pink); transition: opacity .2s; }
  .menu-open .site-nav { z-index: 20; visibility: visible; opacity: 1; }
  .site-nav ul { flex-direction: column; font-size: 36px; }
  .menu-toggle { position: relative; z-index: 21; display: block; }
  .site-header__actions .social-dot { display: none; }
  .mk-hero__inner, .mk-feature__row { grid-template-columns: 1fr; }
  .mk-hero { min-height: 700px; }
  .mk-hero__inner { gap: 30px; text-align: center; padding-top: 125px; padding-bottom: 35px; }
  .mk-hero p { margin-inline: auto; }
  .mk-hero__art { width: min(100%, 640px); margin-inline: auto; }
  .mk-feature__media { min-height: 340px; padding: 38px 24px; }
  .mk-feature__media img { width: min(72%, 440px); max-height: 300px; }
  .mk-feature__copy { padding: 52px 30px; }
  .mk-feature--reverse .mk-feature__media { order: 0; }
  .mk-card-grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .mk-wrap { width: min(100% - 26px, 1180px); }
  .mk-hero { min-height: 660px; }
  .mk-hero h1 { font-size: 38px; }
  .mk-hero p { font-size: 15px; }
  .mk-section-head { align-items: start; flex-direction: column; }
  .mk-card-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mk-marquee__track { animation: none; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}

/* Reference-layout rebuild: keeps the measured rhythm and mobile stacking of the supplied site. */
.site-header { position: absolute; padding: 24px 0; }
.site-header__inner { min-height: 92px; }
.site-brand { width: 208px; }
.site-brand img { border: 2px solid #211f20; border-radius: 10px; background: #ffde59; box-shadow: 0 8px 20px rgba(33,31,32,.12); }
.site-nav ul { gap: 42px; font-size: 16px; }
.social-dot { width: 38px; height: 38px; }

.mk-hero { height: 100svh; min-height: 640px; background: var(--mk-pink); }
.mk-hero::before, .mk-hero::after { display: none; }
.mk-hero__background { position: absolute; top: 8%; right: 2%; width: 82%; height: 84%; object-fit: contain; object-position: center; opacity: .94; }
.mk-hero__inner { display: flex; justify-content: center; align-items: center; height: 100%; padding: 0; }
.mk-hero__copy { position: relative; z-index: 2; width: min(820px, 82vw); text-align: center; }
.mk-hero h1 { max-width: 820px; margin: 0 auto 42px; color: #fbf8ea; font-size: clamp(58px, 5.75vw, 74px); line-height: 1.02; letter-spacing: -.045em; }
.mk-hero .mk-button { min-width: 170px; }

.mk-intro { min-height: 720px; padding: 66px 0; color: #e56424; background: var(--mk-cream); }
.mk-intro__inner { display: grid; grid-template-columns: 470fr 590fr; align-items: center; gap: 90px; min-height: 588px; text-align: left; }
.mk-intro__statement { display: flex; flex-direction: column; align-items: flex-start; }
.mk-intro__statement .mk-eyebrow { margin-bottom: 20px; font-size: 13px; }
.mk-intro__statement > p:not(.mk-eyebrow) { max-width: 500px; margin: 0 0 32px; font-size: clamp(33px, 3.25vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.mk-intro__visual { position: relative; height: 540px; }
.mk-intro__photo { position: absolute; width: 470px; height: 470px; top: 28px; right: 35px; overflow: hidden; border: 3px solid #e56424; border-radius: 48% 52% 44% 56% / 53% 42% 58% 47%; background: var(--mk-pink); box-shadow: 18px 20px 0 rgba(229,100,36,.13); transform: rotate(2deg); }
.mk-intro__photo img { width: 100%; height: 100%; object-fit: cover; }
.mk-intro__badge { position: absolute; z-index: 2; display: flex; width: 158px; height: 108px; flex-direction: column; align-items: center; justify-content: center; border: 2px solid #211f20; border-radius: 48% 52% 46% 54%; color: #211f20; background: #fffdf7; box-shadow: 5px 6px 0 #211f20; text-align: center; }
.mk-intro__badge span { margin-bottom: 5px; font: 11px/1 Arial, sans-serif; letter-spacing: .15em; }
.mk-intro__badge strong { font-size: 17px; }
.mk-intro__badge--one { top: 14px; left: -18px; color: #266d58; background: var(--mk-mint); transform: rotate(-8deg); }
.mk-intro__badge--two { top: 210px; right: -8px; color: #9c3a23; background: var(--mk-orange); transform: rotate(7deg); }
.mk-intro__badge--three { bottom: 8px; left: 4px; color: #7e3042; background: var(--mk-pink); transform: rotate(5deg); }
.mk-feature { display: flex; align-items: center; overflow: hidden; }
.mk-feature--pink { min-height: 960px; padding: 120px 0; background: #ecc7cd; }
.mk-feature--orange, .mk-feature--mint { min-height: 840px; padding: 60px 0; }
.mk-feature--orange { background: var(--mk-orange); }
.mk-feature--mint { background: var(--mk-mint); }
.mk-feature__row { display: grid; grid-template-columns: 608fr 464fr; align-items: center; gap: 72px; min-height: 720px; }
.mk-feature__media { display: block; min-height: 0; height: 608px; padding: 0; background: transparent; }
.mk-feature__media img { width: 100%; height: 100%; max-height: none; object-fit: cover; border-radius: 0; box-shadow: none; }
.mk-feature__copy, .mk-feature:nth-child(even) .mk-feature__copy { display: flex; align-items: flex-start; justify-content: center; min-height: 0; padding: 0; color: #211f20; background: transparent; }
.mk-feature__copy h2 { max-width: 464px; margin: 0 0 24px; font-size: clamp(48px, 4.8vw, 62px); line-height: 1.08; letter-spacing: -.04em; }
.mk-feature__copy p { max-width: 464px; margin: 0 0 32px; font: 17px/1.65 Arial, sans-serif; }
.mk-feature--reverse .mk-feature__media { order: 2; }
.mk-feature--short .mk-feature__media { height: 380px; }
.mk-feature--short .mk-feature__copy { align-self: center; }

.mk-gallery { min-height: 825px; padding: 120px 0 70px; text-align: center; color: #211f20; background: var(--mk-pink); }
.mk-gallery h2 { max-width: 720px; margin: 0 auto 48px; font-size: clamp(48px, 5.5vw, 70px); line-height: 1.02; letter-spacing: -.04em; }
.mk-gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 48px; }
.mk-gallery__grid a { position: relative; overflow: hidden; aspect-ratio: 1; background: #fbf8ea; }
.mk-gallery__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.mk-gallery__grid a:hover img { transform: scale(1.04); }
.mk-gallery__grid span { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; border-radius: 999px; color: #211f20; background: rgba(255,253,247,.92); font-size: 14px; font-weight: 900; }
.mk-button--light { border-color: #211f20; color: #211f20; background: #fffdf7; box-shadow: 3px 4px 0 #211f20; }

.site-footer { min-height: 571px; padding: 80px 0 34px; color: #29201b; background: var(--mk-cream); }
.site-footer__grid { display: grid; grid-template-columns: 444fr 160fr 160fr 192fr; align-items: start; gap: 64px; min-height: 350px; }
.site-footer__art { position: relative; width: 100%; height: 350px; }
.site-footer__food { position: absolute; inset: 12px 8px; border-radius: 50%; background: url('assets/images/karaage-anime.webp') center/cover; opacity: .38; filter: saturate(.9); }
.site-footer__food::after { content: ""; position: absolute; inset: 0; border: 18px solid var(--mk-cream); border-radius: 46% 54% 44% 56%; transform: rotate(-8deg); }
.site-footer__chicken { position: absolute; width: 86%; height: 86%; left: 7%; top: 5%; object-fit: contain; }
.site-footer__logo { position: absolute; width: 250px; left: 50%; top: 50%; border: 2px solid #29201b; border-radius: 10px; transform: translate(-50%,-50%); filter: drop-shadow(0 8px 15px rgba(41,32,27,.12)); }
.site-footer h3 { margin: 0 0 28px; color: #29201b; font-size: 19px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 22px; font: 15px/1.4 Arial, sans-serif; }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; margin: 0 0 0 508px; padding: 32px 0 0; border-top: 1px solid rgba(41,32,27,.14); }
.site-footer__bottom strong { font-size: 19px; }
.site-footer__bottom > div { display: flex; justify-content: flex-end; align-items: center; gap: 14px; font: 13px/1.4 Arial, sans-serif; }
.site-footer__bottom .social-dot { background: #fff; }

@media (max-width: 850px) {
  .site-header { padding: 18px 0; }
  .site-header__inner { min-height: 72px; }
  .site-brand { width: 132px; }
  .mk-hero { height: 100svh; min-height: 620px; }
  .mk-hero__inner { display: flex; padding: 0; }
  .mk-hero__copy { width: calc(100% - 48px); }
  .mk-hero h1 { font-size: clamp(35px, 9.2vw, 42px); line-height: 1.2; letter-spacing: -.035em; }
  .mk-hero__background { top: 13%; right: -3%; width: 92%; height: 78%; object-fit: contain; object-position: center 72%; opacity: .72; }

  .mk-intro { min-height: 950px; padding: 70px 0; }
  .mk-intro__inner { grid-template-columns: 1fr; gap: 48px; min-height: 0; text-align: center; }
  .mk-intro__statement { align-items: center; }
  .mk-intro__statement > p:not(.mk-eyebrow) { max-width: 342px; margin-bottom: 26px; font-size: 30px; line-height: 1.12; }
  .mk-intro__visual { width: min(100%, 390px); height: 390px; margin-inline: auto; }
  .mk-intro__photo { width: 330px; height: 330px; top: 30px; right: 6px; }
  .mk-intro__badge { width: 116px; height: 78px; }
  .mk-intro__badge strong { font-size: 13px; }
  .mk-intro__badge--one { left: 0; }
  .mk-intro__badge--two { top: 160px; right: -2px; }
  .mk-intro__badge--three { bottom: 0; left: 10px; }

  .mk-feature--pink, .mk-feature--orange, .mk-feature--mint { min-height: 0; padding: 0; }
  .mk-feature__row { display: flex; width: 100%; min-height: 0; flex-direction: column; gap: 0; }
  .mk-feature__media, .mk-feature--short .mk-feature__media { order: 0; width: calc(100% - 48px); height: 342px; margin: 90px 24px 0; padding: 0; }
  .mk-feature__media img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
  .mk-feature__copy, .mk-feature:nth-child(even) .mk-feature__copy { order: 1; width: calc(100% - 48px); margin: 0 24px; padding: 62px 0 84px; }
  .mk-feature__copy h2 { font-size: 40px; line-height: 1.217; }
  .mk-feature__copy p { font-size: 16px; }
  .mk-feature--pink { min-height: 1068px; }
  .mk-feature--orange { min-height: 968px; }
  .mk-feature--mint { min-height: 638px; }
  .mk-feature--mint .mk-feature__media { height: 214px; margin-top: 50px; }
  .mk-feature--mint .mk-feature__copy { padding-top: 42px; padding-bottom: 62px; }

  .mk-gallery { min-height: 521px; padding: 58px 0 42px; text-align: center; }
  .mk-gallery h2 { max-width: 342px; margin-bottom: 28px; font-size: 40px; }
  .mk-gallery__grid { display: flex; gap: 14px; margin: 0 calc((100vw - 342px) / -2 + 24px) 30px 0; overflow: hidden; }
  .mk-gallery__grid a { flex: 0 0 250px; }
  .site-footer { min-height: 634px; padding: 46px 0 22px; font-size: 14px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr 1fr; gap: 26px 18px; min-height: 0; }
  .site-footer__art { grid-column: 1 / -1; width: 270px; height: 230px; margin: 0 auto 12px; }
  .site-footer__logo { width: 112px; }
  .site-footer h3 { margin-bottom: 16px; font-size: 15px; }
  .site-footer li { margin-bottom: 10px; font-size: 12px; }
  .site-footer__bottom { flex-direction: column; gap: 16px; margin: 24px 0 0; padding-top: 18px; text-align: center; }
  .site-footer__bottom > div { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .mk-feature__copy h2 { font-size: 40px; }
  .site-footer__bottom { margin-top: 22px; padding-top: 18px; }
}

/* Colour-wipe page transitions and reference-inspired inner pages. */
.mk-page-transition { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; pointer-events: none; background: var(--mk-pink); transform: translateY(0); transition: transform .46s cubic-bezier(.77,0,.18,1); }
.mk-page-transition img { width: 240px; border: 2px solid #211f20; border-radius: 12px; filter: drop-shadow(0 10px 20px rgba(33,31,32,.14)); }
body.page-template-template-korean-menu .mk-page-transition { background: var(--mk-menu-page); }
body.page-template-template-mina-story .mk-page-transition { background: var(--mk-story-page); }
body.page-template-template-korea .mk-page-transition { background: var(--mk-korea-page); }
body.mk-page-ready .mk-page-transition { transform: translateY(-100%); }
body.mk-page-ready.mk-leaving .mk-page-transition { pointer-events: auto; transform: translateY(0); }

.mk-subhero { position: relative; min-height: 720px; overflow: hidden; }
.mk-subhero__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; min-height: 720px; padding-top: 120px; }
.mk-subhero__copy { position: relative; z-index: 2; }
.mk-subhero__copy h1, .mk-subhero__center h1 { margin: 0 0 28px; font-size: clamp(64px, 8vw, 112px); line-height: .88; letter-spacing: -.06em; }
.mk-subhero__copy > p:last-child, .mk-subhero__center > p { max-width: 540px; margin: 0; font: 19px/1.6 Arial, sans-serif; }
.mk-subhero__image { width: 100%; height: 550px; object-fit: cover; object-position: center; }
.mk-subhero__image--contain { object-fit: contain; }
.mk-subhero--menu { color: #26749d; background: var(--mk-menu-page); }
.mk-subhero--story { color: #eff9f5; background: var(--mk-story-page); }
.mk-subhero--korea { min-height: 760px; color: #5c856f; background: var(--mk-korea-page); }
.mk-subhero__center { display: flex; min-height: 760px; flex-direction: column; align-items: center; justify-content: center; padding-top: 130px; text-align: center; }
.mk-subhero__center > p { max-width: 620px; }
.mk-subhero__center > img { width: min(460px, 58vw); height: 270px; margin-top: 36px; object-fit: cover; border-radius: 50% 50% 42% 58%; }

.mk-proof-strip { position: relative; z-index: 3; margin-top: -62px; padding-bottom: 80px; background: var(--mk-cream); }
.mk-proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 26px; background: rgba(255,255,255,.95); box-shadow: 0 18px 45px rgba(48,84,104,.1); }
.mk-proof-strip__grid div { display: flex; min-height: 122px; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid rgba(38,116,157,.12); text-align: center; }
.mk-proof-strip__grid div:last-child { border-right: 0; }
.mk-proof-strip strong { color: #26749d; font-size: 30px; }
.mk-proof-strip span { margin-top: 6px; font: 13px/1.2 Arial, sans-serif; text-transform: uppercase; letter-spacing: .1em; }

.mk-subpage-content { padding: 45px 0 120px; background: var(--mk-cream); }
.mk-subpage-intro { max-width: 850px; margin-bottom: 90px; text-align: center; font: 21px/1.7 Arial, sans-serif; }
.mk-subpage-intro h2 { margin: 0 0 22px; font-size: clamp(42px, 5vw, 66px); line-height: 1; }
.mk-card-grid--menu { row-gap: 34px; }

.mk-story-body { padding: 120px 0; color: #e56424; background: var(--mk-cream); }
.mk-story-body__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.mk-story-body__art img { width: 100%; height: 620px; object-fit: cover; }
.mk-content--large { font-size: 20px; line-height: 1.75; }
.mk-content--large h2 { margin-top: 0; font-size: clamp(44px, 5vw, 68px); line-height: 1; letter-spacing: -.04em; }
.mk-values-page { padding: 110px 0 130px; color: #1d5241; background: var(--mk-mint); }
.mk-values-page > .mk-wrap > h2 { max-width: 780px; margin: 10px 0 60px; font-size: clamp(52px, 6vw, 78px); line-height: .98; letter-spacing: -.05em; }
.mk-values-page__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mk-values-page article { min-height: 310px; padding: 38px; border: 2px solid currentColor; border-radius: 32px; }
.mk-values-page article span { display: block; margin-bottom: 68px; font: 13px/1 Arial, sans-serif; letter-spacing: .18em; }
.mk-values-page article h3 { margin: 0 0 16px; font-size: 26px; }
.mk-values-page article p { margin: 0; font: 16px/1.6 Arial, sans-serif; }

.mk-korea-body { padding: 110px 0 130px; background: var(--mk-cream); }
.mk-content--center { max-width: 840px; margin: 0 auto 80px; text-align: center; }
.mk-content--center h2 { margin: 0 0 24px; color: #e56424; font-size: clamp(44px, 5vw, 66px); line-height: 1; }
.mk-editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mk-editorial-grid article { overflow: hidden; padding-bottom: 30px; background: #fff; }
.mk-editorial-grid img { width: 100%; height: 330px; object-fit: cover; }
.mk-editorial-grid span, .mk-editorial-grid h2, .mk-editorial-grid p { display: block; margin-right: 28px; margin-left: 28px; }
.mk-editorial-grid span { margin-top: 26px; color: #e56424; font: 12px/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: .16em; }
.mk-editorial-grid h2 { margin-top: 13px; margin-bottom: 14px; font-size: 27px; line-height: 1.08; }
.mk-editorial-grid p { margin-top: 0; margin-bottom: 0; font: 15px/1.6 Arial, sans-serif; }

.mk-subcta { padding: 80px 0; }
.mk-subcta--pink { background: var(--mk-pink); }
.mk-subcta--orange { background: var(--mk-orange); }
.mk-subcta > .mk-wrap { display: grid; grid-template-columns: 340px 1fr; align-items: center; gap: 80px; }
.mk-subcta img { width: 100%; height: 280px; object-fit: contain; }
.mk-subcta h2 { max-width: 650px; margin: 0 0 28px; font-size: clamp(48px, 5vw, 68px); line-height: 1; letter-spacing: -.04em; }

@media (max-width: 850px) {
  .mk-subhero, .mk-subhero__inner { min-height: 780px; }
  .mk-subhero__inner { display: flex; flex-direction: column; justify-content: center; gap: 28px; padding-top: 118px; text-align: center; }
  .mk-subhero__copy > p:last-child { margin-inline: auto; }
  .mk-subhero__copy h1, .mk-subhero__center h1 { font-size: clamp(52px, 15vw, 72px); }
  .mk-subhero__image { width: min(500px, 100%); height: 340px; }
  .mk-subhero--korea, .mk-subhero__center { min-height: 780px; }
  .mk-subhero__center { padding-top: 120px; }
  .mk-subhero__center > img { width: min(342px, 88vw); height: 220px; }
  .mk-proof-strip { margin-top: -42px; padding-bottom: 50px; }
  .mk-proof-strip__grid { grid-template-columns: 1fr 1fr; }
  .mk-proof-strip__grid div { min-height: 90px; }
  .mk-story-body { padding: 80px 0; }
  .mk-story-body__grid { grid-template-columns: 1fr; gap: 55px; }
  .mk-story-body__art img { height: 440px; }
  .mk-values-page__grid, .mk-editorial-grid { grid-template-columns: 1fr; }
  .mk-values-page article { min-height: 250px; }
  .mk-values-page article span { margin-bottom: 42px; }
  .mk-editorial-grid img { height: 360px; }
  .mk-subcta > .mk-wrap { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .mk-subcta img { height: 220px; }
  .mk-subcta h2 { margin-inline: auto; }
}

@media (max-width: 560px) {
  .mk-page-transition img { width: 170px; }
  .mk-subhero, .mk-subhero__inner { min-height: 720px; }
  .mk-subhero__inner { gap: 22px; padding-top: 105px; }
  .mk-subhero__copy > p:last-child, .mk-subhero__center > p { font-size: 16px; }
  .mk-subhero__image { height: 285px; }
  .mk-subhero--korea, .mk-subhero__center { min-height: 720px; }
  .mk-proof-strip__grid { border-radius: 20px; }
  .mk-proof-strip strong { font-size: 24px; }
  .mk-subpage-content { padding-bottom: 85px; }
  .mk-subpage-intro { margin-bottom: 60px; font-size: 17px; }
  .mk-story-body__art img { height: 330px; }
  .mk-values-page, .mk-korea-body { padding: 78px 0 90px; }
  .mk-values-page > .mk-wrap > h2 { margin-bottom: 42px; font-size: 48px; }
  .mk-editorial-grid img { height: 300px; }
  .mk-subcta { padding: 65px 0; }
  .mk-subcta h2 { font-size: 46px; }
}

/* Mina's real menu and chibi restaurant world. */
.mk-place { padding: 118px 0 110px; color: var(--mk-ink); background: var(--mk-place-bg); }
.mk-place__head { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.mk-place__head h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(50px, 5.6vw, 76px); line-height: .98; letter-spacing: -.05em; }
.mk-place__head > p { margin: 0 0 8px; color: var(--mk-ink); font: 17px/1.65 Arial, sans-serif; }
.mk-place__gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-bottom: 42px; }
.mk-place__card { position: relative; overflow: hidden; height: 540px; margin: 0; border-radius: 36px; background: #c8b4dc; }
.mk-place__card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mk-place__card:hover img { transform: scale(1.025); }
.mk-place__card figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; display: flex; justify-content: space-between; padding: 16px 20px; border-radius: 999px; color: #211f20; background: rgba(251,248,234,.94); font-size: 17px; font-weight: 900; }
.mk-place__card figcaption span { color: #e56424; font: 13px/1.5 Arial, sans-serif; letter-spacing: .16em; }
.mk-place .mk-button { color: var(--mk-ink); background: var(--mk-cream); box-shadow: 3px 4px 0 var(--mk-ink); }
.mk-gallery { min-height: 1120px; }
.mk-story-visit { padding: 110px 0; color: #211f20; background: var(--mk-pink); }
.mk-story-visit__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 76px; }
.mk-story-visit h2 { margin: 12px 0 24px; font-size: clamp(46px, 5vw, 68px); line-height: 1; letter-spacing: -.045em; }
.mk-story-visit p:not(.mk-eyebrow) { margin: 0 0 30px; font: 17px/1.65 Arial, sans-serif; }
.mk-story-visit img { width: 100%; height: 560px; object-fit: cover; border-radius: 36px; }

@media (max-width: 850px) {
  .mk-place { padding: 74px 0; }
  .mk-place__head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 34px; text-align: center; }
  .mk-place__head h2 { font-size: 44px; }
  .mk-place__head > p { max-width: 540px; margin-inline: auto; }
  .mk-place__gallery { grid-template-columns: 1fr; }
  .mk-place__card { height: 390px; }
  .mk-place__card:not(.mk-place__card--wide) { height: 330px; }
  .mk-gallery { min-height: 521px; }
  .mk-story-visit__grid { grid-template-columns: 1fr; gap: 44px; }
  .mk-story-visit img { height: 400px; }
}

@media (max-width: 560px) {
  .mk-place__head h2 { font-size: 38px; }
  .mk-place__card, .mk-place__card:not(.mk-place__card--wide) { height: 260px; border-radius: 24px; }
  .mk-place__card figcaption { right: 12px; bottom: 12px; left: 12px; padding: 12px 14px; font-size: 14px; }
  .mk-story-visit { padding: 74px 0; }
  .mk-story-visit img { height: 270px; border-radius: 24px; }
}

/* v1.3: real DE/EN switcher and device-specific responsive polish. */
.mk-language-switch { display: inline-flex; align-items: center; padding: 3px; border: 2px solid var(--mk-ink); border-radius: 999px; background: rgba(255,253,247,.94); box-shadow: 2px 3px 0 var(--mk-ink); }
.mk-language-switch a { display: grid; min-width: 34px; height: 30px; place-items: center; border-radius: 999px; font: 900 11px/1 Arial, sans-serif; letter-spacing: .06em; }
.mk-language-switch a[aria-current="true"] { color: var(--mk-white); background: var(--mk-ink); }
.mk-language-switch a { transition: color .12s ease, background-color .12s ease; }
html.mk-language-boot .mk-page-transition { display: none !important; transition: none !important; }
::view-transition-old(root) { animation: mk-soft-old var(--mk-transition-ms) ease-out both; }
::view-transition-new(root) { animation: mk-soft-new var(--mk-transition-ms) ease-out both; }
@keyframes mk-soft-old { from { opacity: 1; } to { opacity: .94; } }
@keyframes mk-soft-new { from { opacity: .94; } to { opacity: 1; } }
.site-nav .menu-item a { white-space: nowrap; }

@media (min-width: 851px) and (max-width: 1100px) {
  .site-header { padding: 18px 0; }
  .site-header__inner { display: flex; justify-content: space-between; min-height: 76px; }
  .site-brand { order: 0; width: 160px; }
  .site-brand { position: relative; z-index: 21; }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: grid; place-items: center; visibility: hidden; opacity: 0; background: var(--mk-pink); transition: opacity .25s; }
  .menu-open .site-nav { z-index: 20; visibility: visible; opacity: 1; }
  .site-nav ul { flex-direction: column; gap: 34px; font-size: 38px; text-align: center; }
  .site-header__actions { position: relative; z-index: 21; order: 2; }
  .menu-toggle { display: block; }
  .site-header__actions .social-dot { display: none; }
  .mk-hero h1 { max-width: 690px; font-size: clamp(54px, 7vw, 68px); }
  .mk-intro__inner { grid-template-columns: .92fr 1.08fr; gap: 46px; }
  .mk-intro__visual { height: 500px; }
  .mk-intro__photo { width: 420px; height: 420px; right: 20px; }
  .mk-feature__row { grid-template-columns: 1fr 1fr; gap: 48px; }
  .mk-feature__media { height: 520px; }
  .mk-feature__copy h2 { font-size: 50px; }
  .mk-place__head { gap: 52px; }
  .mk-place__card { height: 460px; }
  .site-footer__grid { grid-template-columns: repeat(3, 1fr); gap: 36px; }
  .site-footer__art { grid-column: 1 / -1; width: 420px; height: 280px; margin-inline: auto; }
  .site-footer__bottom { margin-left: 0; }
}

@media (max-width: 850px) {
  .site-header__inner { display: flex; justify-content: space-between; min-height: 68px; }
  .site-brand { order: 0; width: 132px; }
  .site-brand { position: relative; z-index: 21; }
  .site-header__actions { order: 2; gap: 9px; }
  .menu-toggle { flex: 0 0 48px; }
  .site-nav ul { gap: 28px; padding: 100px 24px 40px; font-size: clamp(34px, 8vw, 52px); text-align: center; }
  .mk-hero h1 { max-width: 590px; }
  .mk-feature--pink, .mk-feature--orange, .mk-feature--mint { min-height: 0; }
  .mk-gallery { overflow: hidden; }
  .mk-gallery__grid { width: 100%; max-width: 100%; margin: 0 0 30px; overflow-x: auto; overflow-y: hidden; padding-bottom: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
  .mk-gallery__grid a { scroll-snap-align: start; }
  .mk-gallery__grid::-webkit-scrollbar { height: 5px; }
  .mk-gallery__grid::-webkit-scrollbar-thumb { border-radius: 999px; background: rgba(33,31,32,.38); }
  .site-footer { min-height: 0; }
  .site-footer__bottom { margin-left: 0; }
}

@media (max-width: 560px) {
  .site-header { padding: 13px 0; }
  .site-brand { width: 108px; }
  .site-header__actions { gap: 7px; }
  .mk-language-switch { padding: 2px; box-shadow: 1px 2px 0 var(--mk-ink); }
  .mk-language-switch a { min-width: 29px; height: 27px; font-size: 10px; }
  .menu-toggle { width: 43px; height: 43px; flex-basis: 43px; }
  .mk-hero { min-height: 670px; }
  .mk-hero__copy { width: calc(100% - 34px); }
  .mk-hero h1 { margin-bottom: 30px; font-size: clamp(35px, 10vw, 42px); line-height: 1.1; }
  .mk-hero__background { right: -10%; width: 110%; object-position: center 76%; }
  .mk-intro { min-height: 0; padding: 68px 0 76px; }
  .mk-intro__inner { gap: 36px; }
  .mk-intro__statement > p:not(.mk-eyebrow) { font-size: 29px; }
  .mk-intro__visual { width: 100%; height: 360px; }
  .mk-intro__photo { width: 305px; height: 305px; top: 26px; right: 8px; }
  .mk-intro__badge { width: 106px; height: 72px; padding: 9px; }
  .mk-intro__badge strong { font-size: 12px; }
  .mk-feature__media, .mk-feature--short .mk-feature__media { width: calc(100% - 28px); height: 320px; margin: 58px 14px 0; }
  .mk-feature--mint .mk-feature__media { height: 250px; margin-top: 48px; }
  .mk-feature__copy, .mk-feature:nth-child(even) .mk-feature__copy { width: calc(100% - 28px); margin: 0 14px; padding: 44px 0 66px; }
  .mk-feature__copy h2 { margin-bottom: 18px; font-size: 38px; line-height: 1.08; }
  .mk-feature__copy p { font-size: 15px; }
  .mk-place { padding: 66px 0; }
  .mk-place__head { text-align: left; }
  .mk-place__head h2 { font-size: 38px; }
  .mk-gallery { padding-top: 62px; }
  .mk-gallery h2 { font-size: 38px; }
  .mk-gallery__grid { margin-right: 0; }
  .mk-gallery__grid a { flex-basis: min(78vw, 286px); }
  .site-footer { padding-top: 54px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .site-footer__art { grid-column: auto; width: min(270px, 84vw); margin-bottom: 4px; }
  .site-footer h3 { margin-bottom: 13px; font-size: 17px; }
  .site-footer li { margin-bottom: 9px; font-size: 13px; }
  .site-footer__bottom { gap: 13px; margin-top: 30px; }
  .site-footer__bottom > div { flex-direction: column; }
  .mk-subhero, .mk-subhero__inner { min-height: 690px; }
  .mk-subhero__copy h1, .mk-subhero__center h1 { font-size: clamp(48px, 14vw, 64px); }
  .mk-subhero__image { height: 270px; }
  .mk-proof-strip__grid div { min-height: 104px; padding: 12px; }
  .mk-proof-strip span { font-size: 10px; }
  .mk-card__body { padding: 18px; }
  .mk-card p { min-height: 0; }
  .mk-story-body__art img { height: 290px; }
  .mk-values-page article { min-height: 0; }
}

/* v1.4: handoff-ready layout, motion and scroll colour controls. */
body.mk-scroll-colors { background-color: var(--mk-cream); transition: background-color var(--mk-scroll-ms) cubic-bezier(.165,.84,.44,1); }
body.mk-scroll-colors [data-mk-scroll-color]:not(.mk-hero) { background-color: transparent !important; }
body.mk-scroll-colors .mk-hero { background-color: var(--mk-pink) !important; }
body.mk-scroll-colors .mk-place { color: var(--mk-ink); }

body.mk-transition-none .mk-page-transition { display: none; }
body.mk-transition-fade .mk-page-transition { display: none; }
body.mk-transition-fade.mk-soft-loading { cursor: progress; }
body.mk-transition-wipe .mk-page-transition { transition-duration: var(--mk-transition-ms); }

body.mk-layout-compact .mk-wrap { width: min(1040px, calc(100% - 40px)); }
body.mk-layout-full .mk-wrap { width: min(1320px, calc(100% - 40px)); }
body.mk-hero-compact .mk-hero { height: 720px; min-height: 620px; }
body.mk-hero-balanced .mk-hero { height: 86svh; min-height: 650px; }

@media (min-width: 1101px) {
  body.mk-header-left .site-header__inner { grid-template-columns: auto 1fr auto; }
  body.mk-header-left .site-brand { grid-column: 1; grid-row: 1; }
  body.mk-header-left .site-nav { grid-column: 2; grid-row: 1; justify-self: center; }
  body.mk-header-left .site-header__actions { grid-column: 3; grid-row: 1; }
}

body.mk-spacing-compact .mk-intro { min-height: 560px; padding-block: 48px; }
body.mk-spacing-compact .mk-feature--pink,
body.mk-spacing-compact .mk-feature--orange,
body.mk-spacing-compact .mk-feature--mint { min-height: 680px; padding-block: 42px; }
body.mk-spacing-compact .mk-feature__row { min-height: 590px; }
body.mk-spacing-compact .mk-place { padding-block: 78px; }
body.mk-spacing-compact .mk-gallery { min-height: 760px; padding-block: 82px 54px; }

body.mk-corners-square .mk-intro__photo,
body.mk-corners-square .mk-feature__media img,
body.mk-corners-square .mk-place__card,
body.mk-corners-square .mk-gallery__grid a,
body.mk-corners-square .mk-card { border-radius: 0; }
body.mk-corners-round .mk-feature__media img,
body.mk-corners-round .mk-place__card,
body.mk-corners-round .mk-card { border-radius: 46px; }
body.mk-corners-round .mk-gallery__grid a { border-radius: 28px; }

@media (max-width: 850px) {
  .site-header__actions { position: relative; z-index: 21; }
  body.mk-hero-compact .mk-hero { height: 680px; min-height: 620px; }
  body.mk-hero-balanced .mk-hero { height: 82svh; min-height: 660px; }
  body.mk-spacing-compact .mk-feature--pink,
  body.mk-spacing-compact .mk-feature--orange,
  body.mk-spacing-compact .mk-feature--mint { min-height: 0; padding: 0; }
}

@media (max-width: 560px) {
  body.mk-layout-compact .mk-wrap,
  body.mk-layout-full .mk-wrap { width: min(100% - 26px, 1180px); }
}

/* Mina Visual Builder — native Gutenberg sections. */
.mk-builder-block--hidden { display: none !important; }
.mk-builder-text { padding: 110px 0; }
.mk-builder-text__inner { max-width: 900px; }
.mk-builder-text__inner h2 { max-width: 820px; margin: 10px 0 28px; font-size: clamp(46px, 5.4vw, 74px); line-height: 1; letter-spacing: -.045em; }
.mk-builder-text__inner .mk-content { margin-bottom: 30px; }
.mk-builder-align--center { text-align: center; }
.mk-builder-align--center .mk-builder-text__inner h2,
.mk-builder-align--center .mk-content { margin-right: auto; margin-left: auto; }
.mk-builder-block.mk-feature { min-height: 840px; padding: 60px 0; }
.mk-feature--contain .mk-feature__media img { object-fit: contain; }
.mk-builder-height--compact.mk-feature { min-height: 620px; padding-block: 40px; }
.mk-builder-height--compact .mk-feature__row { min-height: 540px; }
.mk-builder-height--compact .mk-feature__media { height: 500px; }
.mk-builder-height--tall.mk-feature { min-height: 960px; padding-block: 120px; }
.mk-builder-height--compact.mk-builder-text { padding-block: 70px; }
.mk-builder-height--tall.mk-builder-text { min-height: 720px; display: grid; align-items: center; }
.mk-products-layout--compact .mk-gallery__grid { grid-template-columns: repeat(6, 1fr); }
.mk-products-layout--compact .mk-gallery__grid span { font-size: 11px; }
.mk-products-layout--carousel .mk-gallery__grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
.mk-products-layout--carousel .mk-gallery__grid a { flex: 0 0 min(320px, 78vw); scroll-snap-align: start; }
.editor-styles-wrapper .mk-builder-block { margin-right: 0; margin-left: 0; }
.editor-styles-wrapper .mk-page-transition,
.editor-styles-wrapper .site-header { display: none; }
.mk-builder-editor-preview { min-height: 90px; border: 1px solid #ddd; }

@media (max-width: 850px) {
  .mk-builder-block.mk-feature { min-height: 0; padding: 0; }
  .mk-builder-text { padding: 78px 0; }
  .mk-products-layout--compact .mk-gallery__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
  .mk-builder-hide-mobile { display: none !important; }
  .mk-builder-text__inner h2 { font-size: 42px; }
  .mk-products-layout--compact .mk-gallery__grid { display: flex; grid-template-columns: none; }
}
