@media (max-width: 1140px) {
	.brand-copy {
		display: none;
	}

	.header-actions .header-phone {
		display: none;
	}

	.primary-menu a {
		padding-inline: 8px;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.8fr);
		gap: 42px;
	}

	.brands-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	:root {
		--header-height: 76px;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.header-logo {
		width: 52px;
		height: 52px;
	}

	.menu-toggle {
		display: inline-flex;
		width: 48px;
		height: 48px;
		padding: 12px;
		flex-direction: column;
		gap: 5px;
		align-items: stretch;
		justify-content: center;
		border: 0;
		border-radius: 12px;
		background: var(--color-soft);
		color: var(--color-navy);
		cursor: pointer;
	}

	.menu-toggle > span:not(.screen-reader-text) {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
		transition: transform var(--transition), opacity var(--transition);
	}

	.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
		transform: translateY(7px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
		opacity: 0;
	}

	.menu-toggle[aria-expanded="true"] > span:nth-of-type(4) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		display: flex;
		width: min(92vw, 390px);
		height: 100vh;
		height: 100dvh;
		padding:
			max(16px, env(safe-area-inset-top))
			max(20px, env(safe-area-inset-right))
			max(20px, env(safe-area-inset-bottom))
			20px;
		margin: 0;
		overflow-y: auto;
		flex-direction: column;
		overscroll-behavior: contain;
		background: var(--color-white);
		box-shadow: -20px 0 55px rgba(11, 24, 50, 0.2);
		visibility: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateX(105%);
		transition: transform 220ms ease, visibility 220ms ease;
	}

	.admin-bar .main-navigation {
		top: 32px;
		height: calc(100vh - 32px);
		height: calc(100dvh - 32px);
	}

	body.menu-open::before {
		position: fixed;
		inset: 0;
		z-index: 950;
		background: rgba(7, 17, 38, 0.62);
		content: "";
	}

	.main-navigation.is-open {
		visibility: visible;
		transform: translateX(0);
	}

	.mobile-nav-header {
		display: flex;
		padding-bottom: 10px;
		margin-bottom: 8px;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid var(--color-line);
		color: var(--color-navy);
		font-weight: 900;
	}

	.nav-close {
		display: inline-grid;
		width: 44px;
		height: 44px;
		padding: 0;
		place-items: center;
		border: 0;
		border-radius: 50%;
		background: var(--color-soft);
		color: var(--color-navy);
		font-size: 1.7rem;
		line-height: 1;
		cursor: pointer;
	}

	.primary-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.primary-menu a {
		min-height: 48px;
		padding-inline: 8px;
		border-bottom: 1px solid var(--color-line);
		border-radius: 0;
		font-size: 1rem;
	}

	.mobile-nav-actions {
		display: flex;
		padding-top: 16px;
		margin-top: auto;
		gap: 10px;
		flex: 0 0 auto;
		flex-direction: column;
	}

	.mobile-nav-actions .button {
		width: 100%;
	}

	.mobile-nav-actions .text-link {
		display: flex;
		min-height: 44px;
		align-items: center;
	}

	.header-actions {
		margin-left: auto;
	}

	.header-actions .button {
		display: none;
	}

	.hero {
		min-height: auto;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
		min-height: 0;
	}

	.hero h1 {
		font-size: clamp(2.4rem, 6vw, 3.8rem);
	}

	.hero-visual {
		min-height: 460px;
	}

	.hero-logo-card {
		padding-inline: 24px;
	}

	.hero-delivery-badge {
		right: -8px;
		bottom: 24px;
	}

	.benefits-grid,
	.products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-grid {
		grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
		gap: 45px;
	}

	.about-visual {
		min-height: 460px;
	}

	.about-visual__logo {
		min-height: 380px;
	}

	.location-grid {
		grid-template-columns: 1fr;
	}

	.location-content {
		max-width: 700px;
	}

	.contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .main-navigation {
		top: 46px;
		height: calc(100dvh - 46px);
	}
}

@media (max-width: 760px) {
	.container {
		width: min(calc(100% - 30px), var(--container));
	}

	.section {
		padding-block: 72px;
	}

	.section-heading--split {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.hero {
		padding-block: 48px 68px;
	}

	.hero-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.hero-content {
		max-width: none;
	}

	.hero-visual {
		min-height: 480px;
		order: 2;
	}

	.hero-logo-card {
		width: min(88%, 430px);
	}

	.hero-delivery-badge {
		right: 2%;
	}

	.cta-band__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.cta-band .button {
		justify-self: start;
	}

	.about-grid {
		grid-template-columns: 1fr;
	}

	.about-visual {
		width: min(100%, 530px);
		margin-inline: auto;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-brand {
		grid-column: 1 / -1;
	}

	.footer-bottom__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.posts-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	:root {
		--header-height: 68px;
	}

	.admin-bar .site-header {
		top: 0;
	}

	.admin-bar .main-navigation {
		top: 0;
		height: 100vh;
		height: 100dvh;
	}

	.header-inner {
		min-height: var(--header-height);
	}

	.header-logo {
		width: 44px;
		height: 44px;
	}

	.menu-toggle {
		width: 44px;
		height: 44px;
		padding: 10px;
	}

	h1 {
		font-size: clamp(2.15rem, 10.5vw, 2.7rem);
	}

	h2 {
		font-size: clamp(1.85rem, 9vw, 2.5rem);
	}

	.hero {
		padding-block: 28px 58px;
	}

	.hero h1 {
		margin-bottom: 16px;
		font-size: clamp(2.15rem, 10.5vw, 2.7rem);
		line-height: 1.08;
	}

	.hero .eyebrow {
		margin-bottom: 12px;
		font-size: 0.875rem;
	}

	.hero-subtitle {
		margin-bottom: 20px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.hero-actions {
		margin-bottom: 22px;
		gap: 10px;
		align-items: stretch;
		flex-direction: column;
	}

	.hero-actions .button {
		width: 100%;
	}

	.hero-actions .button--primary {
		min-height: 54px;
	}

	.hero-indicators {
		align-items: flex-start;
		flex-direction: column;
	}

	.hero-visual {
		min-height: 390px;
	}

	.hero-logo-card {
		width: 94%;
		padding: 21px 22px 25px;
		border-radius: 28px;
	}

	.hero-logo {
		width: min(100%, 310px);
	}

	.hero-card-caption span {
		font-size: 0.875rem;
	}

	.hero-delivery-badge {
		right: 0;
		bottom: -2px;
		max-width: 205px;
	}

	.benefits-grid,
	.products-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.brands-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.brand-card {
		min-height: 88px;
	}

	.product-card {
		min-height: 0;
	}

	.about-visual {
		min-height: 405px;
		padding: 28px;
	}

	.about-visual__logo {
		min-height: 340px;
	}

	.about-stat {
		right: 15px;
		bottom: 18px;
	}

	.location-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.location-actions .button {
		width: 100%;
	}

	.cta-band .button,
	.about-content > .button,
	.not-found-actions .button {
		width: 100%;
	}

	.map-frame {
		min-height: 350px;
	}

	.map-frame iframe {
		height: 350px;
	}

	.map-placeholder {
		min-height: 334px;
		padding: 28px;
	}

	.content-container {
		padding: 26px 20px;
		border-radius: var(--radius-md);
	}

	.entry-content > .alignwide,
	.entry-content > .alignfull {
		width: auto;
		max-width: 100%;
		margin-left: 0;
		transform: none;
	}

	.comment-list .children {
		padding-left: 14px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-brand {
		grid-column: auto;
	}

	.whatsapp-float {
		width: 58px;
		height: 58px;
		padding: 7px;
		justify-content: center;
	}

	.whatsapp-float__icon {
		width: 38px;
		height: 38px;
	}

	.whatsapp-float__text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.delivery-note,
	.hero-indicators li,
	.hero-card-kicker,
	.hero-delivery-badge > span:last-child,
	.about-stat span,
	.contact-card small,
	.post-card__meta,
	.comment-metadata,
	.reply,
	.comment-form label,
	.footer-list li,
	.footer-bottom p,
	.legal-links a,
	.gallery-caption {
		font-size: 0.875rem;
	}

	.product-card__link {
		min-height: 48px;
		font-size: 0.9375rem;
	}

	.contact {
		padding-bottom: 110px;
	}
}

@media (max-width: 390px) {
	.container {
		width: min(calc(100% - 24px), var(--container));
	}

	.header-inner {
		gap: 12px;
	}

	.hero {
		padding-top: 24px;
	}

	.hero-subtitle {
		font-size: 1.03rem;
	}

	.button {
		padding-inline: 18px;
	}

	.benefit-card,
	.product-card {
		padding: 24px;
	}

	.hero-visual {
		min-height: 370px;
	}

	.hero-logo-card {
		width: 100%;
	}

	.hero-delivery-badge {
		padding: 10px 13px;
		border-width: 3px;
	}

	.about-visual {
		min-height: 360px;
		padding: 22px;
	}

	.about-visual__logo {
		min-height: 310px;
	}

	.about-stat {
		max-width: 180px;
		padding: 12px 15px;
	}

	.contact-card {
		padding: 18px;
	}

	.footer-brand {
		flex-direction: column;
	}
}

@media (max-width: 340px) {
	.brands-grid {
		grid-template-columns: 1fr;
	}

	.hero-logo-card {
		padding-inline: 15px;
	}

	.hero-delivery-badge {
		position: static;
		margin: -20px auto 0;
		transform: rotate(-1deg);
	}

	.hero-visual {
		display: flex;
		min-height: 0;
		flex-direction: column;
	}

	.footer-logo {
		width: 78px;
		height: 78px;
	}
}
