/* ==========================================================================
   Where Hiro Begins (About us) — loaded on the about-us page only.
   Colours sampled from "Sushi Hiro About Us - 01".
   ========================================================================== */
.about-h2 { font-weight: 800; font-size: clamp(2rem, 4.3vw, 4.1rem); line-height: 1.08; letter-spacing: -.01em; }
.about-h2--sm { font-size: clamp(1.8rem, 3.1vw, 2.9rem); }

.tag-pill {
	display: inline-flex; align-items: center; gap: .55rem;
	padding: .25rem 1rem .25rem .25rem;
	font-weight: 800; font-size: clamp(.78rem, .95vw, .9rem);
	background: var(--yellow); border-radius: 999px;
}
.tag-pill--white { background: var(--white); }
.tag-pill__badge { width: 1.9rem; height: 1.9rem; border-radius: 50%; object-fit: cover; }

.stars {
	--r: 5;
	display: inline-block; letter-spacing: .08em; line-height: 1;
	background: linear-gradient(90deg, var(--orange) calc(var(--r) / 5 * 100%), rgba(17, 17, 17, .18) 0);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Hero ---------- */
.about-hero { position: relative; background: #FFBE00; padding: calc(var(--header-h) + clamp(1rem, 2vw, 2rem)) 0 clamp(3rem, 6.5vw, 6.5rem); }
.about-hero__copy { position: relative; z-index: 2; width: min(60vw, 860px); margin-left: 31.5vw; }
.about-hero__title { margin-top: clamp(1rem, 2.4vw, 2rem); font-weight: 800; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1.05; letter-spacing: -.015em; }
.about-hero__lead { margin-top: clamp(1rem, 2vw, 1.8rem); max-width: 60ch; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.5; }
.about-stats { display: flex; flex-wrap: wrap; gap: clamp(1rem, 3vw, 2.8rem); margin-top: clamp(1.4rem, 2.6vw, 2.2rem); }
.about-stats li { display: flex; align-items: center; gap: .7rem; font-size: .82rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; letter-spacing: .03em; }
.about-stats b { display: inline-flex; align-items: baseline; gap: .15em; font-weight: 900; font-size: clamp(2.2rem, 3.4vw, 3.2rem); line-height: 1; letter-spacing: 0; text-transform: none; }
.about-stats i { font-style: normal; font-size: .6em; color: var(--white); -webkit-text-stroke: 2px var(--ink); paint-order: stroke fill; }
.about-stats__halal { width: clamp(2.8rem, 3.6vw, 3.4rem); background: var(--white); border-radius: 50%; padding: 2px; }
.about-hero__media { position: relative; width: min(78vw, 1320px); margin: clamp(2rem, 3vw, 3rem) auto 0; }
.about-hero__video {
	position: relative; z-index: 2; display: block; width: 100%; padding: 0;
	background: none; border: 0; cursor: pointer;
	filter: drop-shadow(0 20px 30px rgba(120, 60, 0, .2));
}
.about-hero__video img { width: 100%; }
.about-hero__video:hover .play-btn { transform: scale(1.1); }
.about-hero__waves { position: absolute; z-index: 1; width: 60vw; max-width: none; pointer-events: none; }
.about-hero__waves--l { left: -34vw; bottom: -4%; rotate: -8deg; }
.about-hero__waves--r { right: -38vw; top: 12%; rotate: 6deg; scale: -1 1; }

/* ---------- The 5Cs ---------- */
.about-philosophy { position: relative; background: #FFF9ED; padding: clamp(4rem, 8vw, 8rem) 0 clamp(6rem, 12vw, 11rem); }
.about-philosophy__sun { position: absolute; left: 3vw; top: clamp(4rem, 7vw, 7rem); width: 15vw; min-width: 110px; pointer-events: none; }
.about-philosophy__pattern { position: absolute; right: -8vw; bottom: 0; width: 56vw; max-width: none; pointer-events: none; }
.about-philosophy__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.about-philosophy__title { margin-top: 1.3rem; font-size: clamp(2.3rem, 4.8vw, 4.6rem); }
.about-philosophy__intro p { margin-top: 1.3rem; max-width: 34ch; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.55; }
.principles { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(1rem, 2.4vw, 2.2rem) clamp(.8rem, 2vw, 1.8rem); }
/* 3 on top, 2 centred below — like the brand profile. */
.principle { grid-column: span 2; text-align: center; }
.principle:nth-child(4) { grid-column: 2 / span 2; }
/* Hover uses translate/rotate, not transform — GSAP animates transform on entry and a CSS transform transition would fight it. */
.principle__icon { width: min(100%, 11rem); margin: 0 auto; transition: translate .4s var(--ease-pop), rotate .4s var(--ease-pop); }
.principle:hover .principle__icon { translate: 0 -6px; rotate: -3deg; }
.principle h3 { margin-top: .9rem; font-weight: 800; font-size: clamp(1.15rem, 1.6vw, 1.5rem); }
.principle p { margin-top: .35rem; font-size: .92rem; line-height: 1.45; max-width: 18ch; margin-inline: auto; }
.about-philosophy__halal {
	grid-column: 2; justify-self: center;
	display: inline-flex; align-items: center; gap: .9rem;
	padding: .6rem 1.4rem .6rem .6rem;
	font-size: .95rem; line-height: 1.35; text-decoration: none;
	background: var(--white); border: 2px solid var(--ink); border-radius: 999px; box-shadow: 0 4px 0 var(--ink);
	transition: translate .2s var(--ease-pop), box-shadow .2s;
}
.about-philosophy__halal:hover { translate: 0 -2px; box-shadow: 0 6px 0 var(--ink); }
.about-philosophy__halal-logo { width: 2.8rem; }

/* ---------- HIROFAM ---------- */
.about-hirofam { position: relative; background: var(--yellow); padding: clamp(2rem, 4vw, 4rem) 0 clamp(4rem, 7vw, 6rem); }
.about-hirofam__edge { position: absolute; left: 0; right: 0; top: 1px; translate: 0 -100%; height: clamp(50px, 8vw, 130px); color: var(--yellow); }
.about-hirofam__head { display: grid; justify-items: center; gap: 1.3rem; text-align: center; }
.about-hirofam__word { display: inline-block; padding: 0 .25em; color: var(--white); background: var(--ink); border-radius: .2em; letter-spacing: .04em; }
.hirofam { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: clamp(.6rem, 1.6vw, 1.6rem); margin: clamp(2.5rem, 5vw, 4.5rem) auto 0; max-width: 1180px; padding: 0; list-style: none; }
.hirofam__item { display: grid; justify-items: center; gap: clamp(1rem, 1.8vw, 1.6rem); text-align: center; }
.hirofam__gem {
	display: grid; place-items: center;
	width: clamp(3.6rem, 6.4vw, 6rem); aspect-ratio: 1;
	background: var(--ink); border: 4px solid var(--white); border-radius: 18%;
	box-shadow: 0 6px 0 rgba(0, 0, 0, .25);
	rotate: 45deg;
	transition: rotate .5s var(--ease-pop), background .3s;
}
.hirofam__gem b { rotate: -45deg; font-weight: 900; font-size: clamp(1.5rem, 2.6vw, 2.5rem); color: var(--yellow-btn); transition: rotate .5s var(--ease-pop); }
.hirofam__item:hover .hirofam__gem { rotate: 225deg; background: #D93A2B; }
.hirofam__item:hover .hirofam__gem b { rotate: -225deg; }
.hirofam__label { font-weight: 800; font-size: clamp(.85rem, 1.15vw, 1.08rem); line-height: 1.25; }
.about-hirofam__scallop { position: absolute; left: 0; right: 0; bottom: 1px; translate: 0 100%; z-index: 2; height: clamp(26px, 4.4vw, 60px); color: var(--yellow); }

/* ---------- Three plates ---------- */
.about-plates { position: relative; background: var(--white); padding: clamp(5rem, 9vw, 8rem) 0 0; overflow: hidden; }
.about-plates__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.about-plates__copy .about-h2 { margin-top: 1.3rem; }
.about-plates__copy > p { margin-top: 1.3rem; max-width: 50ch; font-size: clamp(1rem, 1.2vw, 1.12rem); line-height: 1.6; }
.plates { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.4rem); margin-top: clamp(2rem, 4vw, 3.2rem); }
.plate { text-align: center; }
.plate__disc { position: relative; display: block; width: min(100%, 11rem); margin: 0 auto; filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .14)); }
.plate__img { width: 100%; transition: rotate .8s var(--ease-pop); }
.plate:hover .plate__img { rotate: 120deg; }
/* Price tag on the rim of the real plate photo (the plate's own pattern stays visible). */
.plate__price {
	position: absolute; left: 50%; bottom: -6%; translate: -50% 0;
	display: inline-flex; align-items: baseline; gap: .15em; padding: .3em .8em;
	background: var(--white); border: 3px solid var(--ink); border-radius: 999px; box-shadow: 0 4px 0 var(--ink);
	font-weight: 900; font-size: clamp(1rem, 1.5vw, 1.35rem); line-height: 1; white-space: nowrap;
}
.plate__price small { font-size: .55em; font-weight: 800; letter-spacing: .06em; }
.plate h3 { margin-top: 1rem; font-weight: 900; font-size: .95rem; letter-spacing: .08em; text-transform: uppercase; }
.plate--pink h3 { color: #D66B91; }
.plate--blue h3 { color: #4D7FB5; }
.plate p { margin-top: .4rem; font-size: .88rem; line-height: 1.45; }
.about-plates__note { margin-top: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; }
.about-plates__photo { position: relative; margin: 0; }
.about-plates__photo img { width: 100%; aspect-ratio: 1 / 1.03; object-fit: cover; border-radius: clamp(22px, 3vw, 44px); box-shadow: 0 20px 44px rgba(100, 60, 10, .16); }
.about-plates__belt { position: relative; --belt-h: clamp(90px, 11vw, 170px); --tile-w: calc(var(--belt-h) * 4.7222); margin-top: clamp(3rem, 6vw, 5rem); }

/* ---------- Journey timeline ---------- */
.about-journey { position: relative; background: #FFF9ED; padding: clamp(4rem, 8vw, 8rem) 0 clamp(4rem, 8vw, 8rem); }
.about-journey__pattern { position: absolute; right: -8vw; top: 30%; width: 55vw; max-width: none; pointer-events: none; }
.about-journey__grid { position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); max-width: 1060px; }
/* The intro text scrolls away normally; only the storefront photo is sticky (the column stretches the full
   timeline height), so on laptop screens the photo is always fully in view instead of hanging off the bottom. */
.about-journey__intro { align-self: stretch; }
.about-journey__intro .about-h2 { margin-top: 1.2rem; }
.about-journey__intro p { margin-top: 1.2rem; line-height: 1.6; }
/* Sticky storefront that swaps to the outlet you're reading about. */
.journey-photos {
	position: sticky; top: calc(var(--header-h) + 1.5rem);
	margin-top: 2.2rem; aspect-ratio: 374 / 359; max-height: calc(100svh - var(--header-h) - 3rem);
	border: 6px solid var(--white); border-radius: 24px; overflow: hidden; box-shadow: 0 14px 34px rgba(120, 80, 20, .16); background: var(--white);
}
.journey-photos__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; scale: 1.06; transition: opacity .6s ease, scale 1.2s ease; }
.journey-photos__img.is-active { opacity: 1; scale: 1; }
.journey-photos__label {
	position: absolute; left: .8rem; bottom: .8rem;
	padding: .35rem .9rem; font-weight: 800; font-size: .85rem;
	background: var(--yellow-btn); border: 2px solid var(--ink); border-radius: 999px;
}
.timeline { --p: 1; position: relative; margin: 0; padding: 0 0 0 clamp(1.4rem, 2.4vw, 2.2rem); list-style: none; }
.motion .timeline { --p: 0; }
.timeline::before, .timeline::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; }
.timeline::before { background: #FFDB69; }
.timeline::after { background: #FFBE00; transform-origin: top; transform: scaleY(var(--p)); }
.timeline__item { position: relative; }
.timeline__item + .timeline__item { margin-top: clamp(3rem, 7vw, 6rem); }
.timeline__item::before {
	content: ""; position: absolute; z-index: 1; top: .55em;
	left: calc(-1 * clamp(1.4rem, 2.4vw, 2.2rem) - 7px);
	width: 16px; height: 16px; border-radius: 50%; background: #FFBE00; box-shadow: 0 0 0 5px #FFF9ED;
	transition: transform .5s var(--ease-pop);
}
.motion .timeline__item:not(.is-reached)::before { transform: scale(.4); }
.timeline__photo { display: none; } /* shown inline on mobile; desktop uses the sticky photo */
.timeline__item h3 { font-weight: 800; font-size: clamp(1.6rem, 2.8vw, 2.7rem); line-height: 1.1; }
.timeline__tag { margin: .8rem 0 .9rem; font-weight: 800; font-size: clamp(1rem, 1.2vw, 1.15rem); }
.timeline__item p:last-child { line-height: 1.6; }

/* Halal answer (targets "Is Sushi Hiro halal?") */
.halal-card {
	display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: clamp(1.5rem, 4vw, 3.5rem);
	max-width: 1060px; margin: clamp(4rem, 8vw, 7rem) auto 0;
	padding: clamp(1.6rem, 3.5vw, 3rem);
	background: var(--white); border: 3px solid var(--ink); border-radius: clamp(20px, 2.6vw, 34px); box-shadow: 0 8px 0 var(--ink);
}
.halal-card__badge { display: grid; justify-items: center; gap: .8rem; text-align: center; }
.halal-card__badge img { width: clamp(7rem, 12vw, 10rem); }
.halal-card__badge p { font-weight: 800; font-size: .78rem; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }
.halal-card__cert { margin: 0; }
.halal-card__cert strong { font-size: 1rem; letter-spacing: .06em; white-space: nowrap; }
.halal-card__body .about-h2 { margin-top: 1rem; }
.halal-card__answer { margin-top: 1rem; font-size: clamp(1.05rem, 1.35vw, 1.2rem); line-height: 1.55; }
.halal-card__points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem 2rem; margin-top: 1.6rem; }
.halal-card__points li { position: relative; padding-left: 1.7rem; font-size: .92rem; line-height: 1.45; }
.halal-card__points li::before {
	content: "✓"; position: absolute; left: 0; top: .05em;
	display: grid; place-items: center; width: 1.2rem; height: 1.2rem;
	font-size: .7rem; font-weight: 900; color: var(--white); background: #FFBE00; border-radius: 50%;
}
.halal-card__points strong { display: block; font-weight: 800; }

/* ---------- A place full of happiness ---------- */
.about-happy { background: var(--white); padding-top: clamp(4rem, 7vw, 7rem); }
.about-happy__head { display: grid; justify-items: center; gap: clamp(1.4rem, 3.5vw, 3.2rem); text-align: center; }
.about-happy__gallery { margin-top: clamp(1.5rem, 3.5vw, 3rem); background: linear-gradient(var(--white) 0 55%, var(--yellow) 55%); }
.about-happy__gallery .happy__carousel { margin-top: 0; }

/* ---------- Google reviews ---------- */
.about-reviews { position: relative; background: var(--yellow); padding: clamp(3rem, 6vw, 5rem) 0 0; }
.about-reviews__top { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); max-width: 1100px; margin-inline: auto; }
.about-reviews__copy .about-h2 { margin-top: 1.3rem; font-size: clamp(2rem, 3.6vw, 3.4rem); }
.rating-hero { display: flex; align-items: center; gap: 1.2rem; margin-top: clamp(1.6rem, 3vw, 2.4rem); }
.rating-hero__score { font-weight: 900; font-size: clamp(3.6rem, 7vw, 6.4rem); line-height: .9; }
.rating-hero .stars { font-size: clamp(1.5rem, 2.4vw, 2.2rem); }
.rating-hero p { margin-top: .4rem; max-width: 30ch; line-height: 1.45; }
.about-reviews__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.6rem; margin-top: clamp(1.6rem, 3vw, 2.4rem); }
.about-reviews__nav { display: flex; gap: .7rem; }
.arrow--sm { width: clamp(2.6rem, 3.6vw, 3.3rem); height: clamp(2.6rem, 3.6vw, 3.3rem); box-shadow: 0 4px 0 var(--ink); }
.fam-photos { position: relative; justify-self: end; width: min(100%, 24rem); aspect-ratio: 290 / 430; }
.fam-photos__pair { position: absolute; inset: 0; }
.fam-photos__img { position: absolute; width: 70%; height: 63%; object-fit: cover; border: 5px solid var(--white); border-radius: 22px; box-shadow: 0 16px 36px rgba(100, 60, 10, .2); }
.fam-photos__img--front { right: 0; top: 0; }
.fam-photos__img--back { left: 0; bottom: 0; }
.fam-photos__quote {
	position: absolute; z-index: 2; right: 8%; top: 51%;
	display: grid; place-items: center; width: 38%; aspect-ratio: 1; border-radius: 50%;
	background: var(--white); border: 3px solid var(--ink); box-shadow: 0 5px 0 var(--ink);
}
.fam-photos__quote svg { width: 42%; fill: var(--ink); }
.outlet-ratings { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); max-width: 1100px; margin: clamp(3rem, 6vw, 5rem) auto 0; }
.outlet-rating {
	padding: clamp(1.1rem, 2vw, 1.6rem) clamp(1.2rem, 2.2vw, 1.8rem);
	background: var(--white); border: 3px solid var(--ink); border-radius: 20px; box-shadow: 0 6px 0 var(--ink);
	transition: translate .25s var(--ease-pop), box-shadow .25s;
}
.outlet-rating:hover { translate: 0 -4px; box-shadow: 0 10px 0 var(--ink); }
.outlet-rating h3 { font-weight: 900; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.outlet-rating__score { display: flex; align-items: center; gap: .6rem; margin-top: .5rem; }
.outlet-rating__score b { font-weight: 900; font-size: clamp(1.8rem, 2.6vw, 2.4rem); line-height: 1; }
.outlet-rating__score .stars { font-size: 1.15rem; }
.outlet-rating__count { margin-top: .3rem; font-size: .82rem; }
.outlet-rating a { display: inline-block; margin-top: .8rem; font-weight: 800; font-size: .88rem; text-decoration: none; border-bottom: 2px solid var(--yellow); }
.outlet-rating a:hover { border-color: var(--ink); }
.about-reviews__edge { margin-top: clamp(3rem, 6vw, 5rem); height: clamp(60px, 11vw, 180px); color: var(--white); }

/* ---------- Meet Hiro Boy ---------- */
.about-meet { background: var(--white); padding: clamp(1rem, 2vw, 2rem) 0 clamp(8rem, 16vw, 15rem); }
.about-meet .display { font-size: clamp(2.4rem, 5vw, 5rem); }
.about-meet__stage { position: relative; max-width: 1000px; margin: clamp(1.5rem, 3vw, 3rem) auto 0; aspect-ratio: 1000 / 640; }
.about-meet__hiro { position: absolute; right: 7%; top: 0; width: 46%; max-width: 560px; }
/* The designer's lettered speech bubble (Irasshaimase.png) — already tilted, so no rotate here. */
.speech { position: absolute; z-index: 2; left: 0; top: 5%; width: 56%; max-width: 560px; height: auto; }
.about-meet__story { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); max-width: 900px; margin: clamp(3rem, 7vw, 7rem) auto 0; }
.about-meet__copy p { margin-top: 1.1rem; line-height: 1.6; }
.about-meet__copy .about-h2 + p { margin-top: clamp(1.4rem, 3vw, 2.4rem); }
.about-meet__photo { margin: 0; border-radius: 22px; overflow: hidden; box-shadow: 0 16px 36px rgba(0, 0, 0, .12); }
.about-meet__photo img { width: 100%; aspect-ratio: 385 / 420; object-fit: cover; }

/* ---------- Become part of our story ---------- */
.about-story { position: relative; background: var(--yellow); padding: 0 0 clamp(8rem, 18vw, 16rem); }
.about-story__edge { position: absolute; left: 0; right: 0; top: 1px; translate: 0 -100%; height: clamp(50px, 9vw, 150px); color: var(--yellow); }
.about-story__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: 2rem; padding-top: clamp(3rem, 8vw, 8rem); }
.about-story__copy .about-h2 { margin-top: 1.4rem; }
.about-story__copy p { margin-top: 1.4rem; max-width: 44ch; line-height: 1.6; }
.about-story__copy .btn { margin-top: clamp(1.6rem, 3.5vw, 3rem); }
.about-story__art { margin-right: -6vw; }
.about-story__family { width: 100%; max-width: none; }
.deco--s1 { right: 14%; top: 4%; }
.deco--s2 { left: 33%; top: 9%; }
.deco--s3 { left: 52%; bottom: 20%; }
.about-story__cloud { position: absolute; left: 0; bottom: -2px; width: 62vw; max-width: none; pointer-events: none; }

/* ---------- Tablet ---------- */
@media (max-width: 1100px) {
	.hirofam { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 2.5rem; }
	.outlet-ratings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
	.about-hero__copy { width: auto; margin: 0; padding: 0 6vw; }
	.about-stats { gap: 1rem 1.6rem; }
	.about-hero__media { width: 94vw; }
	.about-hero__waves { width: 90vw; }
	.about-philosophy__sun { left: auto; right: 4vw; top: 2.5rem; width: 30vw; }
	.about-philosophy__grid, .about-plates__grid, .about-journey__grid, .about-reviews__top, .about-meet__story, .about-story__grid { grid-template-columns: 1fr; }
	.principles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.principle, .principle:nth-child(4) { grid-column: auto; }
	.principle:last-child { grid-column: 1 / -1; }
	.principle__icon { width: 8rem; }
	.about-philosophy__halal { grid-column: 1; border-radius: 22px; }
	.hirofam { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.hirofam__item:last-child { grid-column: 2; }
	.plates { gap: .8rem; }
	.plate p { font-size: .8rem; }
	.about-journey__intro { position: static; }
	.journey-photos { display: none; }
	.timeline__photo { display: block; margin: 0 0 1rem; border: 4px solid var(--white); border-radius: 18px; overflow: hidden; box-shadow: 0 10px 24px rgba(120, 80, 20, .14); }
	.timeline__photo img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
	.halal-card { grid-template-columns: 1fr; text-align: left; }
	.halal-card__badge { justify-items: start; grid-template-columns: auto 1fr; align-items: center; text-align: left; }
	.halal-card__badge img { width: 5.5rem; }
	.halal-card__cert { grid-column: 1 / -1; }
	.halal-card__points { grid-template-columns: 1fr; }
	.fam-photos { justify-self: center; width: 78vw; }
	.outlet-ratings { grid-template-columns: 1fr; }
	.about-meet__stage { aspect-ratio: auto; display: grid; justify-items: center; }
	.speech { position: relative; width: 84vw; margin-bottom: -6vw; }
	.about-meet__hiro { position: relative; right: auto; width: 76vw; }
	.about-story__art { margin: 0 -6vw; }
	.about-story__cloud { width: 100vw; }
	.deco--s2 { left: 70%; top: 12%; }
}
