.mgj-hero,
.mgj-quick,
.mgj-menu-section {
	position: relative;
	z-index: 2;
}

.mgj-hero {
	padding: 58px 0 34px;
}

.mgj-hero .mg-container {
	position: relative;
}

.mgj-hero .mg-container::before {
	content: "";
	position: absolute;
	inset: -28px 32px -28px;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.52);
	box-shadow: var(--mg-shadow-soft);
}

.mgj-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
	gap: 56px;
	align-items: center;
	padding: 38px;
}

.mgj-hero h1 {
	max-width: 660px;
	margin: 0 0 24px;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 56px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.04;
}

.mgj-hero h1 em {
	color: var(--mg-green);
	font-style: normal;
}

.mgj-hero p {
	max-width: 470px;
	margin: 0;
	color: var(--mg-ink-2);
	font-size: 20px;
	line-height: 1.58;
}

.mgj-hero-visual {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 330px;
}

.mgj-hero-visual::before {
	content: "";
	position: absolute;
	inset: 24px 6px 20px 42px;
	z-index: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(231, 241, 218, 0.95), rgba(238, 233, 246, 0.8));
	transform: rotate(-8deg);
}

.mgj-hero-photo {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 520px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 28px;
	box-shadow: 0 26px 44px rgba(62, 40, 105, 0.15);
}

.mgj-hero-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
}

.mgj-editor-media-action {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 5;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 10px 24px rgba(26, 22, 32, 0.18);
}

.mgj-quick {
	padding: 28px 0 0;
}

.mgj-qgrid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.mgj-qcard {
	display: flex;
	min-height: 156px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 22px 14px 20px;
	border: 1px solid rgba(228, 221, 207, 0.82);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
	color: inherit;
	text-align: center;
	text-decoration: none;
	transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}

.mgj-qcard:hover {
	border-color: rgba(114, 157, 68, 0.35);
	box-shadow: var(--mg-shadow-soft);
	transform: translateY(-3px);
}

.mgj-icbox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: var(--mg-green-soft);
	color: var(--mg-green);
}

.mgj-icbox svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.mgj-qlabel {
	color: var(--mg-ink-2);
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.34;
}

.mgj-menu-section {
	overflow: hidden;
	padding: 82px 0 126px;
	background:
		linear-gradient(180deg, rgba(248, 245, 239, 0) 0%, rgba(241, 236, 247, 0.56) 68%, var(--mg-bg-2) 100%);
}

.mgj-menu-layout {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 44px;
	align-items: center;
	padding: 38px;
	border: 1px solid rgba(228, 221, 207, 0.9);
	border-radius: 28px;
	background: var(--mg-paper);
	box-shadow: var(--mg-shadow);
}

.mgj-menu-left {
	min-width: 0;
}

.mgj-menu-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.mgj-menu-head h2,
.mgj-operations h2 {
	margin: 0;
	color: var(--mg-purple);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.05;
}

.mgj-menu-date {
	margin-top: 8px;
	color: var(--mg-ink-2);
	font-size: 14px;
	font-weight: 700;
}

.mgj-chef-doodle {
	width: 142px;
	height: 142px;
	margin-bottom: -14px;
	flex: none;
	opacity: 0.9;
	pointer-events: none;
	transform: rotate(13deg);
}

.mgj-chef-doodle img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mgj-menu-list {
	display: flex;
	flex-direction: column;
}

.mgj-mrow {
	display: grid;
	grid-template-columns: 82px 1fr auto;
	gap: 18px;
	align-items: start;
	padding: 20px 0;
	border-bottom: 1px solid rgba(122, 113, 132, 0.14);
}

.mgj-mrow:first-child {
	padding-top: 0;
}

.mgj-mrow:last-child {
	border-bottom: 0;
}

.mgj-pill-label {
	padding-top: 2px;
	color: var(--mg-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mgj-dish {
	color: var(--mg-ink);
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.5;
}

.mgj-allergens {
	padding-top: 1px;
	color: var(--mg-muted);
	font-size: 13px;
	font-variant-numeric: tabular-nums;
	font-weight: 500;
	white-space: nowrap;
}

.mgj-menu-photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	width: 100%;
	align-self: center;
}

.mgj-photo {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: var(--mg-green-soft);
	cursor: zoom-in;
	transition: transform 0.15s, box-shadow 0.15s;
}

.mgj-photo:hover {
	box-shadow: 0 18px 34px rgba(62, 40, 105, 0.14);
	transform: scale(1.018);
}

.mgj-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mgj-photo span {
	position: absolute;
	bottom: 14px;
	left: 14px;
	z-index: 2;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(26, 22, 32, 0.82);
	color: #fff;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1;
}

.mgj-wave-top {
	position: relative;
	z-index: 3;
	height: 92px;
	margin-top: -92px;
	overflow: hidden;
	background: transparent;
	pointer-events: none;
}

.mgj-wave-top svg {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.mgj-operations {
	padding: 78px 0 96px;
	background: var(--mg-paper);
}

.mgj-operations-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-bottom: 54px;
	text-align: center;
}

.mgj-operations-head h2 {
	color: var(--mg-ink);
}

.mgj-operations-subtitle {
	color: var(--mg-ink-2);
	font-size: 15px;
}

.mgj-wave-decor {
	width: 180px;
	height: 20px;
	margin-top: 8px;
	color: var(--mg-green);
}

.mgj-wave-decor svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2.5;
}

.mgj-operations-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 54px;
	align-items: start;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 32px;
}

.mgj-pcol {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.mgj-pblock {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 20px;
	align-items: start;
}

.mgj-picon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--mg-purple-soft);
	color: var(--mg-purple);
}

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

.mgj-pblock h3,
.mgj-info-list h3 {
	margin: 0 0 8px;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.1;
}

.mgj-big-time {
	color: var(--mg-purple);
	font-size: 30px;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
}

.mgj-note,
.mgj-address,
.mgj-info-item p,
.mgj-parking p {
	color: var(--mg-ink-2);
	font-size: 14.5px;
	line-height: 1.55;
}

.mgj-note {
	margin-top: 4px;
	color: var(--mg-muted);
}

.mgj-parking {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
	padding: 12px 16px;
	border-radius: 10px;
	background: var(--mg-purple-soft);
}

.mgj-parking span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex: none;
	border-radius: 6px;
	background: var(--mg-purple);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.mgj-parking p,
.mgj-info-item p {
	margin: 0;
}

.mgj-info-list {
	padding-left: 48px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mgj-info-list h3 {
	margin-bottom: 18px;
}

.mgj-info-item {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 16px;
	align-items: start;
	padding: 14px 0;
}

.mgj-info-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin-top: 2px;
	border: 1.5px solid var(--mg-green);
	border-radius: 50%;
	color: var(--mg-green);
}

.mgj-info-item svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

.mgj-lightbox {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 32px;
	background: rgba(26, 22, 32, 0.72);
}

.mgj-lightbox.is-open {
	display: flex;
}

.mgj-lightbox img {
	max-width: min(920px, 94vw);
	max-height: 86vh;
	border-radius: 20px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.35);
}

.mgj-lightbox button {
	position: absolute;
	top: 24px;
	right: 28px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: var(--mg-ink);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.mgj-contact-hero,
.mgj-contact-map-section,
.mgj-contact-people,
.mgj-contact-hours,
.mgj-contact-id {
	position: relative;
	z-index: 2;
}

.mgj-contact-hero {
	padding: 66px 0 22px;
}

.mgj-contact-hero-inner {
	max-width: 760px;
	padding: 0 38px;
}

.mgj-contact-hero h1 {
	margin: 0 0 18px;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 58px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.mgj-contact-hero p,
.mgj-section-head p,
.mgj-hours-card p,
.mgj-id-card p {
	margin: 0;
	color: var(--mg-ink-2);
	font-size: 17px;
	line-height: 1.65;
}

.mgj-contact-map-section {
	padding: 22px 0 74px;
}

.mgj-contact-map-card {
	display: grid;
	grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(228, 221, 207, 0.9);
	border-radius: 28px;
	background: var(--mg-paper);
	box-shadow: var(--mg-shadow);
}

.mgj-map-panel {
	position: relative;
	min-height: 392px;
	overflow: hidden;
	background:
		radial-gradient(circle at 32% 28%, rgba(114, 157, 68, 0.23), transparent 22%),
		radial-gradient(circle at 72% 76%, rgba(72, 49, 111, 0.18), transparent 24%),
		linear-gradient(135deg, #eef4e7 0%, #faf7f1 54%, #eee8f7 100%);
}

.mgj-map-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.42) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px);
	background-size: 44px 44px;
}

.mgj-map-road {
	position: absolute;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.22);
}

.mgj-map-road-a {
	top: 46%;
	left: -10%;
	width: 120%;
	height: 26px;
	transform: rotate(-13deg);
}

.mgj-map-road-b {
	top: 16%;
	left: 42%;
	width: 24px;
	height: 86%;
	transform: rotate(18deg);
}

.mgj-map-road-c {
	right: -8%;
	bottom: 18%;
	width: 58%;
	height: 22px;
	transform: rotate(31deg);
}

.mgj-map-pin {
	position: absolute;
	top: 43%;
	left: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: var(--mg-purple);
	color: #fff;
	box-shadow: 0 22px 38px rgba(72, 49, 111, 0.22);
	transform: translate(-50%, -50%);
}

.mgj-map-pin svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.mgj-map-link {
	position: absolute;
	right: 24px;
	bottom: 24px;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--mg-purple);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(26, 22, 32, 0.12);
}

.mgj-contact-basic {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 54px;
}

.mgj-contact-eyebrow,
.mgj-person-role,
.mgj-id-item span {
	color: var(--mg-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mgj-contact-basic h2,
.mgj-section-head h2,
.mgj-hours-card h2,
.mgj-id-card h2 {
	margin: 0;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
}

.mgj-contact-basic h2 {
	margin-top: 12px;
}

.mgj-contact-address {
	margin-top: 28px;
	color: var(--mg-ink-2);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
}

.mgj-contact-lines,
.mgj-person-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 24px;
}

.mgj-contact-lines a,
.mgj-contact-lines span,
.mgj-person-links a,
.mgj-person-links span {
	color: var(--mg-purple);
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.mgj-contact-people {
	padding: 76px 0 34px;
	background: var(--mg-paper);
}

.mgj-section-head {
	display: grid;
	grid-template-columns: 0.82fr 1fr;
	gap: 54px;
	align-items: end;
	margin-bottom: 34px;
	padding: 0 38px;
}

.mgj-people-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	padding: 0 38px;
}

.mgj-person-card {
	min-height: 226px;
	padding: 28px;
	border: 1px solid rgba(228, 221, 207, 0.88);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(247, 251, 242, 0.72), rgba(255, 255, 255, 0) 45%),
		var(--mg-paper);
	box-shadow: 0 18px 42px rgba(62, 40, 105, 0.08);
}

.mgj-person-card h3 {
	margin: 18px 0 0;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.14;
}

.mgj-contact-hours {
	padding: 34px 0;
	background: var(--mg-paper);
}

.mgj-hours-card {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 50px;
	align-items: center;
	margin: 0 38px;
	padding: 34px;
	border-radius: 22px;
	background: var(--mg-purple-soft);
}

.mgj-hours-card p {
	margin-top: 14px;
}

.mgj-hours-table {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mgj-hours-row {
	display: grid;
	grid-template-columns: 1.08fr 0.82fr 0.92fr;
	gap: 16px;
	align-items: center;
	padding: 16px 18px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--mg-ink-2);
	font-size: 15px;
	line-height: 1.25;
}

.mgj-hours-row strong {
	color: var(--mg-ink);
	font-size: 15px;
}

.mgj-hours-row span {
	font-variant-numeric: tabular-nums;
	font-weight: 800;
}

.mgj-contact-id {
	padding: 34px 0 96px;
	background: var(--mg-paper);
}

.mgj-id-card {
	margin: 0 38px;
	padding: 38px;
	border: 1px solid rgba(228, 221, 207, 0.9);
	border-radius: 24px;
	background: #fff;
}

.mgj-id-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin: 28px 0;
}

.mgj-id-item {
	padding: 20px;
	border-radius: 16px;
	background: var(--mg-bg);
}

.mgj-id-item strong {
	display: block;
	margin-top: 8px;
	color: var(--mg-ink);
	font-size: 18px;
	line-height: 1.25;
}

.mgj-about-hero,
.mgj-about-manifesto,
.mgj-about-audience,
.mgj-about-team,
.mgj-about-founder,
.mgj-about-gallery,
.mgj-about-stats {
	position: relative;
	z-index: 2;
}

.mgj-about-hero {
	overflow: hidden;
	background: var(--mg-paper);
}

.mgj-about-hero-image {
	position: relative;
	height: 360px;
	overflow: hidden;
	background: var(--mg-green-soft);
}

.mgj-about-hero-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(26, 22, 32, 0.02), rgba(26, 22, 32, 0.18));
}

.mgj-about-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mgj-about-hero-copy {
	display: grid;
	grid-template-columns: 0.82fr 1fr;
	gap: 58px;
	align-items: start;
	padding: 46px 38px 64px;
}

.mgj-about-hero h1 {
	margin: 0;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 58px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.mgj-about-hero p {
	max-width: 620px;
	margin: 8px 0 0;
	color: var(--mg-ink-2);
	font-size: 18px;
	line-height: 1.65;
}

.mgj-about-manifesto {
	padding: 84px 0 96px;
	background: var(--mg-bg);
	text-align: center;
}

.mgj-about-kicker {
	margin-bottom: 18px;
	color: var(--mg-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.mgj-about-manifesto h2 {
	max-width: 820px;
	margin: 0 auto 24px;
	color: var(--mg-purple);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 44px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
}

.mgj-about-manifesto h2 em {
	color: var(--mg-green);
	font-style: normal;
}

.mgj-about-manifesto p {
	max-width: 720px;
	margin: 0 auto;
	color: var(--mg-ink-2);
	font-size: 17px;
	line-height: 1.72;
}

.mgj-about-audience {
	padding: 82px 0 88px;
	background: var(--mg-paper);
}

.mgj-audience-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 0 38px;
}

.mgj-audience-card {
	position: relative;
	overflow: hidden;
	min-height: 338px;
	padding: 36px 32px;
	border-radius: 20px;
	background: var(--mg-green-soft);
}

.mgj-audience-card:nth-child(2) {
	background: var(--mg-purple-soft);
}

.mgj-audience-number {
	position: absolute;
	top: 24px;
	right: 28px;
	color: rgba(114, 157, 68, 0.22);
	font-size: 64px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	pointer-events: none;
}

.mgj-audience-card:nth-child(2) .mgj-audience-number {
	color: rgba(62, 40, 105, 0.18);
}

.mgj-audience-tag,
.mgj-team-role,
.mgj-founder-label {
	position: relative;
	z-index: 1;
	color: var(--mg-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mgj-audience-card:nth-child(2) .mgj-audience-tag {
	color: var(--mg-purple);
}

.mgj-audience-card h3 {
	position: relative;
	z-index: 1;
	margin: 18px 0 12px;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
}

.mgj-audience-card p,
.mgj-audience-card li {
	position: relative;
	z-index: 1;
	color: var(--mg-ink-2);
	font-size: 14.5px;
	line-height: 1.6;
}

.mgj-audience-card p {
	margin: 0;
}

.mgj-audience-card ul {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.mgj-audience-card li {
	display: grid;
	grid-template-columns: 12px 1fr;
	gap: 11px;
	align-items: start;
}

.mgj-audience-card li::before {
	content: "";
	width: 9px;
	height: 9px;
	margin-top: 7px;
	border-radius: 50%;
	background: var(--mg-green);
}

.mgj-audience-card:nth-child(2) li::before {
	background: var(--mg-purple);
}

.mgj-about-team {
	padding: 82px 0;
	background: var(--mg-bg);
}

.mgj-team-lines {
	padding: 0 38px;
}

.mgj-team-line {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 44px;
	align-items: start;
	padding: 28px 0;
	border-top: 1px dashed rgba(122, 113, 132, 0.28);
}

.mgj-team-line:last-child {
	border-bottom: 1px solid rgba(122, 113, 132, 0.18);
}

.mgj-team-line h3 {
	margin: 0;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
}

.mgj-about-founder {
	padding: 0 0 82px;
	background: var(--mg-bg);
}

.mgj-founder-banner {
	display: grid;
	grid-template-columns: 96px 1fr auto;
	gap: 28px;
	align-items: center;
	margin: 0 38px;
	padding: 34px 38px;
	border-radius: 22px;
	background: var(--mg-purple-soft);
}

.mgj-founder-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: var(--mg-paper);
	color: var(--mg-purple);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.28;
	text-align: center;
}

.mgj-founder-body h2 {
	margin: 6px 0 4px;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.12;
}

.mgj-founder-body p {
	margin: 0;
	color: var(--mg-ink-2);
	font-size: 15px;
	line-height: 1.55;
}

.mgj-founder-banner a,
.mgj-founder-banner span {
	color: var(--mg-purple);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.mgj-about-gallery {
	padding: 82px 0 92px;
	background: var(--mg-paper);
}

.mgj-gallery-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	padding: 0 38px;
}

.mgj-gallery-item {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	background: var(--mg-green-soft);
}

.mgj-gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mgj-gallery-item .mgj-editor-media-action {
	right: 8px;
	bottom: 8px;
	padding: 5px;
	border-radius: 8px;
}

.mgj-about-stats {
	padding: 78px 0;
	background: var(--mg-paper);
	border-top: 1px solid rgba(228, 221, 207, 0.88);
}

.mgj-about-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 32px;
}

.mgj-about-stat {
	text-align: center;
}

.mgj-about-stat-number {
	color: var(--mg-purple);
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
}

.mgj-about-stat-label {
	margin-top: 12px;
	color: var(--mg-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mgj-about-stat p {
	margin: 8px 0 0;
	color: var(--mg-ink-2);
	font-size: 14px;
	line-height: 1.5;
}

.mgj-diners-hero,
.mgj-diners-prices,
.mgj-diners-payments,
.mgj-diners-chip,
.mgj-diners-tips {
	position: relative;
	z-index: 2;
}

.mgj-diners-hero {
	padding: 62px 0 72px;
	background: var(--mg-bg);
}

.mgj-diners-hero-grid {
	display: grid;
	grid-template-columns: 0.88fr 1.12fr;
	gap: 48px;
	align-items: center;
	padding: 0 38px;
}

.mgj-diners-hero h1 {
	margin: 0 0 18px;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 58px;
	font-weight: 800;
	line-height: 1;
}

.mgj-diners-hero p {
	max-width: 560px;
	margin: 0;
	color: var(--mg-ink-2);
	font-size: 18px;
	line-height: 1.65;
}

.mgj-diners-hero-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	box-shadow: var(--mg-shadow);
}

.mgj-diners-hero-image img,
.mgj-chip-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mgj-chip-photo img {
	padding: 24px;
	background: #fff;
	object-fit: contain;
}

.mgj-diners-prices {
	padding: 82px 0;
	background: var(--mg-paper);
}

.mgj-price-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0 38px;
}

.mgj-price-row {
	display: grid;
	grid-template-columns: 56px 1fr auto 130px;
	gap: 28px;
	align-items: center;
	padding: 20px 28px;
	border: 1px solid rgba(228, 221, 207, 0.82);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(62, 40, 105, 0.05);
}

.mgj-price-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--mg-purple-soft);
	color: var(--mg-purple);
	font-weight: 800;
}

.mgj-price-label {
	color: var(--mg-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mgj-price-row h3 {
	margin: 4px 0 0;
	color: var(--mg-ink);
	font-size: 19px;
	font-weight: 800;
}

.mgj-price-age {
	color: var(--mg-muted);
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
}

.mgj-price-value {
	color: var(--mg-green);
	font-size: 26px;
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
}

.mgj-price-value small {
	display: block;
	margin-top: 2px;
	color: var(--mg-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.mgj-diners-note {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 24px 38px 0;
	padding: 15px 18px;
	border: 1.5px solid #f4d77a;
	border-radius: 14px;
	background: #fff6d9;
	color: var(--mg-ink);
	font-size: 14px;
	line-height: 1.5;
}

.mgj-diners-note svg {
	width: 20px;
	height: 20px;
	flex: none;
	fill: none;
	stroke: #dca629;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.3;
}

.mgj-diners-payments,
.mgj-diners-chip {
	padding: 82px 0;
	background: var(--mg-bg);
}

.mgj-pay-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 76px;
	align-items: start;
	padding: 0 38px;
}

.mgj-pay-methods h3,
.mgj-bank-card h3 {
	margin: 0 0 22px;
	color: var(--mg-purple);
	font-size: 24px;
	font-weight: 800;
}

.mgj-pay-method {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px dashed rgba(122, 113, 132, 0.2);
}

.mgj-pay-method > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--mg-purple);
	color: #fff;
	font-weight: 800;
}

.mgj-pay-method strong {
	display: block;
	color: var(--mg-ink);
	font-size: 17px;
}

.mgj-pay-method p,
.mgj-pay-note,
.mgj-pay-tip {
	margin: 4px 0 0;
	color: var(--mg-ink-2);
	font-size: 15px;
	line-height: 1.62;
}

.mgj-pay-note {
	margin-top: 18px;
}

.mgj-pay-tip {
	margin-top: 18px;
	padding: 14px 16px;
	border-left: 4px solid var(--mg-green);
	border-radius: 10px;
	background: var(--mg-green-soft);
}

.mgj-bank-card {
	padding: 28px;
	border: 1px solid rgba(228, 221, 207, 0.86);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--mg-shadow-soft);
}

.mgj-bank-row {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(122, 113, 132, 0.13);
}

.mgj-bank-row:last-child {
	border-bottom: 0;
}

.mgj-bank-row span {
	color: var(--mg-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mgj-bank-row strong {
	color: var(--mg-ink);
	font-size: 21px;
	font-weight: 800;
}

.mgj-chip-grid {
	display: grid;
	grid-template-columns: 0.96fr 1.04fr;
	gap: 54px;
	align-items: center;
	padding: 0 38px;
}

.mgj-chip-photo {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 24px;
	background: var(--mg-green-soft);
	box-shadow: var(--mg-shadow);
}

.mgj-chip-photo span {
	position: absolute;
	bottom: 18px;
	left: 18px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--mg-purple);
	font-size: 13px;
	font-weight: 800;
}

.mgj-chip-copy h2 {
	margin: 0 0 14px;
	color: var(--mg-purple);
	font-size: 38px;
	font-weight: 800;
}

.mgj-chip-copy > p {
	margin: 0;
	color: var(--mg-ink-2);
	font-size: 16px;
	line-height: 1.7;
}

.mgj-chip-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 30px;
	margin-top: 28px;
}

.mgj-chip-facts span {
	display: block;
	color: var(--mg-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mgj-chip-facts strong {
	display: block;
	margin-top: 6px;
	color: var(--mg-ink);
	font-size: 19px;
}

.mgj-diners-tips {
	padding: 82px 0 96px;
	background: var(--mg-paper);
}

.mgj-tips-list {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin: 0 38px;
	border: 1px solid rgba(228, 221, 207, 0.88);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--mg-shadow-soft);
}

.mgj-tip-row {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 20px;
	align-items: center;
	padding: 22px 28px;
	border-bottom: 1px solid var(--mg-bg);
}

.mgj-tip-row:last-child {
	border-bottom: 0;
}

.mgj-tip-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--mg-green-soft);
	color: var(--mg-green);
}

.mgj-tip-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.mgj-tip-row h3 {
	margin: 0 0 3px;
	color: var(--mg-ink);
	font-size: 17px;
	font-weight: 800;
}

.mgj-tip-row p {
	margin: 0;
	color: var(--mg-muted);
	font-size: 14px;
	line-height: 1.55;
}

.mgj-docs-hero,
.mgj-docs-apps,
.mgj-docs-list-section {
	position: relative;
	z-index: 2;
}

.mgj-docs-hero {
	padding: 68px 0 72px;
	background: var(--mg-bg);
}

.mgj-docs-hero-inner {
	max-width: 760px;
	padding: 0 38px;
}

.mgj-docs-hero h1 {
	margin: 0 0 18px;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 58px;
	font-weight: 800;
	line-height: 1;
}

.mgj-docs-hero p {
	margin: 0;
	color: var(--mg-ink-2);
	font-size: 18px;
	line-height: 1.65;
}

.mgj-docs-apps {
	padding: 82px 0;
	background: var(--mg-paper);
}

.mgj-docs-feature-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.9fr;
	gap: 30px;
	padding: 0 38px;
}

.mgj-doc-feature {
	display: grid;
	grid-template-columns: 132px 1fr;
	gap: 28px;
	align-items: start;
	padding: 30px;
	border: 1px solid rgba(228, 221, 207, 0.9);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--mg-shadow-soft);
}

.mgj-doc-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 3 / 4;
	border: 1px solid var(--mg-line);
	border-radius: 12px;
	background: linear-gradient(180deg, #f8f4f0 0%, #eee6dc 100%);
	color: var(--mg-purple);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.mgj-doc-tag {
	color: var(--mg-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mgj-doc-feature h3 {
	margin: 12px 0 10px;
	color: var(--mg-ink);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}

.mgj-doc-feature p {
	margin: 0;
	color: var(--mg-ink-2);
	font-size: 15px;
	line-height: 1.6;
}

.mgj-doc-meta {
	margin-top: 14px;
	color: var(--mg-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.mgj-doc-button {
	display: inline-flex;
	margin-top: 20px;
	padding: 12px 20px;
	border-radius: 10px;
	background: var(--mg-green);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.mgj-doc-side-list {
	overflow: hidden;
	border: 1px solid rgba(228, 221, 207, 0.9);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--mg-shadow-soft);
}

.mgj-doc-small {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 14px;
	padding: 18px 20px;
	border-bottom: 1px solid var(--mg-bg);
	color: inherit;
	text-decoration: none;
}

.mgj-doc-small:last-child {
	border-bottom: 0;
}

.mgj-doc-small span,
.mgj-doc-type {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 9px;
	background: var(--mg-purple-soft);
	color: var(--mg-purple);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.mgj-doc-small strong {
	color: var(--mg-ink);
	font-size: 15px;
	line-height: 1.3;
}

.mgj-doc-small small {
	grid-column: 2;
	color: var(--mg-muted);
	font-size: 12px;
	font-weight: 700;
}

.mgj-docs-list-section {
	padding: 82px 0 96px;
	background: var(--mg-bg);
}

.mgj-docs-table {
	overflow: hidden;
	margin: 0 38px;
	border: 1px solid rgba(228, 221, 207, 0.92);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--mg-shadow-soft);
}

.mgj-docs-table-head,
.mgj-doc-row {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 120px 130px 42px;
	gap: 16px;
	align-items: center;
}

.mgj-docs-table-head {
	padding: 13px 22px;
	background: var(--mg-bg);
	color: var(--mg-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mgj-doc-row {
	padding: 16px 22px;
	border-top: 1px solid var(--mg-bg);
	color: inherit;
	text-decoration: none;
}

.mgj-doc-row strong {
	color: var(--mg-ink);
	font-size: 15px;
	line-height: 1.35;
}

.mgj-doc-row > span:not(.mgj-doc-type) {
	color: var(--mg-muted);
	font-size: 13px;
	font-weight: 700;
}

.mgj-doc-row b {
	color: var(--mg-purple);
	font-size: 20px;
	text-align: right;
}

@media (max-width: 1050px) {
	.mgj-hero-grid,
	.mgj-menu-layout,
	.mgj-operations-grid,
	.mgj-contact-map-card,
	.mgj-section-head,
	.mgj-hours-card,
	.mgj-about-hero-copy,
	.mgj-founder-banner,
	.mgj-diners-hero-grid,
	.mgj-pay-grid,
	.mgj-chip-grid,
	.mgj-docs-feature-grid {
		grid-template-columns: 1fr;
	}

	.mgj-hero {
		padding-top: 54px;
	}

	.mgj-hero-visual {
		justify-content: flex-start;
		min-height: 320px;
	}

	.mgj-hero-photo {
		max-width: 520px;
	}

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

	.mgj-info-list {
		padding-top: 34px;
		padding-left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-left: 0;
	}

	.mgj-people-grid {
		grid-template-columns: 1fr;
	}

	.mgj-id-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mgj-audience-grid,
	.mgj-about-stats-grid {
		grid-template-columns: 1fr;
	}

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

	.mgj-price-row {
		grid-template-columns: 56px 1fr;
	}

	.mgj-price-age,
	.mgj-price-value {
		text-align: left;
	}
}

@media (max-width: 720px) {
	.mgj-hero {
		padding: 44px 0 28px;
	}

	.mgj-hero .mg-container::before {
		inset: -16px 20px -16px;
		border-radius: 24px;
	}

	.mgj-hero-grid {
		padding: 24px;
	}

	.mgj-hero h1 {
		font-size: 38px;
		line-height: 1.07;
	}

	.mgj-hero p {
		font-size: 17px;
	}

	.mgj-hero-visual {
		min-height: 260px;
	}

	.mgj-qgrid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mgj-qcard {
		min-height: 140px;
	}

	.mgj-menu-section {
		padding-top: 56px;
		padding-bottom: 100px;
	}

	.mgj-menu-layout {
		padding: 24px;
		border-radius: 22px;
	}

	.mgj-chef-doodle {
		display: none;
	}

	.mgj-mrow {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.mgj-allergens {
		white-space: normal;
	}

	.mgj-menu-photos {
		gap: 10px;
	}

	.mgj-operations {
		padding: 58px 0 72px;
	}

	.mgj-operations h2,
	.mgj-menu-head h2 {
		font-size: 32px;
	}

	.mgj-contact-hero {
		padding-top: 44px;
	}

	.mgj-contact-hero-inner,
	.mgj-section-head,
	.mgj-people-grid {
		padding-right: 24px;
		padding-left: 24px;
	}

	.mgj-contact-hero h1 {
		font-size: 42px;
	}

	.mgj-contact-map-card {
		border-radius: 22px;
	}

	.mgj-map-panel {
		min-height: 300px;
	}

	.mgj-contact-basic {
		padding: 30px 24px;
	}

	.mgj-hours-card,
	.mgj-id-card {
		margin-right: 24px;
		margin-left: 24px;
		padding: 24px;
	}

	.mgj-hours-row,
	.mgj-id-grid {
		grid-template-columns: 1fr;
	}

	.mgj-about-hero-image {
		height: 260px;
	}

	.mgj-about-hero-copy,
	.mgj-audience-grid,
	.mgj-team-lines,
	.mgj-gallery-grid {
		padding-right: 24px;
		padding-left: 24px;
	}

	.mgj-about-hero h1 {
		font-size: 42px;
	}

	.mgj-about-manifesto h2 {
		font-size: 32px;
	}

	.mgj-team-line {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.mgj-founder-banner {
		margin-right: 24px;
		margin-left: 24px;
		padding: 24px;
	}

	.mgj-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mgj-diners-hero-grid,
	.mgj-price-list,
	.mgj-pay-grid,
	.mgj-chip-grid {
		padding-right: 24px;
		padding-left: 24px;
	}

	.mgj-diners-hero h1 {
		font-size: 42px;
	}

	.mgj-price-row,
	.mgj-chip-facts,
	.mgj-tip-row {
		grid-template-columns: 1fr;
	}

	.mgj-diners-note,
	.mgj-tips-list,
	.mgj-docs-table {
		margin-right: 24px;
		margin-left: 24px;
	}

	.mgj-docs-hero-inner,
	.mgj-docs-feature-grid {
		padding-right: 24px;
		padding-left: 24px;
	}

	.mgj-docs-hero h1 {
		font-size: 42px;
	}

	.mgj-doc-feature,
	.mgj-docs-table-head,
	.mgj-doc-row {
		grid-template-columns: 1fr;
	}

	.mgj-docs-table-head {
		display: none;
	}
}

.mgj-subpage-hero {
	position: relative;
	z-index: 2;
	padding: 62px 0 72px;
	overflow: visible;
	background: var(--mg-bg);
}

.mgj-subpage-hero-grid {
	display: grid;
	grid-template-columns: 0.88fr 1.12fr;
	gap: 48px;
	align-items: center;
	padding: 0 38px;
}

.mgj-subpage-hero h1 {
	margin: 0 0 18px;
	color: var(--mg-ink);
	font-family: "Inter Tight", Inter, sans-serif;
	font-size: 58px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.mgj-subpage-hero p {
	max-width: 560px;
	margin: 0;
	color: var(--mg-ink-2);
	font-size: 18px;
	line-height: 1.65;
}

.mgj-subpage-hero-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--mg-shadow);
}

.mgj-subpage-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1050px) {
	.mgj-subpage-hero-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (max-width: 720px) {
	.mgj-subpage-hero {
		padding: 42px 0 54px;
	}

	.mgj-subpage-hero-grid {
		padding-right: 24px;
		padding-left: 24px;
	}

	.mgj-subpage-hero h1 {
		font-size: 42px;
	}
}
