/* =========================================================================
   Moti Mahal — homepage
   ========================================================================= */

/* -------------------------------------------------------------------------
   Hero
   ------------------------------------------------------------------------- */

.mm-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(40px, 6vw, 88px) clamp(56px, 8vw, 110px);
	background:
		radial-gradient(120% 90% at 12% 0%, #fff 0%, var(--mm-cream) 55%, var(--mm-cream-2) 100%);
}

.mm-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.mm-hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: .28;
}

.mm-hero__glow--a {
	width: 420px;
	height: 420px;
	top: -140px;
	right: -80px;
	background: radial-gradient(circle, rgba(177, 35, 34, .55), transparent 68%);
}

.mm-hero__glow--b {
	width: 360px;
	height: 360px;
	bottom: -160px;
	left: -100px;
	background: radial-gradient(circle, rgba(200, 153, 46, .5), transparent 68%);
}

.mm-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
}

@media (max-width: 980px) {
	.mm-hero__inner { grid-template-columns: 1fr; }
}

.mm-hero__eyebrow { margin-bottom: .35em; }

.mm-hero__title {
	font-size: clamp(2.5rem, 1.4rem + 4.4vw, 4.6rem);
	line-height: 1.04;
	letter-spacing: -.015em;
	margin: 0 0 .38em;
	max-width: 12ch;
}

@media (max-width: 980px) {
	.mm-hero__title { max-width: none; }
}

.mm-hero__text {
	font-size: clamp(1rem, .95rem + .3vw, 1.14rem);
	color: var(--mm-ink-60);
	max-width: 46ch;
	margin-bottom: var(--mm-s6);
}

.mm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: var(--mm-s7);
}

.mm-hero__facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
	max-width: 520px;
}

.mm-hero__facts li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: .92rem;
	color: var(--mm-ink-60);
	line-height: 1.5;
}

.mm-hero__facts .mm-icon {
	flex: none;
	color: var(--mm-red);
	margin-top: 2px;
}

.mm-hero__facts strong {
	display: block;
	color: var(--mm-ink);
	font-weight: 600;
}

/* Hero media: two staggered portraits. */
.mm-hero__media {
	position: relative;
	min-height: clamp(360px, 42vw, 540px);
}

.mm-hero__shot {
	margin: 0;
	border-radius: var(--mm-r-xl);
	overflow: hidden;
	box-shadow: var(--mm-shadow-lg);
	background: var(--mm-cream-2);
}

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

.mm-hero__shot--main {
	position: relative;
	width: 74%;
	margin-left: auto;
	aspect-ratio: 3 / 4;
}

.mm-hero__shot--small {
	position: absolute;
	left: 0;
	bottom: 6%;
	width: 46%;
	aspect-ratio: 3 / 4;
	border: 6px solid #fff;
	border-radius: var(--mm-r-lg);
}

.mm-hero__chip {
	position: absolute;
	right: 4%;
	bottom: -14px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 18px;
	background: #fff;
	border-radius: var(--mm-r-pill);
	box-shadow: var(--mm-shadow);
	font-size: .82rem;
	font-weight: 600;
	color: var(--mm-ink);
	max-width: 78%;
}

.mm-hero__chip .mm-icon { color: var(--mm-gold); flex: none; }

@media (max-width: 980px) {
	.mm-hero__media { min-height: 0; margin-top: 8px; }
	.mm-hero__shot--main { width: 78%; }
	.mm-hero__shot--small { width: 44%; bottom: -18px; }
	.mm-hero__chip { position: static; margin-top: 34px; max-width: none; }
}

@media (max-width: 560px) {
	.mm-hero__actions .mm-btn { flex: 1 1 100%; }
}

/* Dish cards and category chips now live in dishes.css — the menu page needs
   them too, and it does not load this sheet. */

/* -------------------------------------------------------------------------
   About + chef (mirrored two-column blocks)
   ------------------------------------------------------------------------- */

.mm-about { background: var(--mm-white); }

.mm-about__inner,
.mm-chef__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(30px, 6vw, 90px);
}

@media (max-width: 900px) {
	.mm-about__inner,
	.mm-chef__inner { grid-template-columns: 1fr; gap: 36px; }
}

.mm-about__media {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 26px);
	align-items: center;
}

.mm-about__shot {
	margin: 0;
	border-radius: var(--mm-r-lg);
	overflow: hidden;
	box-shadow: var(--mm-shadow);
	background: var(--mm-cream-2);
}

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

/* The staggered offset from the reference layout. */
.mm-about__shot--front { aspect-ratio: 3 / 4; transform: translateY(22px); }
.mm-about__shot--back { aspect-ratio: 3 / 4; transform: translateY(-22px); }

@media (max-width: 560px) {
	.mm-about__shot--front,
	.mm-about__shot--back { transform: none; }
}

.mm-about__copy { position: relative; max-width: 560px; }

.mm-about__sprig {
	display: block;
	width: 76px;
	margin-bottom: 12px;
	opacity: .85;
}

.mm-about__eyebrow {
	line-height: 1.3;
	max-width: 18ch;
}

.mm-about__title,
.mm-chef__title {
	font-family: var(--mm-display);
	font-size: clamp(1.9rem, 1.2rem + 2.5vw, 3.05rem);
	line-height: 1.14;
	color: var(--mm-ink);
	margin: 0 0 .5em;
	font-weight: 400;
}

.mm-about__title strong,
.mm-chef__title strong {
	font-weight: 700;
	color: var(--mm-ink);
}

.mm-chef__title span { display: block; }

.mm-about__text,
.mm-chef__text {
	color: var(--mm-ink-60);
	font-size: 1.02rem;
	line-height: 1.75;
	margin-bottom: 1.4em;
	max-width: 52ch;
}

.mm-about__actions { margin-top: 6px; }

.mm-chef { background: var(--mm-cream); }

.mm-chef__copy { max-width: 560px; }

.mm-chef__points {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
	max-width: 52ch;
}

.mm-chef__points li {
	position: relative;
	padding-left: 22px;
	color: var(--mm-ink-60);
	font-size: .98rem;
	line-height: 1.7;
}

.mm-chef__points li::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 11px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--mm-red);
}

.mm-chef__media {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 26px);
	align-items: center;
}

.mm-chef__shot {
	margin: 0;
	border-radius: var(--mm-r-lg);
	overflow: hidden;
	box-shadow: var(--mm-shadow);
	background: var(--mm-cream-2);
	aspect-ratio: 3 / 4;
}

.mm-chef__shot img { width: 100%; height: 100%; object-fit: cover; }
.mm-chef__shot--portrait { transform: translateY(18px); }
.mm-chef__shot--room { transform: translateY(-18px); }

@media (max-width: 560px) {
	.mm-chef__shot--portrait,
	.mm-chef__shot--room { transform: none; }
}

/* -------------------------------------------------------------------------
   Gallery strip
   ------------------------------------------------------------------------- */

/* A deliberately placed collage rather than an auto-flow grid.
   The four pieces are two 16:9 landscapes, a 3:4 portrait and a 9:16 video.
   Left to itself, a grid sizes each row to its tallest item and leaves dead
   space under the short ones — which is exactly what was happening. Placing
   each cell explicitly and letting the portrait video span both rows makes
   the block tile with no gaps at all. */
.mm-gstrip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(12px, 1.6vw, 20px);
}

.mm-gstrip__cell {
	position: relative;
	margin: 0;
	border-radius: var(--mm-r-lg);
	overflow: hidden;
	background: var(--mm-cream-2);
	box-shadow: var(--mm-shadow-sm);
	min-width: 0;
}

.mm-gstrip__cell img,
.mm-gstrip__cell video,
.mm-gstrip__cell picture {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Desktop: wide shot across the top two columns, video down the right,
   two squares filling the second row. */
.mm-gstrip__cell:nth-child(1) { grid-column: 1 / 3; grid-row: 1; aspect-ratio: 16 / 9; }
.mm-gstrip__cell:nth-child(2) { grid-column: 3; grid-row: 1 / 3; }
.mm-gstrip__cell:nth-child(3) { grid-column: 1; grid-row: 2; aspect-ratio: 4 / 3; }
.mm-gstrip__cell:nth-child(4) { grid-column: 2; grid-row: 2; aspect-ratio: 4 / 3; }

@media (max-width: 900px) {
	.mm-gstrip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mm-gstrip__cell:nth-child(1) { grid-column: 1 / 3; grid-row: 1; aspect-ratio: 16 / 9; }
	.mm-gstrip__cell:nth-child(2) { grid-column: 1; grid-row: 2; aspect-ratio: 3 / 4; }
	.mm-gstrip__cell:nth-child(3) { grid-column: 2; grid-row: 2; aspect-ratio: 3 / 4; }
	.mm-gstrip__cell:nth-child(4) { grid-column: 1 / 3; grid-row: 3; aspect-ratio: 16 / 9; }
}

@media (max-width: 560px) {
	.mm-gstrip { grid-template-columns: 1fr; }
	.mm-gstrip__cell:nth-child(1),
	.mm-gstrip__cell:nth-child(2),
	.mm-gstrip__cell:nth-child(3),
	.mm-gstrip__cell:nth-child(4) { grid-column: 1; grid-row: auto; }
	.mm-gstrip__cell:nth-child(1),
	.mm-gstrip__cell:nth-child(4) { aspect-ratio: 16 / 10; }
	.mm-gstrip__cell:nth-child(2) { aspect-ratio: 9 / 16; }
	.mm-gstrip__cell:nth-child(3) { aspect-ratio: 4 / 3; }
}

/* preload="none" means the browser has no intrinsic size for the video until
   metadata arrives, so it needs a floor of its own. */
.mm-gstrip__cell--video video { background: var(--mm-ink); min-height: 100%; }

/* The play / sound controls themselves are in base.css — the gallery page
   shows the same film and does not load this sheet. */

/* -------------------------------------------------------------------------
   Testimonials
   ------------------------------------------------------------------------- */

.mm-quotes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: clamp(16px, 2vw, 26px);
}

.mm-quote {
	position: relative;
	margin: 0;
	padding: 30px 26px 26px;
	background: var(--mm-cream);
	border: 1px solid var(--mm-line);
	border-radius: var(--mm-r-lg);
	transition: transform var(--mm-t) var(--mm-ease-out), box-shadow var(--mm-t) var(--mm-ease-out);
}

.mm-quote:hover { transform: translateY(-3px); box-shadow: var(--mm-shadow); }

.mm-quote__mark {
	position: absolute;
	top: -14px;
	left: 24px;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--mm-red);
	color: #fff;
	box-shadow: var(--mm-shadow-red);
}

.mm-stars { display: inline-flex; gap: 2px; margin-bottom: 10px; }
.mm-star { color: var(--mm-line-strong); }
.mm-star.is-on { color: var(--mm-gold); }
.mm-star.is-on svg { fill: currentColor; }

.mm-quote__text {
	margin: 0 0 16px;
	font-family: var(--mm-accent);
	font-size: 1.02rem;
	line-height: 1.7;
	color: var(--mm-ink-80);
}

.mm-quote__text p { margin: 0 0 .7em; }
.mm-quote__text p:last-child { margin-bottom: 0; }

.mm-quote__by strong { display: block; color: var(--mm-ink); font-size: .95rem; }
.mm-quote__by span { font-size: .82rem; color: var(--mm-ink-40); }

/* -------------------------------------------------------------------------
   Booking
   ------------------------------------------------------------------------- */

.mm-booking { background: var(--mm-cream-2); }

.mm-booking__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 68px);
	align-items: start;
}

@media (max-width: 900px) {
	.mm-booking__inner { grid-template-columns: 1fr; }
}

/* Labelled fact rows. Each row is icon / label / value, with the icon in a
   fixed-width tile so multi-line values (the street address) stay aligned
   with the single-line ones instead of drifting. */
.mm-facts {
	list-style: none;
	margin: 0 0 var(--mm-s6);
	padding: 0;
	display: grid;
	gap: 2px;
	background: var(--mm-white);
	border: 1px solid var(--mm-line);
	border-radius: var(--mm-r-lg);
	overflow: hidden;
	box-shadow: var(--mm-shadow-xs);
}

.mm-fact {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: start;
	gap: 14px;
	padding: 16px 18px;
}

.mm-fact + .mm-fact { border-top: 1px solid var(--mm-line); }

.mm-fact__icon {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: var(--mm-red-050);
	color: var(--mm-red);
	flex: none;
}

.mm-fact__body { min-width: 0; }

.mm-fact__label {
	display: block;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--mm-ink-40);
	margin-bottom: 3px;
}

.mm-fact__value {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	font-size: .98rem;
	line-height: 1.5;
	color: var(--mm-ink);
	font-weight: 500;
}

a.mm-fact__value { color: var(--mm-ink); }
a.mm-fact__value:hover { color: var(--mm-red); }

@media (max-width: 480px) {
	.mm-fact { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; padding: 14px 15px; }
	.mm-fact__icon { width: 34px; height: 34px; border-radius: 10px; }
	.mm-fact__value { font-size: .93rem; }
}

.mm-map {
	border-radius: var(--mm-r-lg);
	overflow: hidden;
	border: 1px solid var(--mm-line);
	aspect-ratio: 16 / 10;
	background: var(--mm-cream);
	box-shadow: var(--mm-shadow-sm);
}

.mm-map iframe { display: block; width: 100%; height: 100%; border: 0; }

.mm-form__title {
	font-family: var(--mm-display);
	font-size: 1.5rem;
	margin: 0 0 18px;
}

.mm-form__note {
	margin-top: 14px;
	font-size: .82rem;
	color: var(--mm-ink-40);
	text-align: center;
}

.mm-form__messages:empty { display: none; }

/* -------------------------------------------------------------------------
   Shared page hero (Our Story, Book a Table)
   ------------------------------------------------------------------------- */

.mm-pagehero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(32px, 5vw, 72px) clamp(40px, 6vw, 84px);
	background: radial-gradient(120% 90% at 80% 0%, #fff 0%, var(--mm-cream) 60%, var(--mm-cream-2) 100%);
}

.mm-pagehero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: clamp(28px, 5vw, 68px);
	align-items: center;
}

@media (max-width: 900px) {
	.mm-pagehero__inner { grid-template-columns: 1fr; gap: 32px; }
}

.mm-pagehero__title {
	font-family: var(--mm-display);
	font-size: clamp(2.3rem, 1.4rem + 3.4vw, 3.9rem);
	line-height: 1.06;
	margin: 0 0 .4em;
	color: var(--mm-ink);
}

.mm-pagehero__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: var(--mm-s6);
}

.mm-pagehero__note {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: var(--mm-s5) 0 0;
	font-size: .88rem;
	color: var(--mm-ink-60);
}

.mm-pagehero__note .mm-icon { color: var(--mm-red); flex: none; }

.mm-pagehero__media {
	margin: 0;
	border-radius: var(--mm-r-xl);
	overflow: hidden;
	box-shadow: var(--mm-shadow-lg);
	background: var(--mm-cream-2);
}

.mm-pagehero__media img { width: 100%; height: auto; display: block; }

@media (max-width: 560px) {
	.mm-pagehero__actions .mm-btn { flex: 1 1 100%; }
}

/* -------------------------------------------------------------------------
   Value cards (Our Story)
   ------------------------------------------------------------------------- */

.mm-valuegrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: clamp(16px, 2vw, 24px);
}

.mm-value {
	background: var(--mm-white);
	border: 1px solid var(--mm-line);
	border-radius: var(--mm-r-lg);
	padding: clamp(20px, 2.6vw, 28px);
	box-shadow: var(--mm-shadow-xs);
	transition: transform var(--mm-t) var(--mm-ease-out), box-shadow var(--mm-t) var(--mm-ease-out);
}

.mm-value:hover { transform: translateY(-3px); box-shadow: var(--mm-shadow); }

.mm-value__icon {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: var(--mm-red-050);
	color: var(--mm-red);
	margin-bottom: 16px;
}

.mm-value h3 {
	font-family: var(--mm-display);
	font-size: 1.24rem;
	margin: 0 0 8px;
}

.mm-value p { margin: 0; font-size: .93rem; line-height: 1.65; color: var(--mm-ink-60); }

/* -------------------------------------------------------------------------
   Certificates (Our Story)
   ------------------------------------------------------------------------- */

.mm-certgrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
	gap: clamp(18px, 3vw, 34px);
	justify-content: center;
}

.mm-certcard {
	margin: 0;
	background: var(--mm-white);
	border: 1px solid var(--mm-line);
	border-radius: var(--mm-r-lg);
	padding: 14px;
	box-shadow: var(--mm-shadow-sm);
	transition: transform var(--mm-t) var(--mm-ease-out), box-shadow var(--mm-t) var(--mm-ease-out);
}

.mm-certcard:hover { transform: translateY(-4px); box-shadow: var(--mm-shadow-lg); }

.mm-certcard img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

.mm-certcard figcaption {
	padding: 14px 4px 4px;
	font-size: .86rem;
	color: var(--mm-ink-60);
	line-height: 1.5;
	text-align: center;
}

.mm-certcard figcaption strong { display: block; color: var(--mm-ink); font-size: .95rem; margin-bottom: 2px; }

/* -------------------------------------------------------------------------
   Info cards (Contact, Book a Table)
   ------------------------------------------------------------------------- */

.mm-infogrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: clamp(14px, 2vw, 20px);
	margin-top: var(--mm-s6);
}

.mm-infogrid--4 { margin-top: 0; }

.mm-infocard {
	background: var(--mm-white);
	border: 1px solid var(--mm-line);
	border-radius: var(--mm-r);
	padding: 18px 20px;
	box-shadow: var(--mm-shadow-xs);
}

.mm-section--white .mm-infocard { background: var(--mm-cream); }

.mm-infocard h3 {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: var(--mm-body);
	font-size: .93rem;
	font-weight: 700;
	color: var(--mm-ink);
	margin: 0 0 8px;
}

.mm-infocard h3 .mm-icon { color: var(--mm-red); flex: none; }
.mm-infocard p { margin: 0; font-size: .89rem; line-height: 1.6; color: var(--mm-ink-60); }

/* -------------------------------------------------------------------------
   Contact quick actions
   ------------------------------------------------------------------------- */

.mm-contact-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 560px) {
	.mm-contact-actions .mm-btn { flex: 1 1 100%; }
}

/* -------------------------------------------------------------------------
   Closing call to action
   ------------------------------------------------------------------------- */

.mm-cta { background: var(--mm-cream-2); }
.mm-cta .mm-eyebrow { display: block; }
